Commit graph

440 commits

Author SHA1 Message Date
the-djmaze 68218e43dc v2.36.3 2024-05-27 11:19:37 +02:00
the-djmaze b5dbd0cc7a OpenPGP.js automatically import backup keys from server 2024-05-26 12:53:35 +02:00
the-djmaze 57fbdf8795 Added: allow setting the supported THREAD algorithm 2024-03-26 15:01:38 +01:00
the-djmaze c14d7bdd46 Add some comments and some renames 2024-03-26 12:26:35 +01:00
the-djmaze abaf5a96fa Bugfix: sort accounts drag & drop 2024-03-18 20:30:04 +01:00
the-djmaze 58ad745373 Resolve #1501 2024-03-17 15:10:59 +01:00
the-djmaze 27f5ba9337 Moved some config admin settings 2024-03-07 01:52:48 +01:00
the-djmaze 8e6f35bfad Improved some AppData handling 2024-03-07 01:16:58 +01:00
the-djmaze c1385894cc Make GnuPG separate admin settings option 2024-03-06 01:13:24 +01:00
the-djmaze 4006dd38f8 Make "verify signatures automatically" optional, as it requires more IMAP fetching 2024-03-04 13:33:40 +01:00
the-djmaze b5062624fa OpenPGP fix handling of importing keys 2024-03-04 12:42:23 +01:00
the-djmaze 886e53bb8f Added search functionality in Admin -> Config
And removed the unused ['capa']['quota']
2024-02-26 13:26:06 +01:00
the-djmaze 6f33bc23d3 Added Import S/MIME certificate popup
And much better handling of the sign and encrypt options
2024-02-23 03:14:36 +01:00
the-djmaze 3f08051e37 Added a S/MIME certificates list to User settings #259 2024-02-19 20:16:37 +01:00
the-djmaze 7e304daee0 Bugfix: this.error() undefined when hiding folder edit message 2024-02-13 02:17:27 +01:00
the-djmaze b0d4b56cee Some improvements for ACL Support #157 2024-02-12 20:48:43 +01:00
the-djmaze ea55eb13e5 Centralize loading of accounts and identities 2024-02-11 16:40:35 +01:00
the-djmaze bb906e61ab Make time_zone a select list due to PEBKAC #1417 #1426 2024-02-11 04:10:30 +01:00
the-djmaze f8002151be Added button to import keys from server into OpenPGP.js #89 2024-02-07 02:29:22 +01:00
the-djmaze 809fca73a0 Extract WYSIWYG code from Html.js into HtmlEditor.js 2024-02-05 14:10:58 +01:00
the-djmaze 9eb5646aec Redesign WYSIWYG handling to allow any editor (quill, tiny, etc. etc.) 2024-01-30 18:16:39 +01:00
the-djmaze 2d829178f8 Added feature to use the SQLite AddressBook per login account instead of global.
On by default unless the global AddressBook.sqlite already exists.
2024-01-17 00:55:23 +01:00
the-djmaze 57c000908f Resolve #951 2023-12-01 23:18:08 +01:00
the-djmaze daf1e2769f Resolve #1289 2023-11-27 15:07:02 +01:00
the-djmaze 09e3c7bec6 Rename FolderUserStore.folderListError to FolderUserStore.error 2023-10-31 01:39:40 +01:00
the-djmaze f097c8bb92 Rename folderListOptimized to optimized 2023-10-31 01:38:09 +01:00
the-djmaze b22d16a2b6 Resolve #1137 2023-05-30 14:24:45 +02:00
the-djmaze 1883b407a6 TODO: Sieve issue on account switch
When current domain has sieve but the new has not, or current has not and the new has
2023-04-24 12:01:09 +02:00
the-djmaze 80d64574a6 Changes for #1078 2023-04-24 11:19:07 +02:00
the-djmaze da2ab68fcc Cleanup some enums to consts 2023-04-03 10:29:26 +02:00
the-djmaze 8ea2ff4ae8 Resolve #968 2023-03-14 12:46:12 +01:00
the-djmaze f8b794ec1c Prevent folder/messages flags conflict by using the right name attributes for Folders 2023-03-13 11:49:40 +01:00
the-djmaze e1833ae032 Make layout fully responsive using matchMedia('(max-width: 799px)') 2023-02-23 13:54:32 +01:00
the-djmaze 5050d8edb3 Improved folder name editing 2023-02-21 15:33:55 +01:00
the-djmaze 81d521c562 Simplify folder name editing 2023-02-21 14:26:16 +01:00
the-djmaze 938c209869 Cleanup a bit of javascript 2023-02-21 12:59:56 +01:00
the-djmaze d1823af111 More JSON properties to JavaScript camelCase 2023-02-21 11:52:50 +01:00
the-djmaze ce2fb9d7f2 Many AppData properties to JavaScript camelCase 2023-02-21 10:22:59 +01:00
the-djmaze 8d52b0afdf Bugfix: Notification enum conflicts with window.Notification 2023-02-20 15:59:37 +01:00
the-djmaze 4fb359be59 Improved messages cache handling and fixed broken messagesBodiesDom 2023-02-20 10:49:22 +01:00
the-djmaze 15f9aa11db v2.26.2 2023-02-17 14:27:16 +01:00
the-djmaze ab77949e64 Changes for #973 2023-02-17 13:35:21 +01:00
the-djmaze 1506a158f4 Show loadavg in Admin -> About for #971 2023-02-17 08:26:53 +01:00
the-djmaze 03379a6163 Moved AllowDraftAutosave option from Settings -> Security to Settings -> General -> Compose 2023-02-15 17:05:53 +01:00
the-djmaze 64818025e8 Added feature to allow <style> in messages 2023-02-14 14:54:38 +01:00
the-djmaze fc5b26dfc2 Added message maximum quoted text level for speed.
Read https://github.com/the-djmaze/snappymail/issues/902#issuecomment-1416777217
2023-02-04 16:39:50 +01:00
the-djmaze 426c92fe33 Make collapse quotes optional for #902 2023-02-03 14:40:56 +01:00
the-djmaze cefe679c98 Resolve #486 2023-02-01 12:21:31 +01:00
the-djmaze 07079b519a Resolve #201 2023-01-31 14:45:50 +01:00
the-djmaze e23e0138a9 Enable RFC 8689 2023-01-30 15:21:17 +01:00