summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
AgeCommit message (Collapse)Author
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 ↵thomascube
mode + check for the existance of contactgroups table
2010-03-26- Fix bugs on unexpected IMAP connection close (#1486190, #1486270)alecpl
- Iloha's imap.inc rewritten into rcube_imap_generic class - rcube_imap code re-formatting
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() ↵alecpl
(#1486248)
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alecpl
(#1486325)
2010-02-21Use rcmail::imap_connect() to establish IMAP connections; always initialize ↵thomascube
rcube_imap object in mail steps
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
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'.
2010-01-29- performance stats logging in devel_modealecpl
2010-01-28- Login preformance: Create default folders on first login onlyalecpl
2010-01-28- add file/line definitions to raise_error() callsalecpl
2010-01-26- Add support for MDB2's 'sqlsrv' driver (#1486395)alecpl
2010-01-18- fix $Id$ keywordalecpl
2009-12-14- don't use preg_replace with /e modifier + code cleanupalecpl
2009-12-12- fix warning when authentication fails and debug_level=4 (#1486292)alecpl
2009-11-23- use 7th (httponly) argument of setcookie()alecpl
2009-11-04- fix HTTPS checking (#1486273)alecpl
2009-09-25- fix Russian language position on languages listalecpl
2009-09-23- sorting by message index - added 'index_sort' option (#1485936)alecpl
2009-09-21- Added 'ldap_debug' option + small change to not rely on rcube_config ↵alecpl
inside rcube_ldap class
2009-09-20- small code improvementsalecpl
2009-09-07- Use faster/secure mt_rand() (#1486094)alecpl
2009-07-23- performance fix: don't check mbstring functions existence too oftenalecpl
2009-07-22- Help pluginalecpl
- support 'dummy' task (for plugins)
2009-07-21Use global request tokens and automatically protect all POST requeststhomascube
2009-07-21- use simple rcube_smtp classalecpl
- Installer: fix SMTP settings test
2009-07-15Use request tokens to protect POST requests from CSFRthomascube
2009-07-13Added hook when killing a sessionthomascube
2009-07-11- prevent from some mcrypt warnings (#1485970)alecpl
2009-07-07- Added 'imap_debug' option, described 'sql_debug' option in config filealecpl
2009-06-05- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options ↵alecpl
handling in UI
2009-06-05- fix rep_specialchars_output() performance, remove old 'charset' option use alecpl
2009-05-17- don't show message on unknown error (#1485848) + translate "Server Error!" ↵alecpl
message
2009-05-16- Added possibility to encrypt received header, option ↵alecpl
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security
2009-05-14Trigger 'create_identity' when creating a new user; Allow 'create_user' hook ↵thomascube
to abort the operation
2009-05-13- speed up the whole session cleaning in kill_session()alecpl
2009-05-12Really, really logout (fixes r2467).svncommit
2009-05-12Minimize chance of race condition in session handling (#1485659, #1484678)svncommit
2009-04-26Allow plugins to define their own tasks + add 'domain' parameter for ↵thomascube
rcube_template::button()
2009-04-24- fix setting empty string in imap_rootalecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomascube
sample plugins)
2009-04-14- Support STARTTLS in IMAP connection (#1485284)alecpl
2009-04-10- Support several e-mail addresses per user from virtuser_file (#1485678)alecpl
- return NULL from rcube_user::email2user if user not found (#1485801)
2009-03-02Revert r2322; this is done in rcmail_html4inline() and now secured + fix teststhomascube