Commit graph

5140 commits

Author SHA1 Message Date
the-djmaze
fca7e44aa0 Make MessageList per day optional #737 2022-12-23 08:42:36 +01:00
the-djmaze
81e46ccdf7 v2.24 screenshot 2022-12-22 20:11:34 +01:00
the-djmaze
a313664b64 Bugfix: PHP 7 issue with typed ?array 2022-12-22 20:03:55 +01:00
the-djmaze
e4b1950dbe v2.24.0 2022-12-22 19:40:11 +01:00
the-djmaze
18b7b39b49 Bugfix: https://github.com/the-djmaze/snappymail/issues/786#issuecomment-1363114868 2022-12-22 19:00:22 +01:00
the-djmaze
8aa9d3009b Resolve #737 by new messagelist view per day 2022-12-22 17:15:54 +01:00
the-djmaze
d8a64124f2 Resolve #466 2022-12-22 15:29:12 +01:00
the-djmaze
bb39d1709e Resolve #564 2022-12-22 14:54:41 +01:00
the-djmaze
6cd1007938 Split Domains and Extensions actions from ActionsAdmin in separate traits 2022-12-22 14:20:21 +01:00
the-djmaze
bafc5ad921 Move addComputables() from FolderModel.reviveFromJson to FolderModel.constructor 2022-12-22 12:00:02 +01:00
the-djmaze
c50670fc7f Rename printableUnreadCount() to unreadCount() 2022-12-22 11:40:56 +01:00
the-djmaze
cfdc37189b FolderList search style to CSS 2022-12-22 10:57:41 +01:00
the-djmaze
40d29acb15 Resolve #280 2022-12-22 10:31:19 +01:00
the-djmaze
7c4f1c309e Small cleanup 2022-12-22 10:03:02 +01:00
the-djmaze
9f69a992c8 Convert facebookmail.com to facebook.com 2022-12-22 10:02:47 +01:00
the-djmaze
215767ed9b Added: option to enable additional account unread messages count 2022-12-22 10:01:25 +01:00
the-djmaze
bad33e6dc4 Cleanup JavaScript MessageModel by moving dynamic code to MailMessageView and ComposePopupView 2022-12-22 09:56:06 +01:00
the-djmaze
ae1de36ee0 Bugfix: UnsubsribeLinks was broken 2022-12-22 00:17:13 +01:00
the-djmaze
277c567f54 Prevent godaddy click tracking 2022-12-21 20:53:48 +01:00
the-djmaze
315f2a345a Bugfix: handle multiple DKIM signatures authentication results 2022-12-21 20:51:33 +01:00
the-djmaze
219b155ede Cleanup Action reponse handling and use typed properties 2022-12-21 14:12:35 +01:00
the-djmaze
31b1096f4d Dark theme define color-scheme: dark; 2022-12-21 12:35:34 +01:00
the-djmaze
efd27cb211 CSS position data-unread better 2022-12-21 12:35:15 +01:00
the-djmaze
3012084184 Improved imapsync.php options detection 2022-12-21 12:34:54 +01:00
the-djmaze
2e3e1fa5fe Speedup Contacts Suggestions handling 2022-12-21 09:58:10 +01:00
the-djmaze
731ac52564 MailSo class properties to typed properties and clean up 2022-12-20 20:17:11 +01:00
the-djmaze
22450e7430 Cleanup MailSo 2022-12-19 17:26:59 +01:00
the-djmaze
a78fcb6308 partialParseResponseBranch broken due to previous commit 2022-12-19 10:44:25 +01:00
the-djmaze
8b65b6ee7c Bugfix: SieveClient quoted string parsing
Redesign NetClient::getNextBuffer() to return string
2022-12-19 10:39:50 +01:00
the-djmaze
2a86ab5753 Resolve https://github.com/RainLoop/rainloop-webmail/pull/2194 2022-12-18 23:59:12 +01:00
the-djmaze
5785ad511b Update domain default.json 2022-12-18 23:57:09 +01:00
the-djmaze
a21c859aba Cleanup Exception logging 2022-12-18 23:56:38 +01:00
the-djmaze
d126380282 Count() to count() 2022-12-18 13:55:37 +01:00
the-djmaze
f5beeb9ca1 Check SMTP SIZE #779 2022-12-18 13:55:22 +01:00
the-djmaze
2793dae547 IsSupported() to hasCapability() 2022-12-18 13:55:00 +01:00
the-djmaze
19bc530879 Rename ImapClient::IsSupported() to ImapClient::hasCapability() 2022-12-16 11:52:56 +01:00
the-djmaze
3fdb2e7698 Better fix for #780 2022-12-16 11:45:24 +01:00
the-djmaze
edd083801f Resolve #780 2022-12-16 11:41:51 +01:00
the-djmaze
9484ff3cbb Resolve #769 2022-12-16 09:45:18 +01:00
the-djmaze
26706acf6a Added more imapsync CLI options and help 2022-12-16 09:32:10 +01:00
the-djmaze
b3fa14f017 v2.23.1 2022-12-15 17:14:32 +01:00
the-djmaze
99a3132023 Improved imapsync to use JMAP role for matching system folders 2022-12-15 16:27:02 +01:00
the-djmaze
9fb7cd881f Resolve #778 2022-12-15 14:06:25 +01:00
the-djmaze
54896bf044 Remove most DoFolders loops as they are not used.
And move system folder detection/autocreate to MailboxDetectPlugin because it is hardly used.
And by using mailbox.role the default system folder detection is only using (IMAP and JMAP) RFC standards.
2022-12-15 13:49:39 +01:00
the-djmaze
8799cd3e8d Resolve #777 2022-12-14 20:02:16 +01:00
the-djmaze
30a6f7f94a Cleanup Folders() fetch 2022-12-14 17:16:14 +01:00
the-djmaze
7c472943cf Fix input number width 2022-12-14 16:45:53 +01:00
the-djmaze
21d7e91493 New solution for #423 due to #774 2022-12-14 16:39:03 +01:00
the-djmaze
439ad5596f
Merge pull request #774 from e-foundation/fix-smtp-client-sasl
Fix issues with SMTP login mechanisms except "LOGIN"
2022-12-14 15:37:23 +01:00
the-djmaze
77669cfcc7 Disable unused folder_list_limit as MailSo\Mail\MailClient->folderListOptimization() was removed 2022-12-14 14:04:30 +01:00