Age | Commit message (Expand) | Author |
2012-11-10 | New feature: display attached images as thumbnails below message body | Thomas Bruederli |
2012-06-08 | Add Content-Length for attachments where possible (#1485478) | Aleksander Machniak |
2012-05-30 | Display Tiff as Jpeg in browsers without Tiff support (#1488452) | Aleksander Machniak |
2012-05-22 | Removed $Id$ | Aleksander Machniak |
2012-05-22 | Remove last instance of storage_connect() with possible performance | Aleksander Machniak |
2012-04-19 | - Fix attachment name regression (#1488446) | alecpl |
2012-04-13 | - Merge devel-framework branch, resolved conflicts | alecpl |
2012-03-16 | Pass message UID to 'message_part_get' hook | thomascube |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube |
2012-01-16 | Merged devel-framework branch (r5746:5779) back into trunk | thomascube |
2011-12-20 | Fix crashes with eAccelerator (#1488256) | thomascube |
2011-12-07 | - Remove deprecated global $IMAP variable usage (#1488148) | alecpl |
2011-12-06 | Show attachment filename in page title | thomascube |
2011-11-29 | Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895) | thomascube |
2011-11-25 | - Prevent from memory_limit exceeding when trying to parse big messages bodie... | alecpl |
2011-11-24 | - Fix possible infinite redirect on attachment preview (#1488199) | alecpl |
2011-09-23 | - Make the whole PHP output non-cacheable (#1487797) | alecpl |
2011-08-29 | Add plugin hook message_part_get for message part downloads | thomascube |
2011-01-12 | Bumbed version; Roundcube development is not Switzerland only | thomascube |
2010-10-20 | - Add workaround for some Outlook's wrong content-types, per discussion in #1... | alecpl |
2010-09-25 | - s/RoundCube/Roundcube/ | alecpl |
2010-09-21 | - Don't create a new rcube_browser object, use browser property from output o... | alecpl |
2010-09-16 | - Use random sleep interval up to 3 sec. in 'get' action when IMAP conn. fails | alecpl |
2010-09-16 | - Fix when IMAP connection fails in 'get' action session shouldn't be destroy... | alecpl |
2010-07-06 | - Make sure attachment name doesn't contain \r\n (#1486832) | alecpl |
2010-06-23 | - removed PHP closing tag | alecpl |
2010-05-28 | - Fix forwarding of messages with winmail attachments | alecpl |
2010-04-26 | - don't parse text/html attachment body on download | alecpl |
2010-02-26 | - Fix CVE-2010-0464: Disable DNS prefetching (#1486449) | alecpl |
2009-09-22 | - remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149) | alecpl |
2009-09-04 | Set timeout for attachment loading back to 0 | thomascube |
2009-08-28 | - Fix charset bug during loading attachment file (#1486064) | alecpl |
2009-07-19 | - don't call FETCH for empty (size=0) message parts | alecpl |
2009-06-01 | - get rid of some hardcoded action names and move decission about output comp... | alecpl |
2009-02-08 | Added TNEF support to decode MS Outlook (winmail.dat) attachments | thomascube |
2009-01-17 | * bumping up copyright (happy new year ;-)) | till |
2009-01-08 | - remove Mail/mimeDecode require()s | alecpl |
2008-12-19 | #1485638: use rawurlencode for all IE versions | alecpl |
2008-12-18 | Only abbreviate attachment file names in MSIE < 7 | thomascube |
2008-12-16 | Only abbreviate file name for IE browsers (#1485063) | thomascube |
2008-11-03 | Don't use addslashes() which could produce unexpected results when magic_quot... | thomascube |
2008-09-04 | Enable export of contacts as vCard + DRY | thomascube |
2008-08-22 | Revert r1670 but improve part download step by fixing headers and adding set_... | thomascube |
2008-08-21 | - Add Content-Length header while attachments downloading (#1484256) | alecpl |
2008-07-22 | Improve HTML sanitization with washtml | thomascube |
2008-05-17 | New class rcube_message representing a mail message; changed global $MESSAGE ... | thomascube |
2008-04-12 | Changed codebase to PHP5 with autoloader + added some new classes from the de... | thomascube |
2008-02-07 | Truncate attachment filenames to 55 characters (#1484757) and fix misspelled ... | thomascube |
2007-11-25 | Fixed some potential security risks + updatedd changelog | thomascube |
2007-11-07 | Correctly decode attachments when downloading them (fixes #1484645) | thomascube |