summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcmail.php
AgeCommit message (Collapse)Author
2010-10-22- Add support for IMAP proxy authentication (#1486690)alec
git-svn-id: https://svn.roundcube.net/trunk@4124 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- improved IMAP errors handling (continue)alec
git-svn-id: https://svn.roundcube.net/trunk@4089 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-05- Convert to lowercase only domain part of email address on loginalec
git-svn-id: https://svn.roundcube.net/trunk@4040 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-04- Convert IDN to ASCII before using rcube_user::query()alec
- Always convert to lower case a username when it's an email address git-svn-id: https://svn.roundcube.net/trunk@4030 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Added line number for error messagealec
git-svn-id: https://svn.roundcube.net/trunk@4020 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Update phpdoc (#1486958)alec
git-svn-id: https://svn.roundcube.net/trunk@4015 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-26Only lower-case user name if first login attempt failed (#1486393) + fix testthomasb
git-svn-id: https://svn.roundcube.net/trunk@3994 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21Fix selection of read/write db connectionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3978 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-15- Fix: close() method of addressbook object(s) is not called in shutdown ↵alec
function git-svn-id: https://svn.roundcube.net/trunk@3967 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-08- Small performance improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3946 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-31- performance: use custom function for IV vector generation instead of ↵alec
mcrypt_create_iv() git-svn-id: https://svn.roundcube.net/trunk@3931 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-06- Fix strpos() usage (#1486458)alec
git-svn-id: https://svn.roundcube.net/trunk@3875 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alec
list (old names are supported without errors nor warnings) git-svn-id: https://svn.roundcube.net/trunk@3840 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-21Fix default IMAP port configuration (#1486864)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3819 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-07- support dynamic hostname variables in 'username_domain' optionalec
git-svn-id: https://svn.roundcube.net/trunk@3724 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03- Support dynamic hostname (%d/%n) variables in configuration options (#1485438)alec
git-svn-id: https://svn.roundcube.net/trunk@3701 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-28- Add 'imap_timeout' option (#1486760)alec
git-svn-id: https://svn.roundcube.net/trunk@3684 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- Fix in timezone setting (#1486183)alec
git-svn-id: https://svn.roundcube.net/trunk@3633 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalec
git-svn-id: https://svn.roundcube.net/trunk@3627 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-06- fix for use without session objectalec
git-svn-id: https://svn.roundcube.net/trunk@3601 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-28- Fix folder subscription checking (#1486684)alec
- Fix INBOX appears (sometimes) twice in mailbox list (#1486672) git-svn-id: https://svn.roundcube.net/trunk@3573 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- Skip session initialization/configuration if session is initialized ↵alec
already (e.g. using Installer) git-svn-id: https://svn.roundcube.net/trunk@3555 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- Fix sources list if 'ldap_public' is null/falsealec
git-svn-id: https://svn.roundcube.net/trunk@3466 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- load des.inc file only when neededalec
git-svn-id: https://svn.roundcube.net/trunk@3465 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- fix commentalec
git-svn-id: https://svn.roundcube.net/trunk@3461 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion ↵thomasb
mode + check for the existance of contactgroups table git-svn-id: https://svn.roundcube.net/trunk@3449 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-26- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)alec
- Iloha's imap.inc rewritten into rcube_imap_generic class - rcube_imap code re-formatting git-svn-id: https://svn.roundcube.net/trunk@3429 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-26Added basic contact groups featurethomasb
git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-24- Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750)alec
git-svn-id: https://svn.roundcube.net/trunk@3415 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@3367 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02- Added function to get addressbooks list rcmail::get_address_sources() ↵alec
(#1486248) git-svn-id: https://svn.roundcube.net/trunk@3302 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alec
(#1486325) git-svn-id: https://svn.roundcube.net/trunk@3296 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-21Use rcmail::imap_connect() to establish IMAP connections; always initialize ↵thomasb
rcube_imap object in mail steps git-svn-id: https://svn.roundcube.net/trunk@3278 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-18Fix loading of plugin configs: user prefs will always survive (#1486368)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3274 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-13- Fix imap_init hook broken in r3258 (#1486493)alec
git-svn-id: https://svn.roundcube.net/trunk@3268 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-06- Fix setting task name according to auth state. So, any action before useralec
is authenticated is assigned to 'login' task instead of 'mail'. Now binding plugins to 'login' task is possible and realy usefull. It's also possible to bind to all tasks excluding 'login'. git-svn-id: https://svn.roundcube.net/trunk@3258 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-29- performance stats logging in devel_modealec
git-svn-id: https://svn.roundcube.net/trunk@3237 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- Login preformance: Create default folders on first login onlyalec
git-svn-id: https://svn.roundcube.net/trunk@3232 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- add file/line definitions to raise_error() callsalec
git-svn-id: https://svn.roundcube.net/trunk@3231 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-26- Add support for MDB2's 'sqlsrv' driver (#1486395)alec
git-svn-id: https://svn.roundcube.net/trunk@3227 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-18- fix $Id$ keywordalec
git-svn-id: https://svn.roundcube.net/trunk@3212 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-14- don't use preg_replace with /e modifier + code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@3180 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-12- fix warning when authentication fails and debug_level=4 (#1486292)alec
git-svn-id: https://svn.roundcube.net/trunk@3177 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-23- use 7th (httponly) argument of setcookie()alec
git-svn-id: https://svn.roundcube.net/trunk@3131 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-04- fix HTTPS checking (#1486273)alec
git-svn-id: https://svn.roundcube.net/trunk@3096 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-25- fix Russian language position on languages listalec
git-svn-id: https://svn.roundcube.net/trunk@2989 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-23- sorting by message index - added 'index_sort' option (#1485936)alec
git-svn-id: https://svn.roundcube.net/trunk@2983 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-21- Added 'ldap_debug' option + small change to not rely on rcube_config ↵alec
inside rcube_ldap class git-svn-id: https://svn.roundcube.net/trunk@2976 208e9e7b-5314-0410-a742-e7e81cd9613c