Commit Graph

156 Commits

Author SHA1 Message Date
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
thomascube
0393dacedf Add support for Korean charset (KS_C_5601) 2007-10-18 09:33:49 +00:00
thomascube
352aefed85 Log error when login fails due to auto_create_user turned off 2007-10-10 06:39:11 +00:00
thomascube
97bd2c0537 Filter linked/imported CSS files (#1484056) 2007-09-29 18:15:05 +00:00
thomascube
5e80457383 Allow to save particular user prefs 2007-09-26 15:52:06 +00:00
thomascube
532844b677 Resolve username from virtuser file before looking up in database 2007-09-11 09:53:41 +00:00
thomascube
74ae8849dd Fixed charset encoding bug (#1484429) 2007-09-09 18:04:54 +00:00
yllar
737b6a37dd Ticket #1484457 2007-09-05 20:08:25 +00:00
thomascube
0d1dd7c80c Fix message list selection + new pngbehavior + use strpos() instead of strstr() 2007-09-05 19:50:05 +00:00
till
a664a679ca # bugfix: #1484473 2007-09-01 18:57:55 +00:00
thomascube
6b603da6f1 LDAP improvements 2007-08-15 20:28:01 +00:00
thomascube
88f66ec89c Fix bugs introduced with latest changes 2007-08-13 20:15:27 +00:00
thomascube
b8e65ce39b Fix charset converting issues with iconv and mbstring 2007-08-10 16:38:29 +00:00
thomascube
31d9efd97d Simplified code + removed debug log 2007-08-10 08:51:41 +00:00
thomascube
719a257f0c Some bugfixes, security issues + minor improvements 2007-08-10 08:27:40 +00:00
thomascube
6d969b4d90 Documentation, code style and cleanup 2007-08-07 21:02:12 +00:00
svncommit
93be5b7606 Move folder rendering functions so they can be used in the settings section. 2007-07-26 12:13:34 +00:00