Commit graph

4922 commits

Author SHA1 Message Date
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
the-djmaze d7e93d8229 Merge MailSo\Mail\Folder into MailSo\Imap\Folder and speedup process 2022-12-14 14:03:16 +01:00
Akhil 06860a51e6
Revert pull 423 2022-12-14 15:17:37 +05:30
the-djmaze 6765f4bb5d Resolve #764 2022-12-14 09:42:34 +01:00
the-djmaze 569f4daac1 Cleaner messageview header 2022-12-13 16:52:42 +01:00
the-djmaze fd6dc611bb Added more JMAP info 2022-12-13 16:52:20 +01:00
the-djmaze 21eaf88fd9 Bugfix: undefined $this->oImapResponse->ResponseList 2022-12-13 14:06:47 +01:00
the-djmaze f8f8cd0124 MessageResultCount to JMAP totalEmails 2022-12-13 14:04:43 +01:00
the-djmaze df8e4d2b9d Bugfix for new Settings system 2022-12-13 13:41:27 +01:00
the-djmaze ec80404eed Better log failed mkdir() 2022-12-13 12:29:18 +01:00
the-djmaze 5c5287ea23 Moved most IMAP settings to domain control 2022-12-13 11:55:48 +01:00
the-djmaze 5394599a9d Set timeout defaults 2022-12-13 11:08:33 +01:00
the-djmaze d756558303 Move timeout to global MailSo\Net\ConnectSettings 2022-12-13 10:27:46 +01:00
the-djmaze 3ccf70e5cd Don't fetchUnread for main account 2022-12-13 09:54:39 +01:00
the-djmaze f98f1db441 Move all imap config options to MailSo\Imap\Settings for per domain control 2022-12-13 09:54:19 +01:00
the-djmaze 780aa8759d Rename __FORCE_SELECT_ON_EXAMINE__ to __FORCE_SELECT_ON_EXAMINE 2022-12-12 13:07:43 +01:00
the-djmaze d0db7f5ce3 Resolve #760 2022-12-12 13:03:41 +01:00
the-djmaze c27e231f53 Reduce amount of avatar requests based on config settings 2022-12-12 11:51:58 +01:00
the-djmaze 60b72ed981 Bugfix: CSS .e-checkbox.material-design invisible on show/hide 2022-12-12 11:13:33 +01:00