summaryrefslogtreecommitdiff
path: root/program/include/main.inc
AgeCommit message (Expand)Author
2008-09-18Treat US-ASCII as Latin-1 to give messages with wrong charset definition a ch...thomascube
2008-09-18Better detection of HTML double-encoded entitiesthomascube
2008-09-13Fix broken quoted-printable encodingthomascube
2008-09-12Fix xss entitiy decodingthomascube
2008-09-12Allow (sanitized) style elements in HTML messagesthomascube
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore (#14...thomascube
2008-09-05Killed one more global var + log logins to a separate file (not console)thomascube
2008-09-03Interesting: (0 == 'auto') => truethomascube
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomascube
2008-09-02New feature to import contacts from a vcard file + mark form buttons that pro...thomascube
2008-08-29Little code cleanupthomascube
2008-08-29Fix position of collapse/expand icons (#1485302)thomascube
2008-08-28Add folder hierarchy collapsing.svncommit
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-07-31Show real names in folder drop-down + rebuild default_imap_folders property w...thomascube
2008-07-31Code cleanup,thomascube
2008-07-31Make special folders configurable for the userthomascube
2008-07-31Code cleanup with new html classesthomascube
2008-07-21- use long date format in print mode (#1485191)alecpl
2008-06-30- deprecated is_a() replaced by instanceof operatoralecpl
2008-06-23- fixed get_sequence_name()alecpl
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomascube
2008-06-20Simplify step inclusion in controller (index.php)thomascube
2008-06-15- Added option to select skin in user preferences (#1485031)alecpl
2008-06-14More code cleanupthomascube
2008-05-30-removed not existing variablealecpl
2008-05-26fix to #1485083till
2008-05-12- fixed problem with postgresql sequences (after MDB2 drivers update)alecpl
2008-05-07/tmp/outsvncommit
2008-05-07More code cleanup + oop-izationthomascube
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some globa...thomascube
2008-04-29- improved messages list performance - patch from Justin Heesemannalecpl
2008-04-28- added 5th argument to rcmail_render_folder_tree_select()alecpl
2008-04-25- movingmessage label could and should be added in mail task onlyalecpl
2008-04-22fix for attrib strings with embedded quotessvncommit
2008-04-20Fix parse_attrib_string to handle unquoted attribute valuessvncommit
2008-04-17- Fix non-RFC dates formatting (#1484901)alecpl
2008-04-12- Fixed and optimized 'read_when_deleted': mark as read on server sidealecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube
2008-04-11#1483863: empty trash and expunge inbox on logoutalecpl
2008-04-10#1484980: fixed problem with month abbreviations localization (problem with M...alecpl
2008-04-09#1484624: do ob_start/ob_end_clean when reading config filesalecpl
2008-04-04Remove unnecessary code; unread counts are added client sidethomascube
2008-04-02Remove evil css styles like expression() in HTML messagesthomascube
2008-03-21Better patch to correctly quote email recipient strings (from #1484191)thomascube
2008-03-21Added charset alias for mb_convert (fixes #1484598)thomascube
2008-03-21GB2312 alias is for iconv only (fixes #1484818)thomascube
2008-03-21Add configurable default charset for message decodingthomascube
2008-03-19Enable SQL logging (set 'sql_debug' config param to true); Switch to emulated...thomascube