Commit Graph

2657 Commits

Author SHA1 Message Date
alecpl
ff6def42ca #1485016 2008-04-28 07:24:21 +00:00
alecpl
e3902eba7f - movingmessage label could and should be added in mail task only 2008-04-25 07:16:56 +00:00
alecpl
ae0c82b0e4 - Append skin_path to images location only when it starts with '/' sign (#1484859) 2008-04-23 19:33:59 +00:00
alecpl
f92b2f43e3 - fix: s/rcube_error::raise/raise_error/ 2008-04-23 18:29:54 +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
f94a801d03 - Fix typo in set_charset() (#1484991) 2008-04-16 06:17:32 +00:00
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