summaryrefslogtreecommitdiff
path: root/program/steps/mail/get.inc
AgeCommit message (Expand)Author
2014-08-05 c'est la merde..workingHugues Hiegel
2013-07-30Fix downloading binary files with (wrong) text/* content-type (#1489267)Aleksander Machniak
2013-07-29Validate all text attachments not only text/plain. This fixes invalidAleksander Machniak
2013-06-28Fix so filename label is "Name" not "Display name"Aleksander Machniak
2013-06-27Add some displayed attachment info into javascript environmentAleksander Machniak
2013-06-24Improved/unified attachment preview pageAleksander Machniak
2013-05-14Fix problem where security warning was displayed for valid images with image/...Aleksander Machniak
2013-04-26Fix possible collision in generated thumbnail cache key (#1489069)Aleksander Machniak
2013-04-10Skip filename suffix check for embedded images; return blocked.gif instead of...Thomas Bruederli
2013-03-05Fix thumbnail size when GD extension is used for image resize (#1488985)Aleksander Machniak
2013-02-21Don't try to print file extension in a warning message if it's not availableAleksander Machniak
2013-02-07Ignore file extension difference for text/plain attachments (#1488891)Thomas Bruederli
2013-01-24Load a default stylesheet (embed.css) from skin in plain html pages (e.g. att...Thomas Bruederli
2013-01-19Also block remote images in HTML part view (#1488827)Thomas Bruederli
2012-12-29Minor IE7/8 fixesThomas Bruederli
2012-12-28Unified attachments filenames handling for message parts without a filenameAleksander Machniak
2012-12-22Make html button-links work in IEThomas Bruederli
2012-12-10Append filename extension if missingThomas Bruederli
2012-12-05Add workaround for IE<=8 bug where Content-Disposition:inline was ignored (#1...Aleksander Machniak
2012-11-30Fix attachment Content-Length for in-memory files (#1488844)Aleksander Machniak
2012-11-27Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and...Thomas Bruederli
2012-11-10New feature: display attached images as thumbnails below message bodyThomas Bruederli
2012-06-08Add Content-Length for attachments where possible (#1485478)Aleksander Machniak
2012-05-30Display Tiff as Jpeg in browsers without Tiff support (#1488452)Aleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-22Remove last instance of storage_connect() with possible performanceAleksander Machniak
2012-04-19- Fix attachment name regression (#1488446)alecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-03-16Pass message UID to 'message_part_get' hookthomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2011-12-20Fix crashes with eAccelerator (#1488256)thomascube
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-12-06Show attachment filename in page titlethomascube
2011-11-29Content 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-29Add plugin hook message_part_get for message part downloadsthomascube
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
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. failsalecpl
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 tagalecpl
2010-05-28- Fix forwarding of messages with winmail attachmentsalecpl
2010-04-26- don't parse text/html attachment body on downloadalecpl
2010-02-26- Fix CVE-2010-0464: Disable DNS prefetching (#1486449)alecpl