alecpl
e019f2d0f2
- s/RoundCube/Roundcube/
2010-09-25 13:03:53 +00:00
alecpl
799359457f
- Don't create a new rcube_browser object, use browser property from output object
2010-09-21 08:24:52 +00:00
alecpl
b8d96f6e60
- Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. fails
2010-09-16 13:02:27 +00:00
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
2010-09-16 11:29:53 +00:00
alecpl
9bb1fc7b0b
- Make sure attachment name doesn't contain \r\n ( #1486832 )
2010-07-06 10:38:58 +00:00
alecpl
b25dfd0913
- removed PHP closing tag
2010-06-23 09:55:08 +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
alecpl
1097a3cd8a
- don't parse text/html attachment body on download
2010-04-26 13:26:39 +00:00
alecpl
ebc619c149
- Fix CVE-2010-0464: Disable DNS prefetching ( #1486449 )
2010-02-26 08:06:48 +00:00
alecpl
6d479a622b
- remove set_magic_quotes_runtime() call, use set_time_limit() with @ ( #1486149 )
2009-09-22 07:50:32 +00:00
thomascube
35f40fbda7
Set timeout for attachment loading back to 0
2009-09-04 10:38:18 +00:00
alecpl
3e8b11194d
- Fix charset bug during loading attachment file ( #1486064 )
2009-08-28 11:11:32 +00:00
alecpl
3b7e00fbda
- don't call FETCH for empty (size=0) message parts
2009-07-19 19:15:40 +00:00
alecpl
d51c93b43e
- get rid of some hardcoded action names and move decission about output compression to the user
2009-06-01 07:21:14 +00:00
thomascube
21b160f38c
Added TNEF support to decode MS Outlook (winmail.dat) attachments
2009-02-08 20:38:54 +00:00
till
cbbef379a5
* bumping up copyright (happy new year ;-))
2009-01-17 01:55:39 +00:00
alecpl
b7a754c44e
- remove Mail/mimeDecode require()s
2009-01-08 14:12:00 +00:00
alecpl
e943e1a961
#1485638 : use rawurlencode for all IE versions
2008-12-19 07:20:50 +00:00
thomascube
07717db753
Only abbreviate attachment file names in MSIE < 7
2008-12-18 17:57:49 +00:00
thomascube
f1cc7fc09c
Only abbreviate file name for IE browsers ( #1485063 )
2008-12-16 16:33:31 +00:00
thomascube
c21d6d713e
Don't use addslashes() which could produce unexpected results when magic_quotes_sybase is on
2008-11-03 08:01:18 +00:00
thomascube
0dbac32181
Enable export of contacts as vCard + DRY
2008-09-04 18:20:27 +00:00
thomascube
0ced2b9ac0
Revert r1670 but improve part download step by fixing headers and adding set_time_limit(0)
2008-08-22 09:58:48 +00:00
alecpl
2c6fa93371
- Add Content-Length header while attachments downloading ( #1484256 )
2008-08-21 19:47:35 +00:00
thomascube
21e724153e
Improve HTML sanitization with washtml
2008-07-22 08:01:42 +00:00
thomascube
8fa58e72a3
New class rcube_message representing a mail message; changed global $MESSAGE from array to object
2008-05-17 17:46:43 +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
thomascube
6f2f2d0ffd
Truncate attachment filenames to 55 characters ( #1484757 ) and fix misspelled function name
2008-02-07 07:50:37 +00:00
thomascube
c579961899
Fixed some potential security risks + updatedd changelog
2007-11-25 17:34:19 +00:00
thomascube
a9cc52b163
Correctly decode attachments when downloading them ( fixes #1484645 )
2007-11-07 07:34:22 +00:00
thomascube
142e5f8f92
Fixed syntax typo
2007-10-18 09:10:35 +00:00
svncommit
5349b78ad4
Update copyright notice
2007-10-03 00:13:32 +00:00
thomascube
719a257f0c
Some bugfixes, security issues + minor improvements
2007-08-10 08:27:40 +00:00
thomascube
5cc4b13a0c
Correctly parse message/rfc822; fixed html2text conversion; code cleanup
2007-03-19 22:36:24 +00:00
thomascube
5a6ad20983
Fixed message headers encoding; improved recipient splitting; applied patch for attachment download ( #1484198 )
2007-03-14 00:39:51 +00:00
svncommit
bb85623f8a
fixed display of HTML attachments
2007-01-08 02:26:47 +00:00
thomascube
bf0452585b
Fixed another XSS issue: #1483830
2006-09-03 12:17:35 +00:00
thomascube
ea206d3d92
Improved message parsing and HTML validation
2006-09-01 10:01:31 +00:00
thomascube
f7bfec96be
Finalized new message parsing. Attention: changes in database schema
2006-08-25 11:51:11 +00:00
thomascube
8d4bcda874
Re-built message parsing (Bug #1327068 )
2006-08-18 12:48:33 +00:00
thomascube
13c1afbcbb
Fixed some charset bugs
2006-02-20 23:29:14 +00:00
thomascube
61971805f6
Applied patch of Anders Karlsson
2006-02-19 16:18:03 +00:00
thomascube
4b0f65a597
Fixed minor bugs
2005-11-18 15:32:20 +00:00
thomascube
30233b8dfb
Minor bugfixes and correction of confusing License notfications
2005-09-28 22:28:05 +00:00
thomascube
4e17e6c9db
Initial revision
2005-09-25 14:18:03 +00:00