Commit graph

2561 commits

Author SHA1 Message Date
the-djmaze 9eb5646aec Redesign WYSIWYG handling to allow any editor (quill, tiny, etc. etc.) 2024-01-30 18:16:39 +01:00
the-djmaze 443a6df070 Small change to show why saving message to Sent mailbox failed #1397 2024-01-23 14:34:41 +01:00
the-djmaze 29f6b2b743 Move Autocrypt parsing to JavaScript 2024-01-23 10:38:54 +01:00
the-djmaze 5e35e39012 Bugfix: ask/send readReceipt was broken 2024-01-23 10:20:54 +01:00
the-djmaze f0bb3a8a45 Handle message hasVirus header in JavaScript 2024-01-22 13:33:00 +01:00
the-djmaze 8292c47f7c Return all fetched messages headers in JSON.
This is in preperation of BIMI-Selectors #1394
2024-01-21 23:35:32 +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 30ed8dde11 Resolve #1381 2024-01-12 01:56:12 +01:00
the-djmaze 6a715da1ac Bugfix Sieve rfc5429 2024-01-08 04:55:18 +01:00
the-djmaze a96ff94c6f Bugfix handling of RainLoop Sieve script 2024-01-03 02:41:42 +01:00
the-djmaze f3935b1df4 Fix some Sieve parser issues 2024-01-03 01:47:52 +01:00
the-djmaze 62639acc5a Cleanup Sieve RainLoop filter editor 2024-01-03 01:31:44 +01:00
the-djmaze 4d66c02190 Improve fix for #1373 2023-12-28 01:28:22 +01:00
the-djmaze 0a8dfe7d51 Resolve #1373 2023-12-28 01:23:56 +01:00
the-djmaze b2477f2ce3 v2.32.0 2023-12-26 17:42:56 +01:00
the-djmaze 167c27c1ee Default IMAP message_list_limit to 10000 2023-12-26 17:20:27 +01:00
the-djmaze dd46434895 Resolve #1361 2023-12-14 00:08:41 +01:00
the-djmaze c823ef6eae Rename messageVisibility to messageVisible 2023-12-12 14:11:25 +01:00
the-djmaze 2916583d0b Resolve #1332 2023-12-11 23:46:45 +01:00
the-djmaze c3f7827683 All CSS font-size to % instead of px 2023-12-11 13:34:23 +01:00
the-djmaze c1c851c238 Merge getNameAndEmailHelper() into newMessageCommand() 2023-12-11 11:50:02 +01:00
the-djmaze 08257f47cb Improved #1286 to be in line with all code 2023-12-11 11:38:38 +01:00
the-djmaze 65d469f71a
Merge pull request #1286 from rezaei92/master
Sending group email to all contact addresses
2023-12-11 11:07:30 +01:00
the-djmaze 3db4827354 Removed title binding handler 2023-12-09 20:05:57 +01:00
Sergey Mosin 853727541f fix: flag indicators are added to wrong message when another message is selected while composing 2023-12-05 14:08:31 -05:00
the-djmaze fa15ff6ba4 Draft idea for custom notification sounds 2023-12-05 16:18:36 +01:00
the-djmaze 5d6fb0c705 Track the inUndoState 2023-12-05 16:18:17 +01:00
the-djmaze 20058edd71 dragData already set by setDragAction 2023-12-03 20:40:54 +01:00
the-djmaze 56a5f29f26 Also allow disable imap login capabilities 2023-12-03 17:44:26 +01:00
the-djmaze 465d7ed673 Admin -> Domain after login test show all capabilities to disable 2023-12-03 17:36:41 +01:00
the-djmaze cf910c678b Revamp Domains Settings IMAP disabled capabilities to extend it 2023-12-03 17:08:25 +01:00
the-djmaze 57c000908f Resolve #951 2023-12-01 23:18:08 +01:00
the-djmaze 7e30c50dfe Merge viewPopupMessage() into popupMessage() 2023-12-01 23:00:39 +01:00
the-djmaze fb8d557099 Resolve #1338 2023-11-29 22:45:40 +01:00
the-djmaze daf1e2769f Resolve #1289 2023-11-27 15:07:02 +01:00
the-djmaze 7135af995d Extend example extension code with more details 2023-11-27 01:51:23 +01:00
the-djmaze 5e2d9c4fb0 set dropdown menu initDom to null 2023-11-26 18:06:42 +01:00
the-djmaze 77d2d099e2 Resolve Add a "Move to" button inside message view #1295 2023-11-26 18:06:19 +01:00
the-djmaze eb802135a9 Add folder full name to message uids set 2023-11-26 17:52:20 +01:00
the-djmaze df7888e3a6 Remove the openDropdownTrigger and replace some with a better toggle 2023-11-26 17:50:18 +01:00
the-djmaze 9d876d1146 Draft code: on message view set hash 2023-11-26 15:11:01 +01:00
the-djmaze a2b638dc55 Remove all String.trim() from Sieve RainLoop script #1329 2023-11-26 02:55:08 +01:00
the-djmaze 5047c3c6b8 Resolve #1328 2023-11-24 00:16:08 +01:00
the-djmaze bde5060008 Revert #1323
As rfc5228 implementations MUST support the "keep", "discard", and "redirect" actions.
2023-11-23 01:46:46 +01:00
the-djmaze 0736782a44 Resolve #1323 2023-11-23 01:34:55 +01:00
the-djmaze 5cdbba8da0 Support \noinferiors to disallow creating subfolders 2023-11-22 04:07:57 +01:00
the-djmaze f6764b3616 Resolve #1284 2023-11-21 14:19:54 +01:00
the-djmaze 50fef1cf69 small code cleanup 2023-11-21 13:56:16 +01:00
the-djmaze 87381e2e4d Resolve #1302 2023-11-17 00:37:21 +01:00
the-djmaze e7d7ca48e4
Merge pull request #1301 from SergeyMosin/mailbox-uri-fix
Fix: '#/mailbox/folder/mUID/search' uri/route handling
2023-11-15 00:42:49 +01:00
the-djmaze 442c4f5eb5
Merge pull request #1304 from tkasch/reply-fix
Fix threading view in Thunderbird (others?)
2023-11-14 17:05:00 +01:00
the-djmaze 13c23141ee Resolve #1303
And STATUS SIZE is part of RFC 8438, not RFC 9051
2023-11-14 16:49:38 +01:00
the-djmaze 9bdd7d5564 Define sortMode inside addObservablesTo() 2023-11-14 11:28:50 +01:00
Torsten Kasch cdd74c8f20 Fix threading view in Thunderbird (others?)
Replies sent via SnappyMail break thread view in Thunderbird
due to not standard-compliant Reply-To and References headers.

* Due to the long IDs, the headers `Reply-To`, `References` (and `Messge-ID`)
  are split between the header name and its value. According to section RFC5322,
  section 2.2.3, this may be legal but it obviously causes problems.

* On subsequent replies, the parent's ID gets prepended to the `References`
  header. Section 3.6.4 of the same RFC specifies that the ID should be
  appended to that header.
2023-11-08 16:35:46 +01:00
Sergey Mosin 4b26317be8 fix: '#/mailbox/folder/mUID/search' URI does not show the message 2023-11-07 09:34:21 -05: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 1a5ff4772d Drop unused AccountUserStore.signature
Drop debounce from AccountUserStore.loading
2023-10-31 01:36:41 +01:00
Mohammad Rezaei c402d90256 Improve the group mail features styles 2023-10-29 11:05:33 +03:30
the-djmaze 36789bd3b5 Cleanup knoin 2023-10-24 17:25:09 +02:00
the-djmaze e6a60b879e No need for __dom property 2023-10-24 17:07:14 +02:00
Mohammad Rezaei 73dd4677da Sending group email to all contact addresses 2023-10-16 15:41:28 +03:30
the-djmaze 8fda2f4955 No need to check for !oMoveFolder && !bDelete 2023-10-08 14:45:50 +02:00
the-djmaze bbf45ea979 Resolve #1274 2023-10-08 14:45:20 +02:00
the-djmaze b3309f7b4e Cleanup messagelist UpOrDown handling 2023-10-08 14:07:02 +02:00
the-djmaze 59f9ccdbdc Remove messagelist UpOrDown delay 2023-10-08 14:03:32 +02:00
the-djmaze 231ccb1e43 Cleanup and simplify messageList UpOrDown handling 2023-10-08 13:57:46 +02:00
the-djmaze 8841464f84 Remove unused returnValue 2023-10-08 12:30:38 +02:00
the-djmaze e1649d0361 Drop .actionHandle 2023-10-02 18:35:59 +02:00
the-djmaze 57b804f3a3 Bugfix: using messages list checkboxes failed 2023-10-02 18:34:33 +02:00
the-djmaze 396caabdaa Bugfix: flagParent failed due to my change for #1248 2023-10-02 18:05:12 +02:00
the-djmaze 6b0e6ec02a Improved selector changes of #1248 2023-10-02 12:47:47 +02:00
the-djmaze 63d0d138e6 Simplify change of #1247 2023-10-02 12:26:34 +02:00
the-djmaze 7a49d55736
Merge pull request #1248 from SergeyMosin/some-fixes
Some fixes
2023-10-01 11:46:05 +02:00
Sergey Mosin 22691450af improve: if applicable set '\\answered' or '$forwarded' flag after a message is sent so the proper icon is shown in the message list view 2023-09-18 15:54:14 -04:00
Sergey Mosin a8710bacc9 improve: in mobile mode hide folders(left) panel when a folder is clicked 2023-09-18 15:54:14 -04:00
Sergey Mosin dadb6b86c3 improve: address input: space character can trigger '_parseValue' if the email address looks complete 2023-09-18 15:54:14 -04:00
Sergey Mosin 11c616715d improve: use calendar icon in message list for messages with '.ics' or 'text/calendar' attachments 2023-09-18 15:54:14 -04:00
Sergey Mosin 8ab3055223 fix: unseen indicator is not shown in thread view when 'listGrouped' settings is false + show unseen message count when the message list is threaded 2023-09-18 15:52:39 -04:00
Sergey Mosin 15e59ef65f fix: allow clicking action on entire "ListItem" area, instead of just the "text elements" 2023-09-18 15:50:48 -04:00
the-djmaze c60f8776f4 Resolve #1208 2023-08-29 16:08:24 +02:00
the-djmaze 4f3265f8b6 Resolve #1215 2023-08-28 17:44:07 +02:00
the-djmaze eb566ca9db Changes for idea in #1150 (isSmall not active yet) 2023-08-28 10:11:34 +02:00
the-djmaze 8f79a4c34b Show paperclip at EML attachments #1166 2023-08-22 13:57:36 +02:00
the-djmaze ab986677dc Color picker use color blind palette "Tableau 10" by Maureen Stone by default #1199 2023-08-22 11:40:13 +02:00
the-djmaze 54344a5b54 Idea for #1199 2023-08-21 17:12:24 +02:00
the-djmaze 4e04461f80 Changes for "Request failed" error #1220 2023-08-21 16:02:57 +02:00
the-djmaze 4c5f19579c Fix Fetch controller.abort(reason) handling #1220 2023-08-21 11:31:57 +02:00
the-djmaze 037ed7e257 Change for #1225 2023-08-21 10:01:10 +02:00
Sergey Mosin 1fcada1b07 squire ui: show current(under cursor) font-family and font-size in the editor toolbar 2023-07-14 14:16:15 -04:00
Sergey Mosin ceeb55acf2 improve: only show 'Add "domain.tld" as an application for mailto links?' message after login (firefox shows the message on every reload otherwise). 2023-07-09 09:06:20 -04:00
Sergey Mosin c75c0e9ed1 fix: 'reloadTime' function result is passed into 'setInterval' instead of the function 2023-07-09 09:06:16 -04:00
the-djmaze 4cd24b87ff Translate for new BIDI #1200 2023-07-04 09:47:02 +02:00
the-djmaze 63f9137812
Merge pull request #1200 from rezaei92/master
Added bidi buttons to Squire editor
2023-07-04 09:36:25 +02:00
the-djmaze 0e3ed0fea0 Resolve #1192 2023-07-03 11:05:11 +02:00
Mohammad rezaei b2b07ab920
Added bidi button to Squire editor 2023-07-01 17:31:07 +03:30
the-djmaze 47e3fc90f2 Resolve #1186 2023-06-26 12:41:47 +02:00
the-djmaze 739a2ce39e Attachments in "new window" view #1166 2023-06-22 13:22:32 +02:00
the-djmaze 1a499f61fd Resolve #1187 2023-06-22 12:54:52 +02:00
the-djmaze 2a45142644 Resolve #1185 2023-06-22 12:42:59 +02:00
the-djmaze 821b175391 https://github.com/the-djmaze/snappymail/discussions/1043#discussioncomment-6166617 2023-06-19 14:36:45 +02:00
the-djmaze ed31ed206d Translate Squire UI 2023-06-13 14:22:20 +02:00
the-djmaze 5bf0f3b562 Improvements for #1071 2023-06-13 13:44:38 +02:00
the-djmaze 3a3b2f0771 Prevent MessageList multiple request at the same time #1071 2023-06-12 17:00:23 +02:00
the-djmaze 9ff3e94870 Resolve #1169 2023-06-12 13:12:13 +02:00
the-djmaze 3b682f5811 Added BIDI to Squire #1158 2023-06-12 11:45:59 +02:00
the-djmaze 1d6be7ae52 Detailed error for "Cannot access the repository at the moment" #1164 2023-06-08 14:31:57 +02:00
the-djmaze d190aa114b Resolve #1149 2023-06-05 15:31:01 +02:00
the-djmaze 7404ee058f Orange border for unread thread sub message(s) 2023-05-30 16:13:59 +02:00
the-djmaze 26fb2cf9fb Resolve #1028 2023-05-30 16:02:41 +02:00
the-djmaze 1f8fddd3f4 Bugfix: show timeout/abort error for #1071 2023-05-30 14:48:12 +02:00
the-djmaze b22d16a2b6 Resolve #1137 2023-05-30 14:24:45 +02:00
the-djmaze e90ecd472c Merge branch 'master' of github.com:the-djmaze/snappymail 2023-05-23 13:54:14 +02:00
the-djmaze 197f597d1c Resolve #1134 2023-05-23 13:53:44 +02:00
the-djmaze 3340e0ba9f Left side menu position for RTL #1056 2023-05-18 16:52:24 +02:00
the-djmaze 02576302c9 CSS unicode-bidi #1056 2023-05-16 17:28:15 +02:00
the-djmaze a504fd9298 Resolve #1130 2023-05-16 12:20:45 +02:00
the-djmaze 59aa1cac35 Resolve #1125 2023-05-12 23:43:13 +02:00
the-djmaze 2c014caa72 Resolve #1126 2023-05-12 23:21:55 +02:00
the-djmaze ffde5ddfb3 Bugfix: addEventListener('rl-view-model') missing for Settings #1013 2023-05-09 12:31:29 +02:00
the-djmaze 7968518f9c Compose window RTL #1056 2023-05-09 12:11:38 +02:00
the-djmaze 13abe74a31 Resolve #1119 2023-05-09 12:07:07 +02:00
the-djmaze 759ed2ad36 Fix tabs labels row height 2023-05-09 11:27:40 +02:00
the-djmaze 2d52493b89 Fix locale pagination order for #1056 2023-05-08 13:23:54 +02:00
the-djmaze bf6f342ffd Make pagination numbers locale aware for #1056 2023-05-08 13:01:16 +02:00
the-djmaze 88279c55e0 Resolve #1111 2023-05-01 11:48:57 +02:00
the-djmaze 404778089b I broke code with previous commit 2023-04-24 12:03:03 +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 a9a49a2d6f Also login RTL #1056 2023-04-18 11:43:28 +02:00
the-djmaze a71ea44753 Improved RTL support #1056 2023-04-18 11:35:31 +02:00
the-djmaze 9cabfe7570 Merge branch 'master' into rtl-support 2023-04-18 09:54:24 +02:00
the-djmaze c7cc250b1e Resolve #1086 2023-04-18 09:31:14 +02:00
the-djmaze 8630b418d1 Resolve #1082 2023-04-18 09:22:04 +02:00
the-djmaze 2adccdbaf3 Allow empty message body when there are attachments #1052 2023-04-11 14:16:47 +02:00
the-djmaze 20a2f5f185 Added base code for RTL support #1056 2023-04-11 12:55:59 +02:00
the-djmaze dfc415e3a8 Allow when listLimited is active 2023-04-11 11:24:15 +02:00
the-djmaze b0dda8d3ae Allow saving draft with empty body #1052 2023-04-04 12:22:51 +02:00
the-djmaze af9b778f63 Log \nonexistent folder for #1008 2023-04-04 12:18:58 +02:00
the-djmaze 87313d0616 Resolve #1003 2023-04-04 11:57:52 +02:00
the-djmaze 944a2cb8dc A solution for #1056 to support <html data-date-lang="fa-IR" 2023-04-04 11:28:15 +02:00
the-djmaze fadba0f36a Resolve #1022 2023-04-04 11:09:57 +02:00
the-djmaze 2e0fc1585d Improved Squire by visualizing some active buttons states 2023-04-04 10:15:18 +02:00
the-djmaze baacddd324 Bugfix: GnuPG decrypt failed 2023-04-03 10:29:42 +02:00
the-djmaze da2ab68fcc Cleanup some enums to consts 2023-04-03 10:29:26 +02:00
the-djmaze 91e60c1007 Resolve #1037 2023-04-03 09:35:56 +02:00
the-djmaze 28cd8245c4 Resolve #1048 2023-03-28 13:42:35 +02:00
the-djmaze 7105e23781 Resolve #1038 2023-03-21 18:55:38 +01:00
the-djmaze db5bd3cd36 Improved attachmentIcon glyph coloring 2023-03-21 11:05:34 +01:00
the-djmaze b29d8f617c Better align .accountPlace text 2023-03-21 10:06:00 +01:00