Commit Graph

328 Commits (acbf6eede613a5496cabccbdbfcb2f4e2cbd60d2)

Author SHA1 Message Date
Aleksander Machniak 7f1218caea Display full attachment name using title attribute when name is too long to display (#1489320)
Conflicts:

	CHANGELOG
	program/steps/mail/show.inc
13 years ago
Aleksander Machniak 6632d42717 Fix issue where From address was removed from Cc and Bcc fields when editing a draft (#1489319)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 5df7179b32 Fix lack of Reply-To address in header of forwarded message body (#1489298) 13 years ago
Aleksander Machniak 5fd90b9a6b Fix identity selection on reply (#1489291) 13 years ago
Aleksander Machniak 254af68cd8 Fix broken (in 93b0a30c1c) text/plain body of a message when using "edit as new" 13 years ago
Aleksander Machniak f2d12f4363 Fix fatal error when opening non-existing message in compose window 13 years ago
Aleksander Machniak 276ea5fcae Fix XSS vulnerability when editing a message "as new" or draft (#1489251) - added HTML content "washing"
Conflicts:

	CHANGELOG
13 years ago
Thomas Bruederli 7df4db0b4f Better check for priority header 13 years ago
Thomas Bruederli 0d1f9ebe6a Fix priority selector when open in new window (#1489257) 13 years ago
Aleksander Machniak fc5ce4758d Fix identity selection when opening extwindow from compose window 13 years ago
Aleksander Machniak 39d14ee22b Fix bug where signature wasn't changed on identity selection when editing a draft (#1489229)
Conflicts:

	program/js/app.js
13 years ago
Aleksander Machniak c3fe8a0b7a Fix conflicts in last commit 13 years ago
Aleksander Machniak e6b6925b67 Fix handling of message/rfc822 attachments on message forward and edit (#1489214)
Conflicts:

	CHANGELOG
	program/steps/mail/compose.inc
13 years ago
Aleksander Machniak c78a652746 Don't clear References and in-Reply-To when a message is "edited as new" (#1489216)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak aafc0a3d24 Fix so non-inline images aren't skipped on forward (#1489150)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 0a7df4a32e Fix so bounces addresses in Sender headers are skipped on Reply-All (#1489011) 13 years ago
Aleksander Machniak 2f39634b0a Fix invalid option selected in default_font selector when font is unset (#1489112) 13 years ago
Aleksander Machniak 78c270c9f2 Fix bugs caught by static analysis 13 years ago
Aleksander Machniak 283ac97852 Fix Reply-To header handling in Reply-All action (#1489037) 13 years ago
Aleksander Machniak 9b82062f5a Fix so Sender: address is added to Cc: field on reply to all (#1489011) 13 years ago
Aleksander Machniak 8b8462018a Fix handling of deprecated boolean value of reply_mode option (#1489052)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 6f4b50abea Fix handling of invalid characters in message headers and output (#1489032)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 334784a051 Skip message/rfc822 attachments only in reply mode 13 years ago
Aleksander Machniak 099d2b9fd4 Remove sig_above configuration option, use reply_mode only (#1489001) 13 years ago
Aleksander Machniak aa30cf8f3c Better fix for "saving draft just after entering compose window (#1489012)" 13 years ago
Aleksander Machniak 1d719e43fb Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000)
Prevent from re-adding the same forward attachment on compose page refresh

Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 2bbbca39ff Fix forward as attachment bug with editormode != 1 (#1488991) 13 years ago
Thomas Bruederli 22819a3081 Don't skip message/* attachments when opening a draft. Restore check as it was before [fa57c988] 13 years ago
Aleksander Machniak be72fb3597 Unified attachments filenames handling for message parts without a filename 13 years ago
Aleksander Machniak 66afd70b75 Framework'ize html2text class 13 years ago
Aleksander Machniak a0e3dcf170 Use matching identity in MDN response (#1488864) 13 years ago
Aleksander Machniak a9bb50d804 Fix handling of signatures on draft edit: Don't add new signature
and don't remove the old-one, the same for Edit as new (#1488798)
13 years ago
Aleksander Machniak bb5d728285 Use also Envelope-To for identity selection (#1488553) 13 years ago
Aleksander Machniak d9f109b56a Allow forwarding of multiple emails (#1486854) 13 years ago
Aleksander Machniak 176172c850 Fix PHP warning when replied message contains exactly one Delivered-To header 13 years ago
Aleksander Machniak 0fa54df638 enriched.inc -> rcube_enriched 13 years ago
Aleksander Machniak 0247b89c38 Move code for identity selection to function, move identities formatting to rcube_user::list_identities() 13 years ago
Aleksander Machniak 30cc01f89d Use Delivered-To header as a last resort for identity selection (#1488840) 13 years ago
Aleksander Machniak 65dff8f812 Fix hidden flag and default_addressbook settings handling 13 years ago
Aleksander Machniak 52d0d94910 Fix handling of text/enriched content on message reply/forward/edit 13 years ago
Aleksander Machniak 4340d5e634 Fix excessive LFs at the end of composed message with top_posting=true (#1488797) 13 years ago
Aleksander Machniak abe164367b Fix HTML entities handling on addressbooks list 13 years ago
Thomas Bruederli ddafe4e410 Merge branch 'dev-compose-newwindow' 13 years ago
Aleksander Machniak e04e314440 Add option to disable saving sent mail in Sent folder - no_save_sent_messages (#1488686) 13 years ago
Thomas Bruederli 271efe53e0 Add user settings to open message view and compose form in new windows. This natevely implements the compose_newwindow plugin functionslity and more 13 years ago
Thomas Bruederli 0f7d11e798 Better fix for headers decoding problem: fetch them as raw and let rcube_mime::decode_address_list() do the job right 13 years ago
Thomas Bruederli 27be4e7644 Fix header charset decoding when opening a draft message 13 years ago
Aleksander Machniak fa57c98854 Don't add inline images from HTML part to the attachments list when forwarding in plain text 14 years ago
Aleksander Machniak 4c127375ce Fix identity selection on reply (#1488101) 14 years ago
Aleksander Machniak 8eefbb2158 Add option to enable HTML editor on forwarding (#1488517) 14 years ago