Commit Graph

319 Commits

Author SHA1 Message Date
Aleksander Machniak
d305f4f0fd Separate action to mark all messages in a folder as \Seen (#5006)
with possibility to do this in all folders or in a folder and its subfolders (#5076)
2016-10-10 09:31:38 +02:00
Aleksander Machniak
95df255af4 Added max_message_size option enforced when attaching files to a composed message (#4993) 2016-09-01 10:37:09 +02:00
Aleksander Machniak
ebc2f5dc7d Add possibility to rename attachments in mail compose (#4996)
... and fix some small issues related to the new compose attachment menu feature
2016-07-30 09:05:49 +02:00
Aleksander Machniak
9cd4b1bc58 Display different confirmation text when moving messages to Trash (#5220) 2016-05-08 09:31:46 +02:00
Aleksander Machniak
1da8ffd52b Use "email" over "e-mail" consistently (#5212) 2016-04-25 08:57:52 +02:00
Aleksander Machniak
a15d877ba8 Added brute-force attack prevention via login rate limit (#1490566) 2015-11-11 18:53:43 +01:00
Aleksander Machniak
d560916065 Added possibility to drag-n-drop attachments from mail preview to compose window 2015-10-08 16:55:43 +02:00
Aleksander Machniak
5802e08e48 Mail messages searching with predefined date interval (T103) 2015-10-08 11:33:53 +02:00
Aleksander Machniak
82dcbb7488 Fix various issues in Mailvelope integration (#1490533) 2015-09-20 17:45:53 +02:00
Thomas Bruederli
0b6a01380b Distinguish encryption toolbar buttons (Mailvelope and Enigma) 2015-09-18 11:11:33 +02:00
Thomas Bruederli
f189d72943 Merged branch 'dev-mailvelope' 2015-09-10 21:27:58 +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
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
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
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
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
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
Thomas Bruederli
4d9627c36a Wording 2015-03-23 18:41:23 +01:00
Thomas Bruederli
0bd99db08d Localize common error messages; improve explanation for CSRF check failures 2015-03-23 18:33:40 +01: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
f7af22c780 Add possibility to print contact information (of a single contact) 2015-02-17 11:54:04 +01:00
Thomas Bruederli
2f8b1036da Bump version and copyright year 2015-02-07 18:33:24 +01:00
Aleksander Machniak
f864495b7b Fix import of multiple contact email addresses from Outlook-csv format (#1490169) 2014-12-01 14:26:52 +01:00
Aleksander Machniak
61ca7956cc Fix button label: ignore -> Ignore (#1490170) 2014-11-28 08:44:03 +01:00
Aleksander Machniak
9fe9d407ae Fix "x from y" -> "x of y" 2014-11-20 08:57:43 +01:00
Aleksander Machniak
02f7628314 Fix page title when using search filter (#1490023) 2014-09-03 13:01:38 +02:00
Aleksander Machniak
ba084313bf Add missing label 2014-09-02 10:10:20 +02:00
Thomas Bruederli
44b47dfb35 Add config/preference option to disable saving messages in localStorage (#1489979) 2014-08-20 08:30:24 +02:00
Aleksander Machniak
e9ecd49f74 Added namespace filter in Folder Manager 2014-08-11 13:11:10 +02:00
Aleksander Machniak
66233b76c8 Added folder searching in Folder Manager 2014-08-08 12:52:26 +02:00
Aleksander Machniak
c5f06896d4 Display full quota information in popup (#1485769, #1486604) 2014-06-26 12:32:52 +02:00
Aleksander Machniak
1e22cb1e86 Unify some labels 2014-06-14 17:54:36 +02:00
Thomas Bruederli
23756ff705 Localize mail toolbar menu titles 2014-06-05 17:41:31 +02:00
Thomas Bruederli
bf33799377 Navigate with arrow keys only in treelist widgets; fix keyboard event detection in IE; new text label to help screen readers 2014-06-05 16:44:35 +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
Aleksander Machniak
c5bfe69e21 Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir 2014-06-04 18:42:57 +02:00
Thomas Bruederli
24e89eceed Add fieldset legends and input element labels to contact edit form 2014-06-04 12:10:49 +02:00
Thomas Bruederli
77043f8469 Apply accessibility improvements to the settings section 2014-06-03 19:13:54 +02:00
Thomas Bruederli
458af8d30a Apply accessibility improvements to the address book task 2014-06-03 14:11:13 +02:00
Thomas Bruederli
d58c39126f Some more improvemements on content structure, text representation and keyboard navigation within the mail view 2014-06-02 16:35:12 +02:00
Aleksander Machniak
b408e0bc53 Display a warning if popup window was blocked (#1489618) 2014-05-30 10:53:19 +02:00
Thomas Bruederli
b4446aa7a9 Add message status labels to client 2014-05-28 17:35:08 +02:00
Aleksander Machniak
731d190fec Merge branch 'tinymce4'
Conflicts:
	program/js/app.js
	program/js/editor.js
	program/js/tiny_mce/tiny_mce.js
	program/steps/utils/spell_html.inc
2014-05-28 15:52:30 +02:00
Aleksander Machniak
b21f8bd3ef Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4 2014-05-27 20:08:36 +02:00
Thomas Bruederli
d0d7f43ef5 More aria-* improvements to toggle buttons and autocompletion lists 2014-05-27 19:22:11 +02:00
Thomas Bruederli
170e45e035 Use localized labels for voice-only headings and link texts 2014-05-12 11:29:33 +02:00