Aleksander Machniak
a04a74fec4
Improvements in building criteria string for IMAP SEARCH
12 years ago
Aleksander Machniak
c59a822a65
Remove reference to MDB2 from autoloader
12 years ago
Aleksander Machniak
e8be303af3
Added tests for shared functions, fixed small issues
12 years ago
Aleksander Machniak
6ab9369eb1
Fix lower-casing email address on replies ( #1488598 )
12 years ago
Aleksander Machniak
398bff5925
Replace rcube_mdb2/PEAR::MDB2 with rcube_db
13 years ago
Aleksander Machniak
be98408f40
Fix possible PHP warning in in_array_nocase() when 2nd argument is not an array
13 years ago
Aleksander Machniak
041c93ce0b
Removed $Id$
13 years ago
alecpl
5d66a4bcf3
- Improved ttl values handling
13 years ago
alecpl
6a8b4c2951
- Fix incorrect cache ttl used in get_cache_engine() ( #1488447 ), use time() where mktime() without arguments was used
13 years ago
alecpl
1aceb9cec8
- Framework refactoring (I hope it's the last one):
...
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
renamed main.inc into rcube_bc.inc
13 years ago
alecpl
0c259682f6
- Merge devel-framework branch, resolved conflicts
13 years ago
thomascube
7fe3811c65
Changed license to GNU GPLv3+ with exceptions for skins and plugins
13 years ago
thomascube
c321a955a7
Merged devel-framework branch (r5746:5779) back into trunk
13 years ago
alecpl
4391a7809e
- Make mime type detection based on filename extension to be case-insensitive
13 years ago
alecpl
f5d62f7157
- Fix bug in handling of base href and inline content ( #1488290 )
13 years ago
alecpl
9e54e6fd45
- Make the whole PHP output non-cacheable ( #1487797 )
13 years ago
alecpl
c08b18c4b9
- Fix relative URLs handling according to a <base> in HTML ( #1487889 )
14 years ago
alecpl
1036f81edf
- Fix so 1024 bytes is displayed as 1KB, the same for MB and GB
14 years ago
alecpl
ff10f5e50e
- Support 'off' as bolean false
14 years ago
alecpl
e8d5bdc84e
- Fix IDNA support when IDN/INTL modules are in use ( #1487742 )
14 years ago
thomascube
0501b637a3
Merge branch devel-addressbook (r4193:4382) back into trunk
14 years ago
thomascube
f5e7b35307
Bumbed version; Roundcube development is not Switzerland only
14 years ago
alecpl
0f9d8ca40d
- Don't set attachment's charset in Content-type header ( #1487122 )
14 years ago
alecpl
bf13ba996c
- remove charset=binary from content-type
14 years ago
alecpl
e99991996d
- Add Internationalized Domain Name (IDNA) support ( #1483894 )
14 years ago
thomascube
8603bbba2e
Fix base url resolution + better order for condition checks in rcube_mdb2 + updated changelog
14 years ago
alecpl
0911facde9
- Truncate message subject when setting page title
14 years ago
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
14 years ago
alecpl
d78564abca
- Fix performance in array_keys_recursive()
14 years ago
alecpl
5e0999c53c
- Fix opening attachments on IE ( #1486829 )
15 years ago
alecpl
b25dfd0913
- removed PHP closing tag
15 years ago
alecpl
37e467d55c
- Fix no-cache headers on https to prevent content caching by proxies ( #1486798 )
15 years ago
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
15 years ago
thomascube
8ad5c89f22
Don't wrap quoted lines at all
15 years ago
thomascube
f52c936f4d
Merged devel-threads branch (r3066:3364) back into trunk
15 years ago
alecpl
ebc619c149
- Fix CVE-2010-0464: Disable DNS prefetching ( #1486449 )
15 years ago
alecpl
3e63802071
- Don't use dl() ( #1486457 )
15 years ago
alecpl
a7dba85463
- ignore json_encode() warnings
15 years ago
alecpl
cea5bc82ee
- fix abbreviate_string() ( #1486420 )
15 years ago
alecpl
ecbd5b5d53
- prevent from PHP error when iconv doesn't support //IGNORE ( #1486375 )
15 years ago
alecpl
6481d4bbbe
- fix rc_utf8_clean() issues ( #1486407 )
15 years ago
alecpl
892af47869
- Support show_bytes() output in parse_bytes() ( #1486405 )
15 years ago
alecpl
63ffe33c01
- fix empty strings handling in rc_utf8_clean()
15 years ago
alecpl
2717f9f68e
- use proper unicode cleanup for JSON, fixes #1486356
15 years ago
alecpl
e5d60d69d4
- Use built-in json_encode() for proper JSON format in AJAX replies (and compat. with jQuery 1.4)
15 years ago
alecpl
496da6a420
- Fix possible messages exposure when using Roundcube behind a proxy ( #1486281 )
15 years ago
alecpl
5818e44345
- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS ( #1486243 ) + fix port check
15 years ago
alecpl
b6c512a6b0
- fix rc_utf8_clean() on Windows ( #1486232 )
15 years ago
alecpl
1a00f138c6
- Fix IE issue with non-UTF-8 characters in AJAX response ( #1486159 )
15 years ago
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 )
15 years ago