Commit Graph

1868 Commits

Author SHA1 Message Date
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
d1382aecb2 Fix so "set as default" option is hidden if identities_level > 1 (#1490226) 2015-01-13 11:01: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
9e26034801 Fix bug where max_group_members was ignored when adding a new contact (#1490214)
Also fix list refresh after new contact was added and any group is selected.
2015-01-09 09:06:01 +01:00
Thomas Bruederli
7d8592e64d Correctly handle DateTime values in Vcard export 2015-01-07 17:04:21 +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
Thomas Bruederli
d1bf0feed4 Use current year for timezone offset display 2014-12-27 14:39:12 +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
61ca7956cc Fix button label: ignore -> Ignore (#1490170) 2014-11-28 08:44:03 +01:00
Aleksander Machniak
2f46789081 Added rcube_user::list_emails() method with better performance than list_identities()
which should be used always if we want only all user email addresses (with names)
2014-11-27 10:08:55 +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
a140e6d213 Fix bug where creating subfolders in shared folders wasn't possible without ACL extension (#1490113) 2014-10-28 11:54:53 +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
2e713d00f5 Set comm_path env variable after reset 2014-09-26 19:23:38 +02:00
Aleksander Machniak
ff767a14ff Merge branch 'oracle' 2014-09-22 09:31:11 +02:00
Aleksander Machniak
34a0902089 Use consistent column/table quoting in sql queries 2014-09-12 14:37:51 +02:00
Thomas Bruederli
0fb7a485a3 Remove obsolete code which is executed in rcmail_output_html::frame() 2014-09-11 19:15:32 +02:00
Aleksander Machniak
02f7628314 Fix page title when using search filter (#1490023) 2014-09-03 13:01:38 +02:00
Aleksander Machniak
9cc5a522df Fix so rcube_text2html class does not depend on rcmail_string_replacer 2014-08-30 12:33:42 +02:00
Thomas Bruederli
44b47dfb35 Add config/preference option to disable saving messages in localStorage (#1489979) 2014-08-20 08:30:24 +02:00
Thomas Bruederli
96f084e9cf Don't expand recipient groups if they have an email address 2014-08-18 14:17:16 +02:00
Aleksander Machniak
e66a77e560 Fix contacts list update after adding/deleting/moving a contact (#1490028, #1490033) 2014-08-17 09:11:56 +02:00
Thomas Bruederli
6459944860 Don't read attachment contents from cache when downloading. Cache might have line endings converted 2014-08-14 15:22:05 +02:00
Aleksander Machniak
30f240478a Get rid of "Properties" fieldset in folder form 2014-08-13 14:30:20 +02:00
Aleksander Machniak
b2a15c2c19 Set edited folder name to client environment 2014-08-12 13:31:10 +02:00
Aleksander Machniak
e9ecd49f74 Added namespace filter in Folder Manager 2014-08-11 13:11:10 +02:00
Aleksander Machniak
875521af44 Add missing label to the client 2014-08-10 11:01:35 +02:00
Aleksander Machniak
765a0b0706 Fix errors when adding/updating contacts in active search (#1490015) 2014-08-10 10:39:25 +02:00
Aleksander Machniak
371f7ca443 Remove folder column after disabling multifolder scope (#1490022) 2014-08-06 19:29:53 +02:00
Aleksander Machniak
e1b8f44e3f Fix invalid Content-Type header when send_format_flowed=false (#1489992) 2014-08-05 13:07:53 +02:00
Aleksander Machniak
d61649958f Merge branch 'master' of github.com:roundcube/roundcubemail 2014-08-04 19:03:59 +02:00
Aleksander Machniak
d01f9fc7f5 Add option (disabled_actions) to disable UI elements/actions (#1489638) 2014-08-04 19:03:27 +02:00