summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/main.inc
AgeCommit message (Expand)Author
2008-06-15- Added option to select skin in user preferences (#1485031)alec
2008-06-14More code cleanupthomasb
2008-05-30-removed not existing variablealec
2008-05-26fix to #1485083till
2008-05-12- fixed problem with postgresql sequences (after MDB2 drivers update)alec
2008-05-07/tmp/outrichs
2008-05-07More code cleanup + oop-izationthomasb
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some globa...thomasb
2008-04-29- improved messages list performance - patch from Justin Heesemannalec
2008-04-28- added 5th argument to rcmail_render_folder_tree_select()alec
2008-04-25- movingmessage label could and should be added in mail task onlyalec
2008-04-22fix for attrib strings with embedded quotesestadtherr
2008-04-20Fix parse_attrib_string to handle unquoted attribute valuesestadtherr
2008-04-17- Fix non-RFC dates formatting (#1484901)alec
2008-04-12- Fixed and optimized 'read_when_deleted': mark as read on server sidealec
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomasb
2008-04-11#1483863: empty trash and expunge inbox on logoutalec
2008-04-10#1484980: fixed problem with month abbreviations localization (problem with M...alec
2008-04-09#1484624: do ob_start/ob_end_clean when reading config filesalec
2008-04-04Remove unnecessary code; unread counts are added client sidethomasb
2008-04-02Remove evil css styles like expression() in HTML messagesthomasb
2008-03-21Better patch to correctly quote email recipient strings (from #1484191)thomasb
2008-03-21Added charset alias for mb_convert (fixes #1484598)thomasb
2008-03-21GB2312 alias is for iconv only (fixes #1484818)thomasb
2008-03-21Add configurable default charset for message decodingthomasb
2008-03-19Enable SQL logging (set 'sql_debug' config param to true); Switch to emulated...thomasb
2008-02-27Make some code work without non-GPL libsthomasb
2008-02-20Remove MDN headers before saving in sent folder + fix wrong variale namethomasb
2008-02-19Localize folder name in page title (#1484785)thomasb
2008-02-13* implemented feature from #1484476till
2008-02-08Added some charset aliases to fix typical mis-labelling (#1484565)thomasb
2008-02-08Distinguish ssl and tls for imap connections (#1484667)thomasb
2008-02-07Truncate attachment filenames to 55 characters (#1484757) and fix misspelled ...thomasb
2008-02-04Respect config when localize folder namesthomasb
2008-02-03* cstill
2008-02-02Always update $CONFIG with user prefs (#1484729)thomasb
2007-12-10New class rcube_user + send message disposition notificationthomasb
2007-11-25More input sanitizingthomasb
2007-11-25Fixed some potential security risks + updatedd changelogthomasb
2007-11-25Don't create default folders by defaultthomasb
2007-11-09Add escapeSimple method to rcube_db() object, to be used instead of quote() w...robin
2007-10-18Add support for Korean charset (KS_C_5601)thomasb
2007-10-10Log error when login fails due to auto_create_user turned offthomasb
2007-09-29Filter linked/imported CSS files (#1484056)thomasb
2007-09-26Allow to save particular user prefsthomasb
2007-09-11Resolve username from virtuser file before looking up in databasethomasb
2007-09-09Fixed charset encoding bug (#1484429)thomasb
2007-09-05Ticket #1484457yllar
2007-09-05Fix message list selection + new pngbehavior + use strpos() instead of strstr()thomasb
2007-09-01# bugfix: #1484473till