summaryrefslogtreecommitdiff
path: root/program/steps/mail
AgeCommit message (Collapse)Author
2012-08-14Improve text wrapping in repliesThomas Bruederli
2012-08-11Fix bug in last commit which broke searchingAleksander Machniak
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-08-08Fix image cid substitution in compose/sendmailAleksander Machniak
2012-08-06Fix double HTML entities escaping in forward message headerAleksander Machniak
2012-08-05- Fix order of attachments in sent mail (#1488423)Aleksander Machniak
2012-07-31Define context (_remote=1) for spellcheck requests to send proper response ↵Aleksander Machniak
on error
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-26Move the hard-coded list of fields used to list contacts to a central locationThomas Bruederli
2012-07-24Prefer default addressbook also when checking for existence of MDN request ↵Aleksander Machniak
recipient
2012-07-13Prepare to show contact photo of email sender in mail viewsThomas Bruederli
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-07-09- Don't add attachments content into reply/forward/draft message body (#1488557)Aleksander Machniak
2012-06-08Add Content-Length for attachments where possible (#1485478)Aleksander Machniak
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-06New feature to add mail attachments using drag & drop on HTML5 enabled browsersThomas Bruederli
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-28Add Flash support detectionAleksander 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-22Add is_escaped attribute for html_select and html_textarea (#1488485)Aleksander Machniak
2012-05-22Remove last instance of storage_connect() with possible performanceAleksander Machniak
improvement when a message part body is in cache
2012-05-22- Fix HTML entities handling in HTML editor (#1488483)Aleksander Machniak
2012-05-09Fix add_contact() (#1488465)Aleksander Machniak
2012-04-25- Improved all headers viewer (mostly in Larry skin)alecpl
2012-04-24- Fix handling errors on draft auto-savealecpl
2012-04-19- Fix attachment name regression (#1488446)alecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-04-11- Revert r6060, fix #1487822 using css-onlyalecpl
2012-04-11Force page reload if list columns changed in IE8 (#1487822)thomascube
2012-04-10- Fix so "Back" from compose/show doesn't reset search request (#1488238)alecpl
2012-04-08- Add option to delete messages instead of moving to Trash when in Junk ↵alecpl
folder (#1486686)
2012-03-21- Fix E_STRICT warning (#1488404)alecpl
2012-03-20Add support for read-only address book recordsthomascube
2012-03-16Pass message UID to 'message_part_get' hookthomascube
2012-03-14Request all needed fields from address book backends (#1488394)thomascube
2012-03-09- Unified (single) spellchecker buttonalecpl
2012-03-03Fix spellingthomascube
2012-03-02- Fixed double-quotes handling in recipient namesalecpl
2012-02-28- Add Russian to the spellchecker languages list (#1488135)alecpl
2012-02-11User configurable setting how to display contact names in listthomascube
2012-02-08- Fix issue where some text from original message was missing on reply ↵alecpl
(#1488340)
2012-02-07- Workaround IMAP server issue when THREAD command returns less messages ↵alecpl
than exist in a folder: don't update folder status in second count() call
2012-02-03Get rid of global $__skin_path variable (#1488336)thomascube
2012-01-29Allow plugins to overwrite the displayed confirmation message when saving a ↵thomascube
draft
2012-01-25Added new plugin hook 'message_draftsaved'thomascube
2012-01-24Fix if/else structurethomascube