summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
2013-05-10Fix handling of invalid email addresses in headers (#1489092)Aleksander Machniak
2013-05-09Simplify format=flowed handling code, don't duplicate same codeAleksander Machniak
2013-05-09Fix format=flowed text re-wrapping for displayAleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-03Experimental: refactored list.js and html_table class to render lists with ↵Thomas Bruederli
different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support
2013-05-01Add option to display email address together with a name in mail preview ↵Aleksander Machniak
(#1488732)
2013-04-14Add "with attachment" option to messages list filter (#1485382)Aleksander Machniak
2013-04-10Skip filename suffix check for embedded images; return blocked.gif instead ↵Thomas Bruederli
of HTML warning when embedded (#1489029)
2013-04-06Fix handling of invalid characters in message headers and output (#1489032)Aleksander Machniak
2013-03-19Add rel="noreferrer" for links in displayed messages (#1484686)Aleksander Machniak
2013-03-15Fix load-attachment linkAleksander Machniak
2013-03-14Enriched content should be also converted to text if html is disabledAleksander Machniak
2013-03-12Don't show fake address - phishing prevention (#1488981)Aleksander Machniak
2013-03-02Display notice that message is encrypted also for application/pkcs7-mime ↵Aleksander Machniak
messages (#1488526)
2013-02-19Add workaround for invalid message charset detection by IMAP servers (#1488968)Aleksander Machniak
2013-01-18Improved folder path presentation in page title (use unified delimiter, ↵Aleksander Machniak
localize path). E.g. folder "INBOX.test" will be displayed as "Inbox >> test"
2013-01-02Add option to use envelope From address for MDN responses (#1488880)Aleksander Machniak
2012-12-28Display PGP/MIME signature attachments as "Digital Signature" (#1488570)Aleksander Machniak
2012-12-28Unified attachments filenames handling for message parts without a filenameAleksander Machniak
2012-12-26Framework'ize html2text classAleksander Machniak
2012-12-25Move washtml class into Roundcube Framework (rcube_washtml), add some ↵Aleksander Machniak
improvements
2012-12-22Treat image/pjpeg as image/jpegThomas Bruederli
2012-12-18Display 'Sender' header in message previewAleksander Machniak
2012-12-15Fix escaping of add-contact arguments - fixes JS error in IEAleksander Machniak
2012-12-14Use matching identity in MDN response (#1488864)Aleksander Machniak
2012-12-13Properly parse message/rfc822 parts including all headers, body decoding and ↵Thomas Bruederli
charset conversion
2012-12-10Nicely render headers of message/rfc822 partsThomas Bruederli
2012-12-01enriched.inc -> rcube_enrichedAleksander Machniak
2012-11-27Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes ↵Thomas Bruederli
and filename extensions
2012-11-27Separate the very application-specific output classes from the Roundcube ↵Thomas Bruederli
framework; add autoloader for rmail* classes
2012-11-25Fix redundant colon after last address in print modeAleksander Machniak
2012-11-21Consider filename extension to detect image attachments of type ↵Thomas Bruederli
application/octet-stream
2012-11-17Use dedicated method to determine an attachment's file sizeThomas Bruederli
2012-11-17Add onclick handler to Show-linksThomas Bruederli
2012-11-17Improve thumbnail display: center images and display a 'show' link for ↵Thomas Bruederli
attachments the browser is capable to display them
2012-11-15Merge branch 'keep-alive'Aleksander Machniak
Conflicts: CHANGELOG
2012-11-14Remove redundant codeAleksander Machniak
2012-11-14Fix XSS vulnerability in handling of text/enriched messages (#1488806)Aleksander Machniak
2012-11-12Fix excessive LFs at the end of composed message with top_posting=true ↵Aleksander Machniak
(#1488797)
2012-11-11Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-11-11Fix bug where leading blanks were stripped from quoted lines (#1488795)Aleksander Machniak
2012-11-11Added cross-task 'refresh' request for system state updatesAleksander Machniak
2012-11-10New feature: display attached images as thumbnails below message bodyThomas Bruederli
2012-11-08Fix AREA links handling (#1488792)Aleksander Machniak
2012-11-07Fix regression in detecting if attachment should be displayed inline (is an ↵Aleksander Machniak
image)
2012-11-06Recursively resolve paths of iframe contents; unify contentframe ↵Thomas Bruederli
registration and reduce code-duplication
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-24- Fix handling dont_override with message_sort_col and message_sort_order ↵Aleksander Machniak
settings (#1488760)
2012-10-18Fix handling of URLs with asterisk characters (#1488759)Aleksander Machniak
2012-10-17Add user settings to open message view and compose form in new windows. This ↵Thomas Bruederli
natevely implements the compose_newwindow plugin functionslity and more