summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
2012-09-04Merge branch 'message_show_ui'Aleksander Machniak
Conflicts: CHANGELOG
2012-09-04Add full headers view in message preview window (#1488538)Aleksander Machniak
Fix message display page issues - unified with message preview (#1488590, #1488642)
2012-08-29Fix quota capability detection so it can be overwritten by a plugin (#1488655)Aleksander Machniak
2012-08-20Added "Undeleted" option to messages list filterAleksander Machniak
2012-08-14Improve text wrapping in repliesThomas Bruederli
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
Make sure to use the same source when adding contact and checking if message is safe (sender is in addressbook). Small code improvements.
2012-06-08Fix attachment sizes in message print page and attachment preview page ↵Aleksander Machniak
(#1488515) - Use size parameter from Content-Disposition header if specified, - Calculate size of base64 encoded message parts
2012-06-08Fix XSS vulnerability in message subject handling using Larry skin (#1488519)Aleksander Machniak
2012-06-04Fix possible PHP warning: strpos(): Offset not contained in stringAleksander Machniak
2012-05-30Display Tiff as Jpeg in browsers without Tiff support (#1488452)Aleksander Machniak
2012-05-28Use browser capabilities to decide if PDF/TIFF attachments should be displayedAleksander Machniak
in an overlay page/inline or to provide only direct download for them (#1488452, #1487929)
2012-05-28Added browser capabilities detection, i.e. PDF and TIFF supportAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-09Fix add_contact() (#1488465)Aleksander Machniak
2012-04-25- Improved all headers viewer (mostly in Larry skin)alecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-04-08- Add option to delete messages instead of moving to Trash when in Junk ↵alecpl
folder (#1486686)
2012-01-24Fix if/else structurethomascube
2012-01-18Display priority in message headers blockthomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2012-01-09- Use proper class namealecpl
2012-01-05- Exclude MIME functionality from rcube_imap class into rcube_mime classalecpl
2012-01-05- Fix bug in handling of base href and inline content (#1488290)alecpl
2011-12-22Make emtpy/invalid links non-clickablethomascube
2011-12-16Add more classes and options to HTML elements for better styleabilitythomascube
2011-12-14- Skip inline images (fixes issue where images used in HTML body were ↵alecpl
displayed below the body once again)
2011-12-12More options for message headers output in templatesthomascube
2011-12-12More from Larry...thomascube
2011-12-10Better CSS url() validationthomascube
2011-12-09Add css class to add-iconthomascube
2011-12-09Allow clean background:url(...) styles in safe mode. This will make ↵thomascube
Roundcube pass the Email Standards Acid Test
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ↵alecpl
rcube_imap class
2011-12-01- Simplified compose session data handling, no need for session->cleanup()alecpl
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 ↵alecpl
bodies (#1487424): don't try to parse it, display notice with a link to download it directly
2011-11-24- Performance improvementsalecpl
2011-11-24- Mark folder as recent only when it contains unseen messagesalecpl
2011-11-24- Mark (with different color) folders with recent messages (#1486234)alecpl
2011-11-10- Fix problem with parsing HTML message body with non-unicode characters ↵alecpl
(#1487813)
2011-11-03- Fix redundant line break in flowed format (#1488146)alecpl
2011-10-27Fix inline display of image attachmentsthomascube
2011-10-26- Fix removing compose data from session after sending a messagealecpl
2011-10-25- Fix handling of <title> tag for cases where (malformed) HTML content ↵alecpl
contains more than one <title> tag
2011-10-23- Improve handling of malformed charset specification in HTML messages ↵alecpl
(#1488093)
2011-09-22- Fix bug where after delete message rows can be added to the list of ↵alecpl
another folder (#1487752)
2011-09-21- Add Priority filter to the messages listalecpl