Commit Graph

175 Commits (940fc136b59a63f4f42ff5a649a59af7863f7f8c)

Author SHA1 Message Date
svncommit f5aa16541e Add folder hierarchy collapsing. 16 years ago
alecpl b77d0dd6c5 - added options to use syslog instead of log file (#1484850)
- added Logging & Debugging section in Installer
- fixed config from $_POST for next installer steps saving
- fixed and re-enabled debug_level setting in installer
16 years ago
alecpl 9e8e5fa634 - Removed support for PEAR::DB driver 16 years ago
thomascube 64f20dae0c Show real names in folder drop-down + rebuild default_imap_folders property when saving prefs 16 years ago
thomascube 62e54249df Code cleanup, 16 years ago
thomascube cb3538d2ab Make special folders configurable for the user 16 years ago
thomascube 6d6e066f23 Code cleanup with new html classes 16 years ago
alecpl 5b1de55981 - use long date format in print mode (#1485191) 16 years ago
alecpl 87242c75aa - deprecated is_a() replaced by instanceof operator 16 years ago
alecpl 3e84834f48 - fixed get_sequence_name() 16 years ago
thomascube fde466c58c Urlencode mail recipients for storing in session + little code cleanup 16 years ago
thomascube 6ea6c9b96e Simplify step inclusion in controller (index.php) 16 years ago
alecpl e58df3adc9 - Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
16 years ago
thomascube 83a7636872 More code cleanup 16 years ago
alecpl 0be1bcbc03 -removed not existing variable 16 years ago
till 3bfab3b99c fix to #1485083 16 years ago
alecpl 54dd42c318 - fixed problem with postgresql sequences (after MDB2 drivers update) 16 years ago
svncommit 4f9c833742 /tmp/out 16 years ago
thomascube 1854c4525b More code cleanup + oop-ization 16 years ago
thomascube 197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 16 years ago
alecpl 257782150d - improved messages list performance - patch from Justin Heesemann 16 years ago
alecpl 3c30321617 - added 5th argument to rcmail_render_folder_tree_select() 16 years ago
alecpl e3902eba7f - movingmessage label could and should be added in mail task only 16 years ago
svncommit f025740b07 fix for attrib strings with embedded quotes 16 years ago
svncommit 653242c663 Fix parse_attrib_string to handle unquoted attribute values 16 years ago
alecpl ea090ca09d - Fix non-RFC dates formatting (#1484901) 16 years ago
alecpl 3d35312cc4 - Fixed and optimized 'read_when_deleted': mark as read on server side
in one action when marking as deleted, fixed js bugs when deleting
  from message preview page
16 years ago
thomascube 47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 16 years ago
alecpl eaa39477bd #1483863: empty trash and expunge inbox on logout 16 years ago
alecpl 7479cc6570 #1484980: fixed problem with month abbreviations localization (problem with May and maybe others) 16 years ago
alecpl 6f9876690a #1484624: do ob_start/ob_end_clean when reading config files 16 years ago
thomascube 36bb3e9575 Remove unnecessary code; unread counts are added client side 16 years ago
thomascube a3e5b42e0d Remove evil css styles like expression() in HTML messages 16 years ago
thomascube 0c6f4b8864 Better patch to correctly quote email recipient strings (from #1484191) 17 years ago
thomascube b19536f2f3 Added charset alias for mb_convert (fixes #1484598) 17 years ago
thomascube 7250d6363c GB2312 alias is for iconv only (fixes #1484818) 17 years ago
thomascube 17b5fb797f Add configurable default charset for message decoding 17 years ago
thomascube 9814721e8d Enable SQL logging (set 'sql_debug' config param to true); Switch to emulated prepare mode for better performance 17 years ago
thomascube 1a7f99fb0d Make some code work without non-GPL libs 17 years ago
thomascube ae8f192c90 Remove MDN headers before saving in sent folder + fix wrong variale name 17 years ago
thomascube fed22fd232 Localize folder name in page title (#1484785) 17 years ago
till 2912dbd2c2 * implemented feature from #1484476 17 years ago
thomascube 38b012e072 Added some charset aliases to fix typical mis-labelling (#1484565) 17 years ago
thomascube 5bc0ab10fc Distinguish ssl and tls for imap connections (#1484667) 17 years ago
thomascube 6f2f2d0ffd Truncate attachment filenames to 55 characters (#1484757) and fix misspelled function name 17 years ago
thomascube cb3badb7d8 Respect config when localize folder names 17 years ago
till 306175855a * cs 17 years ago
thomascube adc3e41f6e Always update $CONFIG with user prefs (#1484729) 17 years ago
thomascube fba1f5ab81 New class rcube_user + send message disposition notification 17 years ago
thomascube d5342aabcf More input sanitizing 17 years ago