alecpl
|
78ebe75bce
|
- fix rc_wordwrap() (#1485909)
|
16 years ago |
alecpl
|
47f072523b
|
- Fix displaying of big maximum upload filesize (#1485889)
|
16 years ago |
alecpl
|
23a2eec4d5
|
- ereg -> preg
|
16 years ago |
alecpl
|
7145e009e4
|
- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
|
16 years ago |
thomascube
|
0ea569c29f
|
Fix mime-type detection using a hard-coded map (#1485311)
|
16 years ago |
alecpl
|
0ff63513c2
|
#1485741: fix installer after some last changes
|
16 years ago |
thomascube
|
aa055c931a
|
Get rid of vulnerable preg_replace eval and create_function (#1485686) + correctly handle base and link tags in html messages
|
16 years ago |
alecpl
|
8f79fbabdc
|
- added strtoupper() wrapper
|
16 years ago |
thomascube
|
456c7e40c5
|
Fix headers for IE attachment downloads (#1485449)
|
16 years ago |
alecpl
|
8498dce502
|
- Fix problem with numeric folder names (#1485527)
|
16 years ago |
thomascube
|
b58f118415
|
Improve vcard import (#1485502); try utf-8 first in charset detection
|
16 years ago |
alecpl
|
ba80566b1e
|
- little improvement in in_array_nocase()
|
16 years ago |
alecpl
|
7f63946719
|
- #1485499: make email address comparision case insensitive
- support multibyte characters in in_array_nocase()
|
16 years ago |
alecpl
|
c02bb9c307
|
#1485472: added js keywords escaping in json_serialize()
|
16 years ago |
alecpl
|
f613a1e4e0
|
- fix last change in show_bytes()
|
16 years ago |
alecpl
|
abdc5898b6
|
- Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
|
16 years ago |
alecpl
|
56cf503a1b
|
- Localized filesize units (#1485340) + small labels capitalization change in en.* (#1485407)
|
16 years ago |
alecpl
|
bce0348e89
|
#1485266: changed rc_mime_content_type()'s failover to 'application/octet-stream'
|
16 years ago |
thomascube
|
0dbac32181
|
Enable export of contacts as vCard + DRY
|
16 years ago |
thomascube
|
c8ae2497b7
|
Auto-detect client language and timezone if desired by config/prefs
|
16 years ago |
thomascube
|
35dc0bed74
|
Little improvement in mime-detection as suggested in #1485296
|
16 years ago |
thomascube
|
6d5dbae53c
|
Prefer File_Info over mime_content_type + detect mime type when uploading + some code style
|
17 years ago |
alecpl
|
403e3f4b22
|
- use fallback if mime_content_type() returns false (#1485222)
|
17 years ago |
alecpl
|
b541216c53
|
-added encoding detection for attachment names when message part hasn't got charset definition (#1484969)
|
17 years ago |
thomascube
|
1854c4525b
|
More code cleanup + oop-ization
|
17 years ago |
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
17 years ago |
alecpl
|
257782150d
|
- improved messages list performance - patch from Justin Heesemann
|
17 years ago |
alecpl
|
a63e10ee7d
|
- removed strrstr() definition as it was needed only for php4
|
17 years ago |
alecpl
|
3f5cef8666
|
- reverted r1295
- disable caching for unseen messages to allow marking as read remarked messages
|
17 years ago |
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
17 years ago |
till
|
1b4d732341
|
* committed patch from #1484932
|
17 years ago |
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 ;-)
|
17 years ago |
thomascube
|
6f9926357c
|
Fix send_modified_header() function
|
17 years ago |
thomascube
|
6f2f2d0ffd
|
Truncate attachment filenames to 55 characters (#1484757) and fix misspelled function name
|
17 years ago |
thomascube
|
97bd2c0537
|
Filter linked/imported CSS files (#1484056)
|
17 years ago |
thomascube
|
5a6efffd36
|
Removed comments; codestyle
|
17 years ago |
till
|
db401bfb0a
|
# bugfix (thanks yllar)
|
17 years ago |
till
|
0144c50fc4
|
# bugfix (#1484523) fixed rc_request_header function
* normalized input ($HEADER)
* also normalized the arrays
* returning "really" NULL now (without issueing a warning!)
|
17 years ago |
thomascube
|
88f66ec89c
|
Fix bugs introduced with latest changes
|
17 years ago |
thomascube
|
6d969b4d90
|
Documentation, code style and cleanup
|
18 years ago |
thomascube
|
f1154163b0
|
Merged branch devel-addressbook from r443 back to trunk
|
18 years ago |
svncommit
|
bd49596842
|
Fix cache lifetime parsing, closes #1484306.
|
18 years ago |
thomascube
|
ff52bee1a2
|
Solved wrong caching of message preview (#1484153, #1484236)
|
18 years ago |
svncommit
|
e17702395e
|
fixed check for selected value in value array in rcube_shared::select
|
18 years ago |
svncommit
|
789eba3a2d
|
minor code fixes
|
18 years ago |
thomascube
|
462a9d991d
|
Fixed template parsing (multibyte substring issues)
|
18 years ago |
thomascube
|
86df1529fe
|
Error handling for attachment uploads; multibyte-safe string functions; XSS improvements
|
18 years ago |
thomascube
|
2bca6e1da0
|
New (strict) quoting for all kind of strings
|
18 years ago |
thomascube
|
1a98a6a5db
|
Preview pane and marking as read (#1484132)
|
18 years ago |
thomascube
|
b19097058c
|
Introducing preview pane and conditional skin tags
|
18 years ago |