Commit Graph

93 Commits

Author SHA1 Message Date
thomascube
f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 2010-03-17 12:24:09 +00:00
alecpl
ebc619c149 - Fix CVE-2010-0464: Disable DNS prefetching (#1486449) 2010-02-26 08:06:48 +00:00
alecpl
3e63802071 - Don't use dl() (#1486457) 2010-01-28 18:26:56 +00:00
alecpl
a7dba85463 - ignore json_encode() warnings 2010-01-19 14:47:05 +00:00
alecpl
cea5bc82ee - fix abbreviate_string() (#1486420) 2010-01-13 13:10:31 +00:00
alecpl
ecbd5b5d53 - prevent from PHP error when iconv doesn't support //IGNORE (#1486375) 2010-01-13 12:59:21 +00:00
alecpl
6481d4bbbe - fix rc_utf8_clean() issues (#1486407) 2010-01-09 18:28:01 +00:00
alecpl
892af47869 - Support show_bytes() output in parse_bytes() (#1486405) 2010-01-05 14:10:37 +00:00
alecpl
63ffe33c01 - fix empty strings handling in rc_utf8_clean() 2009-12-14 07:36:19 +00:00
alecpl
2717f9f68e - use proper unicode cleanup for JSON, fixes #1486356 2009-12-11 16:53:54 +00:00
alecpl
e5d60d69d4 - Use built-in json_encode() for proper JSON format in AJAX replies (and compat. with jQuery 1.4) 2009-12-09 08:18:47 +00:00
alecpl
496da6a420 - Fix possible messages exposure when using Roundcube behind a proxy (#1486281) 2009-11-23 19:25:43 +00:00
alecpl
5818e44345 - Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port check 2009-10-27 09:43:39 +00:00
alecpl
b6c512a6b0 - fix rc_utf8_clean() on Windows (#1486232) 2009-10-22 18:37:00 +00:00
alecpl
1a00f138c6 - Fix IE issue with non-UTF-8 characters in AJAX response (#1486159) 2009-10-12 16:06:33 +00:00
alecpl
161c28dffc - Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)
- Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655)
2009-09-05 12:31:19 +00:00
alecpl
8f6a46663a - update to last commit 2009-07-23 12:14:17 +00:00
alecpl
ee258ce158 - performance fix: don't check mbstring functions existence too often 2009-07-23 12:12:27 +00:00
alecpl
78ebe75bce - fix rc_wordwrap() (#1485909) 2009-06-08 06:54:34 +00:00
alecpl
47f072523b - Fix displaying of big maximum upload filesize (#1485889) 2009-06-01 16:33:51 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +00:00
alecpl
7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
2009-03-30 18:04:18 +00:00
thomascube
0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 2009-02-27 10:18:18 +00:00
alecpl
0ff63513c2 #1485741: fix installer after some last changes 2009-02-21 18:57:47 +00:00
thomascube
aa055c931a Get rid of vulnerable preg_replace eval and create_function (#1485686) + correctly handle base and link tags in html messages 2009-01-22 14:47:23 +00:00
alecpl
8f79fbabdc - added strtoupper() wrapper 2008-12-11 17:29:50 +00:00
thomascube
456c7e40c5 Fix headers for IE attachment downloads (#1485449) 2008-11-23 14:55:38 +00:00
alecpl
8498dce502 - Fix problem with numeric folder names (#1485527) 2008-10-29 12:39:12 +00:00
thomascube
b58f118415 Improve vcard import (#1485502); try utf-8 first in charset detection 2008-10-21 09:41:32 +00:00
alecpl
ba80566b1e - little improvement in in_array_nocase() 2008-10-20 09:21:36 +00:00
alecpl
7f63946719 - #1485499: make email address comparision case insensitive
- support multibyte characters in in_array_nocase()
2008-10-20 09:18:52 +00:00
alecpl
c02bb9c307 #1485472: added js keywords escaping in json_serialize() 2008-10-07 07:27:29 +00:00
alecpl
f613a1e4e0 - fix last change in show_bytes() 2008-10-03 08:25:20 +00:00
alecpl
abdc5898b6 - Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
2008-10-03 08:05:59 +00:00
alecpl
56cf503a1b - Localized filesize units (#1485340) + small labels capitalization change in en.* (#1485407) 2008-10-01 12:18:16 +00:00
alecpl
bce0348e89 #1485266: changed rc_mime_content_type()'s failover to 'application/octet-stream' 2008-09-15 08:47:58 +00:00
thomascube
0dbac32181 Enable export of contacts as vCard + DRY 2008-09-04 18:20:27 +00:00
thomascube
c8ae2497b7 Auto-detect client language and timezone if desired by config/prefs 2008-09-03 16:03:19 +00:00
thomascube
35dc0bed74 Little improvement in mime-detection as suggested in #1485296 2008-08-29 15:34:24 +00:00
thomascube
6d5dbae53c Prefer File_Info over mime_content_type + detect mime type when uploading + some code style 2008-07-25 15:13:15 +00:00
alecpl
403e3f4b22 - use fallback if mime_content_type() returns false (#1485222) 2008-07-18 11:38:56 +00:00
alecpl
b541216c53 -added encoding detection for attachment names when message part hasn't got charset definition (#1484969) 2008-06-07 18:48:59 +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
a63e10ee7d - removed strrstr() definition as it was needed only for php4 2008-04-14 10:11:50 +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
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
till
1b4d732341 * committed patch from #1484932 2008-03-31 14:10:30 +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