Aleksander Machniak
2015-09-10 357cd5103d1c27f8416ef316c4a4c31588db45b8
2011-11-29 thomascube
Content filter for embedded attachments to protect from XSS on IE<=8 (#1487...
blob@ 57486f commitdiff | diff to current
2011-11-25 alecpl
- Prevent from memory_limit exceeding when trying to parse big messages bod...
blob@ e0960f commitdiff | diff to current
2011-11-24 alecpl
- Fix possible infinite redirect on attachment preview (#1488199)
blob@ 5510a5 commitdiff | diff to current
2011-09-23 alecpl
- Make the whole PHP output non-cacheable (#1487797)
blob@ 9e54e6 commitdiff | diff to current
2011-08-29 thomascube
Add plugin hook message_part_get for message part downloads
blob@ d78771 commitdiff | diff to current
2011-01-12 thomascube
Bumbed version; Roundcube development is not Switzerland only
blob@ f5e7b3 commitdiff | diff to current
2010-10-20 alecpl
- Add workaround for some Outlook's wrong content-types, per discussion in ...
blob@ e0bd70 commitdiff | diff to current
2010-09-25 alecpl
- s/RoundCube/Roundcube/
blob@ e019f2 commitdiff | diff to current
2010-09-21 alecpl
- Don't create a new rcube_browser object, use browser property from output...
blob@ 799359 commitdiff | diff to current
2010-09-16 alecpl
- Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. fails
blob@ b8d96f commitdiff | diff to current
2010-09-16 alecpl
- Fix when IMAP connection fails in 'get' action session shouldn't be destr...
blob@ 431234 commitdiff | diff to current
2010-07-06 alecpl
- Make sure attachment name doesn't contain \r\n (#1486832)
blob@ 9bb1fc commitdiff | diff to current
2010-06-23 alecpl
- removed PHP closing tag
blob@ b25dfd commitdiff | diff to current
2010-05-28 alecpl
- Fix forwarding of messages with winmail attachments - Remove some redunda...
blob@ d311d8 commitdiff | diff to current
2010-04-26 alecpl
- don't parse text/html attachment body on download
blob@ 1097a3 commitdiff | diff to current
2010-02-26 alecpl
- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)
blob@ ebc619 commitdiff | diff to current
2009-09-22 alecpl
- remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#148...
blob@ 6d479a commitdiff | diff to current
2009-09-04 thomascube
Set timeout for attachment loading back to 0
blob@ 35f40f commitdiff | diff to current
2009-08-28 alecpl
- Fix charset bug during loading attachment file (#1486064)
blob@ 3e8b11 commitdiff | diff to current
2009-07-19 alecpl
- don't call FETCH for empty (size=0) message parts
blob@ 3b7e00 commitdiff | diff to current
2009-06-01 alecpl
- get rid of some hardcoded action names and move decission about output co...
blob@ d51c93 commitdiff | diff to current
2009-02-08 thomascube
Added TNEF support to decode MS Outlook (winmail.dat) attachments
blob@ 21b160 commitdiff | diff to current
2009-01-16 till
* bumping up copyright (happy new year ;-))
blob@ cbbef3 commitdiff | diff to current
2009-01-08 alecpl
- remove Mail/mimeDecode require()s
blob@ b7a754 commitdiff | diff to current
2008-12-19 alecpl
#1485638: use rawurlencode for all IE versions
blob@ e943e1 commitdiff | diff to current
2008-12-18 thomascube
Only abbreviate attachment file names in MSIE < 7
blob@ 07717d commitdiff | diff to current
2008-12-16 thomascube
Only abbreviate file name for IE browsers (#1485063)
blob@ f1cc7f commitdiff | diff to current
2008-11-03 thomascube
Don't use addslashes() which could produce unexpected results when magic_qu...
blob@ c21d6d commitdiff | diff to current
2008-09-04 thomascube
Enable export of contacts as vCard + DRY
blob@ 0dbac3 commitdiff | diff to current
2008-08-22 thomascube
Revert r1670 but improve part download step by fixing headers and adding se...
blob@ 0ced2b commitdiff | diff to current
2008-08-21 alecpl
- Add Content-Length header while attachments downloading (#1484256)
blob@ 2c6fa9 commitdiff | diff to current
2008-07-22 thomascube
Improve HTML sanitization with washtml
blob@ 21e724 commitdiff | diff to current
2008-05-17 thomascube
New class rcube_message representing a mail message; changed global $MESSAG...
blob@ 8fa58e commitdiff | diff to current
2008-04-12 thomascube
Changed codebase to PHP5 with autoloader + added some new classes from the ...
blob@ 47124c commitdiff | diff to current
2008-02-07 thomascube
Truncate attachment filenames to 55 characters (#1484757) and fix misspelle...
blob@ 6f2f2d commitdiff | diff to current
2007-11-25 thomascube
Fixed some potential security risks + updatedd changelog
blob@ c57996 commitdiff | diff to current
2007-11-07 thomascube
Correctly decode attachments when downloading them (fixes #1484645)
blob@ a9cc52 commitdiff | diff to current
2007-10-18 thomascube
Fixed syntax typo
blob@ 142e5f commitdiff | diff to current
2007-10-02 svncommit
Update copyright notice
blob@ 5349b7 commitdiff | diff to current
2007-08-10 thomascube
Some bugfixes, security issues + minor improvements
blob@ 719a25 commitdiff | diff to current
2007-03-19 thomascube
Correctly parse message/rfc822; fixed html2text conversion; code cleanup
blob@ 5cc4b1 commitdiff | diff to current
2007-03-13 thomascube
Fixed message headers encoding; improved recipient splitting; applied patch...
blob@ 5a6ad2 commitdiff | diff to current
2007-01-07 svncommit
fixed display of HTML attachments
blob@ bb8562 commitdiff | diff to current
2006-09-03 thomascube
Fixed another XSS issue: #1483830
blob@ bf0452 commitdiff | diff to current
2006-09-01 thomascube
Improved message parsing and HTML validation
blob@ ea206d commitdiff | diff to current
2006-08-25 thomascube
Finalized new message parsing. Attention: changes in database schema
blob@ f7bfec commitdiff | diff to current
2006-08-18 thomascube
Re-built message parsing (Bug #1327068)
blob@ 8d4bcd commitdiff | diff to current
2006-02-20 thomascube
Fixed some charset bugs
blob@ 13c1af commitdiff | diff to current
2006-02-19 thomascube
Applied patch of Anders Karlsson
blob@ 619718 commitdiff | diff to current
2005-11-18 thomascube
Fixed minor bugs
blob@ 4b0f65 commitdiff | diff to current
first | « prev | next »