Commit Graph

299 Commits

Author SHA1 Message Date
alecpl
47fab0a48e - don't send set_env() when env array is empty 2008-04-15 07:34:28 +00:00
thomascube
54d830fa44 Fix html quoting in textareas 2008-04-14 13:06:28 +00:00
alecpl
a63e10ee7d - removed strrstr() definition as it was needed only for php4 2008-04-14 10:11:50 +00:00
thomascube
b2d8b845de Don't use inexisting class name 2008-04-14 06:58:25 +00:00
alecpl
3f5cef8666 - reverted r1295
- disable caching for unseen messages to allow marking as read remarked messages
2008-04-13 09:15:39 +00:00
alecpl
875a482d3c - fix for buttons without commands (r1291) 2008-04-13 07:35: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
alecpl
c5097c633b #1484681 2008-04-02 17:27:35 +00:00
thomascube
a3e5b42e0d Remove evil css styles like expression() in HTML messages 2008-04-02 12:08:12 +00:00
till
369efc9ab7 * removing @ (ldap_bind() shouldn't issue a warning anyway, and if it does, it is logged) 2008-04-01 08:14:50 +00:00
till
736307aab4 * debugging bind (simplyfied if/else) 2008-04-01 08:11:13 +00:00
till
1b4d732341 * committed patch from #1484932 2008-03-31 14:10:30 +00:00
thomascube
780527b4c0 Don't execute SQL queries if caching is disabled 2008-03-25 19:09:56 +00:00
thomascube
0ce1a65149 Only emulate prepared queries in debug mode 2008-03-25 18:39:33 +00:00
till
8f4dcbdc42 * added escapeSimple() (#1484874) 2008-03-25 00:59:01 +00:00
thomascube
846dd743c8 Strip slashes from virtuser email values (#1484700) 2008-03-21 13:58:24 +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
52f8caf770 Correctly quote email recipient string 2008-03-21 12:36:21 +00:00
thomascube
9e60d4b991 Applied patch to fix mime decoding an folder subscription (#1484191) 2008-03-21 12:03:45 +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
aa98362240 Minor bug fixes and visual enhancements 2008-03-02 14:46:43 +00:00
thomascube
9b3e09f232 Fix bug in html select class introduced with r1155 2008-02-28 22:15:52 +00:00
thomascube
27564f1a22 Add IMAP test and some more options to installer script 2008-02-28 21:52:57 +00:00
thomascube
72c7226558 Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets 2008-02-28 20:01:57 +00:00
thomascube
1a7f99fb0d Make some code work without non-GPL libs 2008-02-27 13:39:22 +00:00
till
619cfb2df2 * introduced isset() because that is how you test if a var is set (which is why a NOTICE is a good idea to look at sometimes)
* fixed a bug - $smtp_conn was checked, but it's actually called $SMTP_CONN, now the connection is really being re-used
2008-02-25 10:17:35 +00:00
thomascube
103d6b697c Add (currently unused) function to delete all contacts + update changelog 2008-02-20 22:57:32 +00:00
thomascube
ae8f192c90 Remove MDN headers before saving in sent folder + fix wrong variale name 2008-02-20 22:47:06 +00:00
till
d4517648ad * fixing #1484792 (Thanks for the note!) 2008-02-20 15:59:47 +00:00
thomascube
fed22fd232 Localize folder name in page title (#1484785) 2008-02-19 23:09:20 +00:00
till
8779cd097b * doublechecking the user id is set 2008-02-16 12:10:37 +00:00
till
547289c529 * cs in require_once 2008-02-15 13:20:07 +00:00
till
7eaf7ad543 * small cs fixes 2008-02-14 23:12:23 +00:00
till
3afd87bdda * more verbose error msg 2008-02-14 22:05:43 +00:00
till
734584e2fe * mime_content_type() is unavailable in PHP5 and breaks sending emails with attachments
* implemented rc_mime_content_type() with file_info-failover
* added svn:ignore for phpinfo.php ;-)
2008-02-14 01:33:02 +00:00
till
2912dbd2c2 * implemented feature from #1484476 2008-02-13 05:26:47 +00:00
thomascube
ddc34f98d5 Also do charset decoding as suggested in RFC 2231 (fix #1484321) 2008-02-12 14:06:26 +00:00
thomascube
6f9926357c Fix send_modified_header() function 2008-02-11 23:51:30 +00:00
thomascube
7f9ea15463 Add UI elements to mark the selected messages read/unread 2008-02-11 22:45:26 +00:00
till
e3a0af34d5 * fixing #1484494 (people can delete the last identity otherwise)
* FOR TRANSLATERS: introducing new message
2008-02-10 17:08:40 +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