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
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
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
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
d01f9fc7f5
Add option (disabled_actions) to disable UI elements/actions ( #1489638 )
2014-08-04 19:03:27 +02:00
Aleksander Machniak
04638fb7e5
Add fileuploaderror label, fixing not resolved error label of failed import uploads
2014-08-04 18:47:25 +02:00
Aleksander Machniak
fcb7d4fc03
Fix various iCloud vCard issues, added fallback for external photos ( #1489993 )
2014-08-01 12:49:37 +02:00
Thomas Bruederli
d4783319a0
Set 'compose_extwin' env property on every step; accept a list of URL parameters for the 'compose' command
2014-07-28 09:39:43 +02:00
Aleksander Machniak
43e9fc9499
Skip redundant get_group() call for better performance of listing groups in compose addressbook
2014-07-05 14:01:36 +02:00
Aleksander Machniak
36d004e3d0
Added 'contact_search_name' option to define autocompletion entry format
2014-07-03 14:25:19 +02:00
Takika
4104233555
Typo fix
...
Missing $ added in get_uids call
2014-06-30 17:06:46 +02:00
Aleksander Machniak
b8bcca7033
Display quota information for current folder not INBOX only ( #1487993 )
2014-06-30 12:26:15 +02:00
Aleksander Machniak
3cc1afa1c2
Support images in HTML signatures ( #1488676 )
...
This enables image button and file browser in html editor for signatures
2014-06-29 16:35:18 +02:00
Aleksander Machniak
2c3c5884e3
Fix incorrect label translation in return receipt ( #1489963 )
2014-06-26 20:33:14 +02:00
Aleksander Machniak
cd01dc027b
Add option to set default message list mode - default_list_mode ( #1487312 )
2014-06-21 15:41:40 +02:00
Aleksander Machniak
10bf6b58ce
Fix so address format errors are ignored when saving a draft ( #1489954 )
2014-06-20 10:52:40 +02:00
Thomas Bruederli
9240c96339
Improve accessibility on attachments list: use custom tabindex attribute + add aria-label for meaningful voice output on delete icons
2014-06-18 14:35:48 +02:00
Thomas Bruederli
6eb08dff7c
Use the right label for response dialog after renaming them
2014-06-17 10:09:50 +02:00
Aleksander Machniak
386e3ad424
Fix malformed recipient name when composing a message by clicking on mailto link ( #1489942 )
2014-06-13 15:05:12 +02:00
Aleksander Machniak
64f7d6758f
Select/scroll to previously selected message when returning from message page ( #1489023 )
2014-06-05 15:54:25 +02:00
Thomas Bruederli
7fafb4d0d2
Remove leftover from merge; set alt text for contact photo
2014-06-05 09:23:13 +02:00
Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
2014-06-05 09:18:07 +02:00