thomascube
7fe3811c65
Changed license to GNU GPLv3+ with exceptions for skins and plugins
2012-01-18 11:10:46 +00:00
thomascube
c321a955a7
Merged devel-framework branch (r5746:5779) back into trunk
2012-01-16 15:14:41 +00:00
alecpl
4391a7809e
- Make mime type detection based on filename extension to be case-insensitive
2012-01-13 11:21:45 +00:00
alecpl
f5d62f7157
- Fix bug in handling of base href and inline content ( #1488290 )
2012-01-05 09:51:41 +00:00
alecpl
9e54e6fd45
- Make the whole PHP output non-cacheable ( #1487797 )
2011-09-23 10:11:27 +00:00
alecpl
c08b18c4b9
- Fix relative URLs handling according to a <base> in HTML ( #1487889 )
2011-04-29 08:17:42 +00:00
alecpl
1036f81edf
- Fix so 1024 bytes is displayed as 1KB, the same for MB and GB
2011-04-11 11:00:30 +00:00
alecpl
ff10f5e50e
- Support 'off' as bolean false
2011-04-11 10:53:58 +00:00
alecpl
e8d5bdc84e
- Fix IDNA support when IDN/INTL modules are in use ( #1487742 )
2011-02-03 13:58:07 +00:00
thomascube
0501b637a3
Merge branch devel-addressbook (r4193:4382) back into trunk
2011-01-18 18:00:57 +00:00
thomascube
f5e7b35307
Bumbed version; Roundcube development is not Switzerland only
2011-01-12 18:25:02 +00:00
alecpl
0f9d8ca40d
- Don't set attachment's charset in Content-type header ( #1487122 )
2010-11-18 10:34:10 +00:00
alecpl
bf13ba996c
- remove charset=binary from content-type
2010-11-04 12:42:22 +00:00
alecpl
e99991996d
- Add Internationalized Domain Name (IDNA) support ( #1483894 )
2010-09-29 12:36:28 +00:00
thomascube
8603bbba2e
Fix base url resolution + better order for condition checks in rcube_mdb2 + updated changelog
2010-09-26 11:17:03 +00:00
alecpl
0911facde9
- Truncate message subject when setting page title
2010-09-25 13:47:51 +00:00
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
2010-09-25 13:03:53 +00:00
alecpl
d78564abca
- Fix performance in array_keys_recursive()
2010-07-28 09:02:41 +00:00
alecpl
5e0999c53c
- Fix opening attachments on IE ( #1486829 )
2010-07-08 16:12:45 +00:00
alecpl
b25dfd0913
- removed PHP closing tag
2010-06-23 09:55:08 +00:00
alecpl
37e467d55c
- Fix no-cache headers on https to prevent content caching by proxies ( #1486798 )
2010-06-17 08:01:20 +00:00
alecpl
d311d809d6
- Fix forwarding of messages with winmail attachments
...
- Remove some redundant code for winmail handling in get.inc, move tnef_decode() to rcube_message
- Fix handling of uuencoded attachments in message body (#1485839 )
- Extend rc_mime_content_type() to work with string buffer
2010-05-28 09:38:41 +00:00
thomascube
8ad5c89f22
Don't wrap quoted lines at all
2010-05-20 21:40:59 +00:00
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