Commit Graph

1940 Commits

Author SHA1 Message Date
Aleksander Machniak
4cd087ea2e Fixed mailvelope-generated messages structure (required Mail_Mime-1.10.0) 2015-09-13 14:50:16 +02:00
Aleksander Machniak
e250f00d90 Fix PHP warnings when sending mailvelope-encrypted mail 2015-09-13 09:55:59 +02:00
Aleksander Machniak
8716fca0d0 Small improvements 2015-09-13 09:35:44 +02:00
Thomas Bruederli
f7f75ff7d1 Unify detection of pgp/mime message part 2015-09-10 21:56:40 +02:00
Thomas Bruederli
f189d72943 Merged branch 'dev-mailvelope' 2015-09-10 21:27:58 +02:00
Aleksander Machniak
77be69fa25 Fix issue where Content-Length of some attachments could be set to wrong value causing browser errors (#1490482) 2015-09-10 12:08:49 +02:00
Aleksander Machniak
63e7937d02 Change so rcube_message class does not depend on $_GET parameters 2015-09-10 08:53:11 +02:00
Aleksander Machniak
c49234bd78 Fix bug where clicking date column with 'arrival' sorting would switch to sorting by 'date' (#1490126) 2015-09-09 10:37:01 +02:00
Aleksander Machniak
fdbb1c95ea Fix missing HTTP_X_FORWARDED_FOR address in generated Received header 2015-09-06 19:59:55 +02:00
Aleksander Machniak
91018f38d4 Fix so In-Reply-To header is set also for MDN receipts (#1490523) 2015-09-06 19:31:03 +02:00
Aleksander Machniak
399a2d68b6 Make optional adding of standard signature separator - sig_separator (#1487768) 2015-09-03 09:28:17 +02:00
Aleksander Machniak
c4daf3f14f Fix regression in converting signatures to text, fixed PHP warning in html2text() call 2015-08-30 18:41:13 +02:00
Aleksander Machniak
4ceff8f353 Make optional hidding of folders with name starting with a dot - imap_skip_hidden_folders (#1490468) 2015-08-30 11:36:06 +02:00
Aleksander Machniak
6ca1e6add1 Add option to enable HTML editor always, except when replying to plain text messages (#1489365) 2015-08-29 15:08:50 +02:00
Aleksander Machniak
a63f14ec40 Emoticons-related code refactoring
- Emoticons: All emoticons-related functionality is handled by the plugin now
- Emoticons: Added option to switch on/off emoticons in compose editor (#1485732)
- Emoticons: Added option to switch on/off emoticons in plain text messages
- Plugin API: Added disabled_plugins an disabled_buttons options in html_editor hook
- Plugin API: Added html2text hook
2015-08-29 07:52:57 +02:00
Aleksander Machniak
8297ea1dcf Fix handling of plus character in mailto: links (#1490510) 2015-08-28 09:02:39 +02:00
Aleksander Machniak
bd82e9551f Fix so css of one html part does not apply to other text parts on message display (#1490505) 2015-08-24 10:11:08 +02:00
Aleksander Machniak
60ab554003 Remove common subject prefixes Re:, Re[x]:, Re-x: on reply (#1490497) 2015-08-18 19:51:21 +02:00
Aleksander Machniak
92649075ec CS fixes 2015-08-06 10:03:31 +02:00
Aleksander Machniak
93e64008a6 Small code improvements 2015-08-05 09:30:51 +02:00
Aleksander Machniak
08bb20f261 Don't use deprecated functions/constants (from bc.inc) 2015-08-02 20:16:46 +02:00
Aleksander Machniak
9fc6918420 Disable links list generation on html-to-text conversion of identities or composed message (#1490437) 2015-08-02 19:35:39 +02:00
Aleksander Machniak
d5f6d655da Workaround TinyMCE issue with <p>&nbsp;</p> sequence (#1490463) 2015-08-01 17:11:03 +02:00
Thomas Bruederli
2965a981b7 Allow to search and import missing PGP pubkeys from keyservers using Publickey.js 2015-07-31 22:04:08 +02:00
Aleksander Machniak
4b72a1f498 Fix error when using back button after sending an email (#1490009) 2015-07-31 18:48:17 +02:00
Aleksander Machniak
0c8794c94f Use in_array_nocase() also for \\Noselect flag check (#1490466) 2015-07-29 20:42:07 +02:00
Aleksander Machniak
8b0d817919 Fix draft removal after a message is sent and storing sent message is disabled (#1490467) 2015-07-29 19:41:16 +02:00
Aleksander Machniak
8bed5e0151 Fix regression where compose editor mode was set incorrectly 2015-07-19 11:06:48 +02:00
Aleksander Machniak
19246792c6 Fix so *-request@ addresses in Sender: header are also ignored on reply-all (#1490452) 2015-07-18 16:17:18 +02:00
Aleksander Machniak
56a4e1512c Fix a mistake in last small refactoring which broke identity selection 2015-06-22 09:55:43 +02:00
Aleksander Machniak
1414e3b6f8 Small refactoring to make some code testable 2015-06-20 14:27:44 +02:00
Aleksander Machniak
a567d85bf9 Fix self-reply detection issues (#1490439) 2015-06-19 09:17:57 +02:00
Aleksander Machniak
8e4dc03867 Fix unintentional messages list page change on page switch in compose addressbook (#1490427) 2015-06-10 18:53:59 +02:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
10044b9033 Fix Compose action in addressbook for results from multiple addressbooks (#1490413) 2015-06-06 03:22:34 -04:00
Daniel Hoffend
53ccaa1a0f remove debug test code 2015-06-04 00:13:38 +02:00
Thomas Bruederli
3167e58ff9 Pass encrypted draft and reply messages to Mailvelope editor; add toolbar icon for encryption mode toggeling 2015-06-03 10:29:49 +02:00
Thomas Bruederli
40d152cfdc Make encrypted pgp/mime message composition work 2015-06-01 12:53:32 +02:00
Aleksander Machniak
c044d301ea Fix blank image in html_signature when saving identity changes (#1490412) 2015-05-28 10:34:03 +02:00
Thomas Bruederli
7b8a0af1c8 Add toolbar button to switch to Mailvelope encryption editor 2015-05-26 22:53:08 +02:00
Thomas Bruederli
1cd3762b0d Start integrating the Mailvelope browser extension via its API.
- Embed Mailvelope message container for encrypted message text and full pgp-mime messages
- Prepare to embed the Mailvelope editor for composing encrypted messages (with attachments)
2015-05-25 18:51:33 +02:00
Thomas Bruederli
5e97294372 Add new plugin hook 'identity_create_after' (#1490358) 2015-05-22 09:22:05 +02:00
Aleksander Machniak
03aa84f784 Fix bug where some files could have "executable" extension when stored in temp folder (#1490377) 2015-05-17 14:52:24 +02:00
Aleksander Machniak
e84fafcec2 Fix security issue in contact photo handling (#1490379) 2015-05-07 08:45:19 +02:00
Aleksander Machniak
1aa0c8ad66 Fix bug where preview_pane setting wasn't always saved into user preferences (#1490362) 2015-04-19 19:17:51 +02:00
Aleksander Machniak
09225a41ec Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below] 2015-04-16 10:55:32 +02:00
Aleksander Machniak
aa38c512fb Fix lack of signature separator for plain text signatures in html mode (#1490352) 2015-04-08 21:04:04 +02:00
corbosman
d9c22ab66d move header block inside loop 2015-04-03 09:43:05 +02:00
Aleksander Machniak
0a4e0921d3 Plugin API: Added message_ready hook - the last chance to modify Mail_Mime object before saving or sending the message 2015-03-31 16:07:51 +02:00
Aleksander Machniak
1a7e668977 Fix handling of %-encoded entities in mailto: URLs (#1490346) 2015-03-30 10:56:23 -04:00