Commit graph

2445 commits

Author SHA1 Message Date
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