Commit Graph

1360 Commits

Author SHA1 Message Date
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
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
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
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
Thomas Bruederli
b1d13e8bd5 Fix redirct URL for attachments loaded in an iframe (#1490191) 2015-03-12 16:27:14 +01:00
Aleksander Machniak
10934dcd2a Fix rows count when messages search fails (#1490266) 2015-03-10 10:35:48 +01:00
Aleksander Machniak
1ec105c685 Fix so search filter, scope and fields are reset on folder change 2015-03-09 07:44:11 -04:00
Aleksander Machniak
7ff227eb3e get_part_content() -> get_part_body() 2015-03-08 10:48:30 +01:00
Aleksander Machniak
f02fe3c344 Remove redundant encoding of message subject with mb_encode_mimeheader() (#1490295) 2015-03-04 12:28:33 -05:00
Aleksander Machniak
7981575a61 Fix so localized folder name is displayed in multi-folder search result (#1490243) 2015-03-02 12:59:07 +01:00
Aleksander Machniak
b59b72cc30 Fix "Non-static method PEAR::isError() should not be called statically" errors (#1490281) 2015-02-26 18:04:03 +01:00
Aleksander Machniak
e1c8fe5c4a Fix duplicate entries supression in autocomplete result (#1490290) 2015-02-25 09:45:57 -05:00
Aleksander Machniak
97ee4c40c1 Don't sent the message again in saveonly mode 2015-02-25 08:23:55 -05:00
Aleksander Machniak
c5c8e73351 Improved handling of storage errors after message is sent
After sending a message it is stored in Sent folder, this operation
may fail, e.g. because of "over quota" error. In such a case we'll
not close the compose window, but display the error and, if user clicks
Send/Save button, we'll display a dialog informing about the situation and
providing an option to try the save operation again.
2015-02-25 08:07:11 -05:00
Aleksander Machniak
216b31dd99 Fix so "over quota" errors are displayed also in message compose page
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
2015-02-25 05:24:05 -05:00
Aleksander Machniak
45256e8293 Really fix unwanted warning on BMP attachments (#1490269) 2015-02-20 10:41:39 +01:00
Aleksander Machniak
4a2a62de30 Fix needless security warning on BMP attachments display (#1490282) 2015-02-19 13:43:43 +01:00
Aleksander Machniak
d67071f228 Fix saving/sending emoticon images when assets_dir is set (Kolab #4608) 2015-02-18 08:47:08 -05:00
Aleksander Machniak
9ed6d46df7 Fix refreshing of drafts list when sending a message which was saved in meantime (#1490238) 2015-02-15 14:43:58 +01:00
Aleksander Machniak
556d288754 Fix false warning when opening attached text/plain files (#1490241) 2015-01-25 17:39:59 +01:00
Aleksander Machniak
5d42a9353b Fix bug where drafts list wasn't refreshed after draft message was sent from another window (#1490238) 2015-01-22 10:19:51 +01:00
Aleksander Machniak
38dbd8022b Fix bug where Reply-To address was ignored on reply to messages sent by self (#1490233) 2015-01-19 16:08:42 +01:00
Thomas Bruederli
ef29153a32 Improve display of pgp/mime and s/mime messges. Reverts commit f4154d91 2015-01-16 16:13:15 +01:00
Thomas Bruederli
f4154d9108 Fall back to $part->body when no mime_id is set for the message part 2015-01-15 20:51:17 +01:00
Aleksander Machniak
c6efcf5e6d Fix blocked.gif image usage with assets_dir set 2015-01-12 05:44:28 -05:00
Aleksander Machniak
f6502176f8 Hide MDN and DSN options in compose if disabled by admin (#1490221) 2015-01-09 11:25:53 +01:00
Aleksander Machniak
10f133bae8 Fix bug where sent message was saved in Sent folder even if disabled by user (#1490208) 2015-01-03 14:41:13 +01:00
Aleksander Machniak
1881a8a152 Display "real" attachment size also on attachments list 2014-12-29 14:26:18 +01:00
Aleksander Machniak
cc5e4452db Read page and page_size before check_recent hook is executed
- some plugins may change them to invalid values (in mail context)
2014-12-17 13:09:57 +01:00
Aleksander Machniak
8ccfc271d7 Fix skin inheritance for some icons (#149017) 2014-12-16 14:03:23 +01:00
Aleksander Machniak
681ba6fc3c Improve system security by using optional special URL with security token
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
2014-12-16 13:28:48 +01:00
Aleksander Machniak
fa424e54d2 Set compose mode in session when needed - skip one session update when composing new message 2014-12-14 15:48:24 +01:00
Aleksander Machniak
a4cdb601b7 Remove redundant code 2014-11-16 14:40:37 +01:00
Aleksander Machniak
07a641c79f Code cleanup - unused variables 2014-11-16 14:39:51 +01:00
brendan braybrook
6a2bc7d833 fix for bug 1490153 2014-11-14 18:04:54 +00:00
Aleksander Machniak
cc6c7e83b5 Fix possible race-condition in using current folder 2014-11-11 14:28:54 -05:00
Aleksander Machniak
a16cf3bb7c Replace all attachment-image URIs with CID URIs, not only src and poster attributes (#1490132) 2014-11-09 16:02:03 +01:00
Aleksander Machniak
f513432a35 Don't trust get_folder(), use mailbox environment variable when appropriate 2014-11-03 14:39:05 +01:00
Aleksander Machniak
0d96720f25 Fixed typo 2014-10-31 18:30:54 +01:00
Aleksander Machniak
c839403c19 More get_folder() -> $MESSAGE->folder 2014-10-30 19:57:30 +01:00
Aleksander Machniak
cd4e5057fc Don't trust get_folder(), use $MESSAGE->folder if available 2014-10-30 19:27:34 +01:00
Aleksander Machniak
968601f1f5 Give higher priority to the 'subject' parameter from request or plugin 2014-10-30 09:22:05 +01:00
Aleksander Machniak
0b96b1cd81 Fix reply scrolling issue with text mode and start message below the quote (#1490114) 2014-10-29 10:33:13 +01:00
Aleksander Machniak
d165d11012 Fix so attachment charset is set in headers of forward/draft message (#1490109) 2014-10-22 15:44:39 +02:00
Aleksander Machniak
48ba4414b3 Fix download of attachments that are part of TNEF message (#1490091)
Rcube_message_part::body content should never be modified by code out of the rcube_message.
Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
2014-10-22 14:29:44 +02:00
Thomas Bruederli
0fb7a485a3 Remove obsolete code which is executed in rcmail_output_html::frame() 2014-09-11 19:15:32 +02:00