summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
AgeCommit message (Expand)Author
2013-06-07Fix so non-inline images aren't skipped on forward (#1489150)Aleksander Machniak
2013-06-03Fix so bounces addresses in Sender headers are skipped on Reply-All (#1489011)Aleksander Machniak
2013-05-23Fix invalid option selected in default_font selector when font is unset (#148...Aleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-05-01Fix Reply-To header handling in Reply-All action (#1489037)Aleksander Machniak
2013-05-01Fix so Sender: address is added to Cc: field on reply to all (#1489011)Aleksander Machniak
2013-04-19Fix handling of deprecated boolean value of reply_mode option (#1489052)Aleksander Machniak
2013-04-06Fix handling of invalid characters in message headers and output (#1489032)Aleksander Machniak
2013-04-02Skip message/rfc822 attachments only in reply modeAleksander Machniak
2013-03-26Remove sig_above configuration option, use reply_mode only (#1489001)Aleksander Machniak
2013-03-26Better fix for "saving draft just after entering compose window (#1489012)"Aleksander Machniak
2013-03-19Fix so forward as attachment works if additional attachment is added by messa...Aleksander Machniak
2013-03-11Fix forward as attachment bug with editormode != 1 (#1488991)Aleksander Machniak
2013-02-28Don't skip message/* attachments when opening a draft. Restore check as it wa...Thomas Bruederli
2012-12-28Unified attachments filenames handling for message parts without a filenameAleksander Machniak
2012-12-26Framework'ize html2text classAleksander Machniak
2012-12-14Use matching identity in MDN response (#1488864)Aleksander Machniak
2012-12-13Fix handling of signatures on draft edit: Don't add new signatureAleksander Machniak
2012-12-12Use also Envelope-To for identity selection (#1488553)Aleksander Machniak
2012-12-11Allow forwarding of multiple emails (#1486854)Aleksander Machniak
2012-12-07Fix PHP warning when replied message contains exactly one Delivered-To headerAleksander Machniak
2012-12-01enriched.inc -> rcube_enrichedAleksander Machniak
2012-11-28Move code for identity selection to function, move identities formatting to r...Aleksander Machniak
2012-11-28Use Delivered-To header as a last resort for identity selection (#1488840)Aleksander Machniak
2012-11-23Fix hidden flag and default_addressbook settings handlingAleksander Machniak
2012-11-14Fix handling of text/enriched content on message reply/forward/editAleksander Machniak
2012-11-12Fix excessive LFs at the end of composed message with top_posting=true (#1488...Aleksander Machniak
2012-10-29Fix HTML entities handling on addressbooks listAleksander Machniak
2012-10-27Merge branch 'dev-compose-newwindow'Thomas Bruederli
2012-10-24Add option to disable saving sent mail in Sent folder - no_save_sent_messages...Aleksander Machniak
2012-10-17Add user settings to open message view and compose form in new windows. This ...Thomas Bruederli
2012-10-15Better fix for headers decoding problem: fetch them as raw and let rcube_mime...Thomas Bruederli
2012-10-15Fix header charset decoding when opening a draft messageThomas Bruederli
2012-09-17Don't add inline images from HTML part to the attachments list when forwardin...Aleksander Machniak
2012-08-27Fix identity selection on reply (#1488101)Aleksander Machniak
2012-08-27Add option to enable HTML editor on forwarding (#1488517)Aleksander Machniak
2012-08-26Add option to not include original message on reply, rename option top_postin...Aleksander Machniak
2012-08-15Fix lower-casing email address on replies (#1488598)Aleksander Machniak
2012-08-15Fix XSS issue where plain signatures wasn't secured in HTML mode (#1488613)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 on...Aleksander Machniak
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-09- Don't add attachments content into reply/forward/draft message body (#1488557)Aleksander Machniak
2012-06-06New feature to add mail attachments using drag & drop on HTML5 enabled browsersThomas Bruederli
2012-05-22Removed $Id$Aleksander Machniak
2012-05-22Add is_escaped attribute for html_select and html_textarea (#1488485)Aleksander Machniak
2012-05-22- Fix HTML entities handling in HTML editor (#1488483)Aleksander Machniak
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl