alecpl
5510a5278b
- Fix possible infinite redirect on attachment preview ( #1488199 )
13 years ago
alecpl
9e54e6fd45
- Make the whole PHP output non-cacheable ( #1487797 )
13 years ago
thomascube
d78771ad3c
Add plugin hook message_part_get for message part downloads
13 years ago
thomascube
f5e7b35307
Bumbed version; Roundcube development is not Switzerland only
14 years ago
alecpl
e0bd7054b7
- Add workaround for some Outlook's wrong content-types, per discussion in #1487051
14 years ago
alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
14 years ago
alecpl
799359457f
- Don't create a new rcube_browser object, use browser property from output object
14 years ago
alecpl
b8d96f6e60
- Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. fails
14 years ago
alecpl
431234538a
- Fix when IMAP connection fails in 'get' action session shouldn't be destroyed ( #1486995 )
...
- Performance: improve mail/get action and skip one IMAP connection
14 years ago
alecpl
9bb1fc7b0b
- Make sure attachment name doesn't contain \r\n ( #1486832 )
15 years ago
alecpl
b25dfd0913
- removed PHP closing tag
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
alecpl
1097a3cd8a
- don't parse text/html attachment body on download
15 years ago
alecpl
ebc619c149
- Fix CVE-2010-0464: Disable DNS prefetching ( #1486449 )
15 years ago
alecpl
6d479a622b
- remove set_magic_quotes_runtime() call, use set_time_limit() with @ ( #1486149 )
15 years ago
thomascube
35f40fbda7
Set timeout for attachment loading back to 0
15 years ago
alecpl
3e8b11194d
- Fix charset bug during loading attachment file ( #1486064 )
15 years ago
alecpl
3b7e00fbda
- don't call FETCH for empty (size=0) message parts
16 years ago
alecpl
d51c93b43e
- get rid of some hardcoded action names and move decission about output compression to the user
16 years ago
thomascube
21b160f38c
Added TNEF support to decode MS Outlook (winmail.dat) attachments
16 years ago
till
cbbef379a5
* bumping up copyright (happy new year ;-))
16 years ago
alecpl
b7a754c44e
- remove Mail/mimeDecode require()s
16 years ago
alecpl
e943e1a961
#1485638 : use rawurlencode for all IE versions
16 years ago
thomascube
07717db753
Only abbreviate attachment file names in MSIE < 7
16 years ago
thomascube
f1cc7fc09c
Only abbreviate file name for IE browsers ( #1485063 )
16 years ago
thomascube
c21d6d713e
Don't use addslashes() which could produce unexpected results when magic_quotes_sybase is on
16 years ago
thomascube
0dbac32181
Enable export of contacts as vCard + DRY
16 years ago
thomascube
0ced2b9ac0
Revert r1670 but improve part download step by fixing headers and adding set_time_limit(0)
16 years ago
alecpl
2c6fa93371
- Add Content-Length header while attachments downloading ( #1484256 )
16 years ago
thomascube
21e724153e
Improve HTML sanitization with washtml
17 years ago
thomascube
8fa58e72a3
New class rcube_message representing a mail message; changed global $MESSAGE from array to object
17 years ago
thomascube
47124c2279
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
17 years ago
thomascube
6f2f2d0ffd
Truncate attachment filenames to 55 characters ( #1484757 ) and fix misspelled function name
17 years ago
thomascube
c579961899
Fixed some potential security risks + updatedd changelog
17 years ago
thomascube
a9cc52b163
Correctly decode attachments when downloading them ( fixes #1484645 )
17 years ago
thomascube
142e5f8f92
Fixed syntax typo
17 years ago
svncommit
5349b78ad4
Update copyright notice
17 years ago
thomascube
719a257f0c
Some bugfixes, security issues + minor improvements
17 years ago
thomascube
5cc4b13a0c
Correctly parse message/rfc822; fixed html2text conversion; code cleanup
18 years ago
thomascube
5a6ad20983
Fixed message headers encoding; improved recipient splitting; applied patch for attachment download ( #1484198 )
18 years ago
svncommit
bb85623f8a
fixed display of HTML attachments
18 years ago
thomascube
bf0452585b
Fixed another XSS issue: #1483830
18 years ago
thomascube
ea206d3d92
Improved message parsing and HTML validation
18 years ago
thomascube
f7bfec96be
Finalized new message parsing. Attention: changes in database schema
18 years ago
thomascube
8d4bcda874
Re-built message parsing (Bug #1327068 )
18 years ago
thomascube
13c1afbcbb
Fixed some charset bugs
19 years ago
thomascube
61971805f6
Applied patch of Anders Karlsson
19 years ago
thomascube
4b0f65a597
Fixed minor bugs
19 years ago
thomascube
30233b8dfb
Minor bugfixes and correction of confusing License notfications
19 years ago
thomascube
4e17e6c9db
Initial revision
19 years ago