summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Expand)Author
2011-08-12Backport XSS vulnerability fix to 0.5 branchthomascube
2011-06-02Bump versions to 0.5.3v0.5.3@4832thomascube
2011-06-02- Apply fixes from trunkalecpl
2011-05-17- Fix issue which cases IMAP disconnection when encrypt() method was used (#1...alecpl
2011-05-13- Apply fixes from trunk (up to r4756)alecpl
2011-05-04- Apply fixes from trunk (up to r4728)alecpl
2011-05-04- Fix PHP warning on mistaken in_array() usage (#1487901)alecpl
2011-04-20Bump versionthomascube
2011-04-17- Aplied fixes from trunkalecpl
2011-04-11- Apply fixes from trunkalecpl
2011-03-31- Applied fixes from trunkalecpl
2011-03-11- Applied fixes from trunkalecpl
2011-03-05- Applied some fixes from trunkalecpl
2011-02-24- Merge fixes from trunkalecpl
2011-02-16- Applied fixes from trunkalecpl
2011-02-09- Merged r4512, r4514, r4515alecpl
2011-02-09Apply more bugfixes from trunk for 0.5.1thomascube
2011-01-29Apply bug fixes and localization updated from trunk for release 0.5.1thomascube
2011-01-12Unlinked externals, removed development stuff and updated versionsv0.5@4408thomascube
2011-01-12- Remove some empty lines from output of template conditionsalecpl
2011-01-10Exclude punctuation from URLs within text; only link accepted url schemesthomascube
2011-01-10- Fix handling square brackets in links (#1487672)alecpl
2011-01-08- Fix fallback to LOGIN auth (broken in r4389)alecpl
2011-01-06Make sure an existing session is killed/replaced when submitting login formthomascube
2011-01-04Silently ignore unknown classes in rcube_autoload (#1487109)thomascube
2011-01-04Do charset detection in vcards with encoded values (#1485542)thomascube
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalecpl
2011-01-04- Extend getCapability() to return caps values or true/falsealecpl
2011-01-03- Fix errors in getACL() and myRights()alecpl
2010-12-30- Fix handling of INBOX when personal namespace prefix is non-empty (#1487657)alecpl
2010-12-28- Fix for ANNOTATEMORE drafts below 08 version (use quoted parameters)alecpl
2010-12-27- Add handling of multifolder METADATA/ANNOTATION responsesalecpl
2010-12-27- Fix namespaces handling (#1487649) alecpl
2010-12-23- Add debug handler support in rcube_imap_genericalecpl
2010-12-22- Improve handling of whitespace characters after closing PHP tag in localiza...alecpl
2010-12-22- Fix handling (skipping) of unilateral untagged server responses (in THREAD/...alecpl
2010-12-17- Make possible to overwrite server's namespaces with imap_ns_* optionsalecpl
2010-12-14- Fix charset conversion for text attachments without charset specification (...alecpl
2010-12-10- Allow setting _user and _host via GET parameters on login screen (#1486993)alecpl
2010-12-10- Improved emoticons text representationsalecpl
2010-12-09- CS fixesalecpl
2010-12-09- Add username and IP address to log message on unsuccessful login (#1487626)alecpl
2010-12-08- Fix handling of untagged responses for AUTHENTICATE command (#1487450) alecpl
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alecpl
2010-12-07- Fix closeConnection() call in rcube_imap::reconnect()alecpl
2010-12-07- Get rid of IMAP connection message tracingalecpl
2010-12-06- Improve performance of folder rename and delete actions. Don't get list of ...alecpl
2010-12-06- Fix plaintext versions of HTML messages don't contain placeholders for emot...alecpl
2010-12-03- Removed temp debug codealecpl
2010-12-03- Improve performance of moving or copying of all messages in a folder (use C...alecpl