summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
AgeCommit message (Expand)Author
2009-07-23- performance fix: don't check mbstring functions existence too oftenalecpl
2009-07-22- Help pluginalecpl
2009-07-21Use global request tokens and automatically protect all POST requeststhomascube
2009-07-21- use simple rcube_smtp classalecpl
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 han...alecpl
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
2009-05-16- Added possibility to encrypt received header, option 'http_received_header_...alecpl
2009-05-14Trigger 'create_identity' when creating a new user; Allow 'create_user' hook ...thomascube
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 rcube_te...thomascube
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
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
2009-03-02Revert r2322; this is done in rcmail_html4inline() and now secured + fix teststhomascube
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-24Allow empty strings for imap_root config parameter (was changed in r2143) to ...thomascube
2008-12-11- Performance: allow setting imap rootdir and delimiter before connect (#1485...alecpl
2008-11-16- Fix setting locale to tr_TR, ku and az_AZ (#1485470)alecpl
2008-10-26- Added 'keep_alive' and 'min_keep_alive' options (#1485360)alecpl
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
2008-09-27- added 'en_US.utf8' as fallback for setlocalealecpl
2008-09-25DRY: set (secure) cookies using rcmail::setcookie() + set session.only_use_co...thomascube
2008-09-21Tiny correction of phpdocthomascube
2008-09-19Made config files location configurable (#1485215)thomascube
2008-09-18Set the right number of arguments for setcookie()thomascube
2008-09-18Secure the other cookie, too.svncommit
2008-09-13#1485343: fix _task setting in urlalecpl
2008-09-12Fix rcmail::url(), don't use comm_paththomascube
2008-09-05Immediately save sort_col/sort_order in user prefs (#1485265)thomascube
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomascube
2008-09-02Let rcmail class create address book instancesthomascube
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-08-07Don't add empty url paramsthomascube
2008-07-31Fix read_when_deleted behavior + javascript codestylethomascube
2008-07-28Add consistency checks + complete some phpdocthomascube
2008-06-24Really, really fix host selection (damn, it's too hot)thomascube
2008-06-24Really fix host selection from login formthomascube
2008-06-24Fix typo and re-enable input box for hostthomascube
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomascube
2008-06-20Store compose parameters in session and redirect to a unique URLthomascube
2008-06-20Simplify step inclusion in controller (index.php)thomascube