Commit Graph

184 Commits

Author SHA1 Message Date
thomascube
85a9130647 Fix xss entitiy decoding 2008-09-12 16:00:25 +00:00
thomascube
1c499ae930 Allow (sanitized) style elements in HTML messages 2008-09-12 15:14:34 +00:00
thomascube
f89f03cd6a Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453) 2008-09-12 11:12:05 +00:00
thomascube
c8a21d646c Killed one more global var + log logins to a separate file (not console) 2008-09-05 07:27:23 +00:00
thomascube
62784a2ce5 Interesting: (0 == 'auto') => true 2008-09-03 17:17:17 +00:00
thomascube
c8ae2497b7 Auto-detect client language and timezone if desired by config/prefs 2008-09-03 16:03:19 +00:00
thomascube
ed132eddea New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation 2008-09-02 17:22:00 +00:00
thomascube
25f80d62d1 Little code cleanup 2008-08-29 13:41:48 +00:00
thomascube
e1eb70b617 Fix position of collapse/expand icons (#1485302) 2008-08-29 13:20:12 +00:00
svncommit
f5aa16541e Add folder hierarchy collapsing. 2008-08-28 08:15:31 +00:00
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
2008-08-27 10:58:33 +00:00
alecpl
9e8e5fa634 - Removed support for PEAR::DB driver 2008-08-26 07:21:50 +00:00
thomascube
64f20dae0c Show real names in folder drop-down + rebuild default_imap_folders property when saving prefs 2008-07-31 21:30:25 +00:00
thomascube
62e54249df Code cleanup, 2008-07-31 20:38:45 +00:00
thomascube
cb3538d2ab Make special folders configurable for the user 2008-07-31 20:27:46 +00:00
thomascube
6d6e066f23 Code cleanup with new html classes 2008-07-31 16:40:09 +00:00
alecpl
5b1de55981 - use long date format in print mode (#1485191) 2008-07-21 10:26:24 +00:00
alecpl
87242c75aa - deprecated is_a() replaced by instanceof operator 2008-06-30 10:21:39 +00:00
alecpl
3e84834f48 - fixed get_sequence_name() 2008-06-23 09:27:45 +00:00
thomascube
fde466c58c Urlencode mail recipients for storing in session + little code cleanup 2008-06-20 11:40:05 +00:00
thomascube
6ea6c9b96e Simplify step inclusion in controller (index.php) 2008-06-20 08:46:16 +00:00
alecpl
e58df3adc9 - Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
2008-06-15 09:19:47 +00:00
thomascube
83a7636872 More code cleanup 2008-06-14 12:23:08 +00:00
alecpl
0be1bcbc03 -removed not existing variable 2008-05-30 19:55:28 +00:00
till
3bfab3b99c fix to #1485083 2008-05-26 10:11:19 +00:00
alecpl
54dd42c318 - fixed problem with postgresql sequences (after MDB2 drivers update) 2008-05-12 13:23:12 +00:00
svncommit
4f9c833742 /tmp/out 2008-05-07 22:16:00 +00:00
thomascube
1854c4525b More code cleanup + oop-ization 2008-05-07 09:38:44 +00:00
thomascube
197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 2008-04-30 08:21:42 +00:00
alecpl
257782150d - improved messages list performance - patch from Justin Heesemann 2008-04-29 06:44:57 +00:00
alecpl
3c30321617 - added 5th argument to rcmail_render_folder_tree_select() 2008-04-28 13:24:30 +00:00
alecpl
e3902eba7f - movingmessage label could and should be added in mail task only 2008-04-25 07:16:56 +00:00
svncommit
f025740b07 fix for attrib strings with embedded quotes 2008-04-22 00:18:27 +00:00
svncommit
653242c663 Fix parse_attrib_string to handle unquoted attribute values 2008-04-20 22:49:15 +00:00
alecpl
ea090ca09d - Fix non-RFC dates formatting (#1484901) 2008-04-17 20:05:58 +00:00
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
2008-04-12 17:37:22 +00:00
thomascube
47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 2008-04-12 13:54:45 +00:00
alecpl
eaa39477bd #1483863: empty trash and expunge inbox on logout 2008-04-11 13:34:19 +00:00
alecpl
7479cc6570 #1484980: fixed problem with month abbreviations localization (problem with May and maybe others) 2008-04-10 11:44:01 +00:00
alecpl
6f9876690a #1484624: do ob_start/ob_end_clean when reading config files 2008-04-09 09:03:37 +00:00
thomascube
36bb3e9575 Remove unnecessary code; unread counts are added client side 2008-04-04 16:29:33 +00:00
thomascube
a3e5b42e0d Remove evil css styles like expression() in HTML messages 2008-04-02 12:08:12 +00:00
thomascube
0c6f4b8864 Better patch to correctly quote email recipient strings (from #1484191) 2008-03-21 13:29:12 +00:00
thomascube
b19536f2f3 Added charset alias for mb_convert (fixes #1484598) 2008-03-21 12:59:03 +00:00
thomascube
7250d6363c GB2312 alias is for iconv only (fixes #1484818) 2008-03-21 12:47:11 +00:00
thomascube
17b5fb797f Add configurable default charset for message decoding 2008-03-21 11:45:46 +00:00
thomascube
9814721e8d Enable SQL logging (set 'sql_debug' config param to true); Switch to emulated prepare mode for better performance 2008-03-19 14:36:47 +00:00
thomascube
1a7f99fb0d Make some code work without non-GPL libs 2008-02-27 13:39:22 +00:00
thomascube
ae8f192c90 Remove MDN headers before saving in sent folder + fix wrong variale name 2008-02-20 22:47:06 +00:00
thomascube
fed22fd232 Localize folder name in page title (#1484785) 2008-02-19 23:09:20 +00:00