summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
AgeCommit message (Expand)Author
2011-05-17- Fix issue which cases IMAP disconnection when encrypt() method was used (#1...alecpl
2011-03-31- Applied fixes from trunkalecpl
2011-02-16- Applied fixes from trunkalecpl
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-06Make sure an existing session is killed/replaced when submitting login formthomascube
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-11-30- Add 'login_lc' config option for case-insensitive authentication (#1487113)alecpl
2010-11-29- Handle PHP warning in decrypt function (#1485970)alecpl
2010-11-12- Fix handling of folders with name "0" (#1487119)alecpl
2010-11-09- Add support for shared folders (#1403507)alecpl
2010-10-22- Add support for IMAP proxy authentication (#1486690)alecpl
2010-10-14- improved IMAP errors handling (continue)alecpl
2010-10-05- Convert to lowercase only domain part of email address on loginalecpl
2010-10-04- Convert IDN to ASCII before using rcube_user::query()alecpl
2010-09-30- Added line number for error messagealecpl
2010-09-29- Update phpdoc (#1486958)alecpl
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-26Only lower-case user name if first login attempt failed (#1486393) + fix testthomascube
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-09-21Fix selection of read/write db connectionthomascube
2010-09-15- Fix: close() method of addressbook object(s) is not called in shutdown func...alecpl
2010-09-08- Small performance improvementsalecpl
2010-08-31- performance: use custom function for IV vector generation instead of mcrypt...alecpl
2010-08-06- Fix strpos() usage (#1486458)alecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list...alecpl
2010-07-21Fix default IMAP port configuration (#1486864)thomascube
2010-06-07- support dynamic hostname variables in 'username_domain' optionalecpl
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alecpl
2010-05-28- Add 'imap_timeout' option (#1486760)alecpl
2010-05-19- Fix in timezone setting (#1486183)alecpl
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalecpl
2010-05-06- fix for use without session objectalecpl
2010-04-28- Fix folder subscription checking (#1486684)alecpl
2010-04-23- Skip session initialization/configuration if session is initialized already...alecpl
2010-04-01- Fix sources list if 'ldap_public' is null/falsealecpl
2010-04-01- load des.inc file only when neededalecpl
2010-04-01- fix commentalecpl
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion m...thomascube
2010-03-26- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)alecpl
2010-03-26Added basic contact groups featurethomascube
2010-03-24- Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750)alecpl
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2010-03-02- Added function to get addressbooks list rcmail::get_address_sources() (#148...alecpl
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alecpl
2010-02-21Use rcmail::imap_connect() to establish IMAP connections; always initialize r...thomascube
2010-02-18Fix loading of plugin configs: user prefs will always survive (#1486368)thomascube
2010-02-13- Fix imap_init hook broken in r3258 (#1486493)alecpl
2010-02-06- Fix setting task name according to auth state. So, any action before useralecpl