Commit Graph

309 Commits (4cd087ea2eb8d1dbc8a063b41cffcd5df35d7df6)

Author SHA1 Message Date
Thomas Bruederli f189d72943 Merged branch 'dev-mailvelope' 10 years ago
Aleksander Machniak 399a2d68b6 Make optional adding of standard signature separator - sig_separator (#1487768) 10 years ago
Aleksander Machniak 4ceff8f353 Make optional hidding of folders with name starting with a dot - imap_skip_hidden_folders (#1490468) 10 years ago
Aleksander Machniak 6ca1e6add1 Add option to enable HTML editor always, except when replying to plain text messages (#1489365) 10 years ago
Thomas Bruederli 2965a981b7 Allow to search and import missing PGP pubkeys from keyservers using Publickey.js 11 years ago
Aleksander Machniak 4b72a1f498 Fix error when using back button after sending an email (#1490009) 11 years ago
Thomas Bruederli 3167e58ff9 Pass encrypted draft and reply messages to Mailvelope editor; add toolbar icon for encryption mode toggeling 11 years ago
Thomas Bruederli 40d152cfdc Make encrypted pgp/mime message composition work 11 years ago
Thomas Bruederli 7b8a0af1c8 Add toolbar button to switch to Mailvelope encryption editor 11 years ago
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)
11 years ago
Aleksander Machniak 09225a41ec Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below] 11 years ago
Thomas Bruederli 4d9627c36a Wording 11 years ago
Thomas Bruederli 0bd99db08d Localize common error messages; improve explanation for CSRF check failures 11 years ago
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.
11 years ago
Aleksander Machniak f7af22c780 Add possibility to print contact information (of a single contact) 11 years ago
Thomas Bruederli 2f8b1036da Bump version and copyright year 11 years ago
Aleksander Machniak f864495b7b Fix import of multiple contact email addresses from Outlook-csv format (#1490169) 11 years ago
Aleksander Machniak 61ca7956cc Fix button label: ignore -> Ignore (#1490170) 11 years ago
Aleksander Machniak 9fe9d407ae Fix "x from y" -> "x of y" 11 years ago
Aleksander Machniak 02f7628314 Fix page title when using search filter (#1490023) 11 years ago
Aleksander Machniak ba084313bf Add missing label 11 years ago
Thomas Bruederli 44b47dfb35 Add config/preference option to disable saving messages in localStorage (#1489979) 12 years ago
Aleksander Machniak e9ecd49f74 Added namespace filter in Folder Manager 12 years ago
Aleksander Machniak 66233b76c8 Added folder searching in Folder Manager 12 years ago
Aleksander Machniak c5f06896d4 Display full quota information in popup (#1485769, #1486604) 12 years ago
Aleksander Machniak 1e22cb1e86 Unify some labels 12 years ago
Thomas Bruederli 23756ff705 Localize mail toolbar menu titles 12 years ago
Thomas Bruederli bf33799377 Navigate with arrow keys only in treelist widgets; fix keyboard event detection in IE; new text label to help screen readers 12 years ago
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
12 years ago
Aleksander Machniak c5bfe69e21 Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir 12 years ago
Thomas Bruederli 24e89eceed Add fieldset legends and input element labels to contact edit form 12 years ago
Thomas Bruederli 77043f8469 Apply accessibility improvements to the settings section 12 years ago
Thomas Bruederli 458af8d30a Apply accessibility improvements to the address book task 12 years ago
Thomas Bruederli d58c39126f Some more improvemements on content structure, text representation and keyboard navigation within the mail view 12 years ago
Aleksander Machniak b408e0bc53 Display a warning if popup window was blocked (#1489618) 12 years ago
Thomas Bruederli b4446aa7a9 Add message status labels to client 12 years ago
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
12 years ago
Aleksander Machniak b21f8bd3ef Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4 12 years ago
Thomas Bruederli d0d7f43ef5 More aria-* improvements to toggle buttons and autocompletion lists 12 years ago
Thomas Bruederli 170e45e035 Use localized labels for voice-only headings and link texts 12 years ago
Aleksander Machniak b5bb6479bc Rephrase editor warning to better match both ways text2html and html2text 12 years ago
Thomas Bruederli 31aa080609 Further refine cross-folder searching:
- Store incomplete search results in session and re-send search requests
  to the server if returned before complete (this should avoid hitting request timeouts).
- Display full folder path on mouseover in message list
- Remove pthreads implementation stuff as this wasn't really working
12 years ago
Thomas Bruederli 6dc1a66451 Fix page title and folder selection in search mode 12 years ago
Thomas Bruederli 66536974fe Merge branch 'dev-multi-folder-search' 12 years ago
Aleksander Machniak adaddf0b18 Improve error message on failed http connection 12 years ago
Thomas Bruederli febcd4b225 Improve wording: don't pretend that mailbox is empty if search/filter doesn't find any messages 12 years ago
Thomas Bruederli 1bbf8c4886 - Make search scope selectable in UI
- Disable thread mode when searching over multiple folders
- Encode UID values for HTML message row identifiers
12 years ago
Aleksander Machniak 9a0153324e Implemented menu actions to copy/move messages, added folder-selector widget (#1484086) 12 years ago
Thomas Bruederli 85e60ada15 First version of the local storage compose data saving feature; some behavioral improvements and encrytion are still to be added 12 years ago
Aleksander Machniak b972b4c4c0 Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) 12 years ago