Commit Graph

172 Commits

Author SHA1 Message Date
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
till
2912dbd2c2 * implemented feature from #1484476 2008-02-13 05:26:47 +00:00
thomascube
38b012e072 Added some charset aliases to fix typical mis-labelling (#1484565) 2008-02-08 17:33:08 +00:00
thomascube
5bc0ab10fc Distinguish ssl and tls for imap connections (#1484667) 2008-02-08 17:18:32 +00:00
thomascube
6f2f2d0ffd Truncate attachment filenames to 55 characters (#1484757) and fix misspelled function name 2008-02-07 07:50:37 +00:00
thomascube
cb3badb7d8 Respect config when localize folder names 2008-02-04 18:07:48 +00:00
till
306175855a * cs 2008-02-03 14:02:46 +00:00
thomascube
adc3e41f6e Always update $CONFIG with user prefs (#1484729) 2008-02-02 19:44:37 +00:00
thomascube
fba1f5ab81 New class rcube_user + send message disposition notification 2007-12-10 15:27:19 +00:00
thomascube
d5342aabcf More input sanitizing 2007-11-25 19:45:38 +00:00
thomascube
c579961899 Fixed some potential security risks + updatedd changelog 2007-11-25 17:34:19 +00:00
thomascube
b2ff3d4461 Don't create default folders by default 2007-11-25 16:21:55 +00:00
svncommit
fe89f82e2e Add escapeSimple method to rcube_db() object, to be used instead of quote() which will not allways work in virtuser query, for example when using something like REGEXP '(^|,)%u(,|$)' 2007-11-09 15:42:12 +00:00