Commit graph

5329 commits

Author SHA1 Message Date
the-djmaze
b240c26667 Resolve #962 2023-02-16 14:02:55 +01:00
the-djmaze
5216535278 Move the "upload EML file to mailbox" Append feature into a DoFolderAppend() 2023-02-16 13:13:23 +01:00
the-djmaze
fb2eb62f83 Rename Folder Hash to ETag as it is the more obvious name 2023-02-16 10:55:23 +01:00
the-djmaze
1a05a0adf2 Some $this->MailClient() to $this->ImapClient() 2023-02-16 09:01:14 +01:00
the-djmaze
d98a2e015e Released new Avatars extension 2023-02-16 09:00:00 +01:00
the-djmaze
99b73d87f6 Check login handling for #969 2023-02-16 08:40:28 +01:00
the-djmaze
90d039b36b Bugfix: DoMessageList() hash check was incorrect 2023-02-16 08:38:41 +01:00
the-djmaze
38c4b4e26e Resolve #969 2023-02-15 23:04:23 +01:00
the-djmaze
8c97b64a55 Fix translations 2023-02-15 17:33:06 +01:00
the-djmaze
4852895488 Resolve #967 btoa() issue 2023-02-15 17:29:47 +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
edcb84b4ae SmtpClient->Connect() use $oSettings->Ehlo 2023-02-15 12:59:49 +01:00
the-djmaze
353fdda3e5 Move some message checks to MailSo\Mime\Message 2023-02-15 12:03:51 +01:00
the-djmaze
d629f42e4c x-script not used anymore 2023-02-15 12:03:21 +01:00
the-djmaze
ae1e6184c3 Resolve #956 2023-02-15 11:57:30 +01:00
the-djmaze
7a762e50c7 Resolve #957 2023-02-15 11:57:01 +01:00
the-djmaze
8058c8d2f6 Allow <body> element CSS as .mail-body 2023-02-15 11:26:21 +01:00
the-djmaze
d11118a159 Resolve #961 2023-02-15 10:54:12 +01:00
the-djmaze
f970e6be2d Merge branch 'master' of github.com:the-djmaze/snappymail 2023-02-15 10:37:56 +01:00
the-djmaze
163eb51ff6 Resolve #964 2023-02-15 10:37:41 +01:00
the-djmaze
b18f0ee2d9
Merge pull request #959 from hguilbert/patch-2
Update user.json
2023-02-14 20:30:25 +01:00
the-djmaze
d58cb75e53 Resolve #958 2023-02-14 20:12:16 +01:00
the-djmaze
9dd917894d Resolve #960 2023-02-14 19:04:14 +01:00
hguilbert
305c3b6a86
Update user.json
Some translation ...
2023-02-14 18:24:25 +01:00
the-djmaze
bd9e50f222 Bugfix: new CSS <style> removing (background-)?color failed 2023-02-14 16:51:51 +01:00
the-djmaze
492f1d4b10 v2.26.1 2023-02-14 15:32:12 +01:00
the-djmaze
5105f6d4c1 Improved handling of secure message <style> CSS class names 2023-02-14 15:21:43 +01:00
the-djmaze
64818025e8 Added feature to allow <style> in messages 2023-02-14 14:54:38 +01:00
the-djmaze
aae3072209 Prepare cleanHtml() for new feature 2023-02-14 14:07:38 +01:00
the-djmaze
4d2cd82d95 Resolve #937 2023-02-14 12:30:11 +01:00
the-djmaze
f99daeebe5 Bugfix: message() is null 2023-02-14 12:26:31 +01:00
the-djmaze
1f86b73414 Bugfix: OpenPGP decrypted attachments friendlySize not a function #89 2023-02-14 11:37:08 +01:00
the-djmaze
e2391d1ad2 Idea code for #951 2023-02-14 10:21:26 +01:00
the-djmaze
614e6c5756 Don't clone message for viewing, so that there is instant interaction with messagelist item 2023-02-14 10:11:25 +01:00
the-djmaze
b7a68a4245 Fix message @media print 2023-02-14 09:17:53 +01:00
the-djmaze
a696d6c0a1 Bugfix: addressparser() didn't handle groups properly 2023-02-13 19:47:24 +01:00
the-djmaze
ebf429215b view Message in new tab/window was missing BCC 2023-02-13 19:46:30 +01:00
the-djmaze
d898178985 emailArrayToStringLineHelper() filter addresses without email address
and simplify ComposeType handling
2023-02-13 19:19:00 +01:00
the-djmaze
974acaab90 Cleanup EmailModel 2023-02-13 17:05:44 +01:00
the-djmaze
ceac15ace9 Bugfix: middleclick failed when messagesDom not yet initialized 2023-02-13 16:36:38 +01:00
the-djmaze
33653eae81 Improved email address parsing and handling 2023-02-13 16:15:26 +01:00
the-djmaze
e8c93a1d0c Improved EmailModel handling 2023-02-12 18:28:30 +01:00
the-djmaze
57dc1d29b3 Update Identity class to latest PHP features 2023-02-12 18:27:55 +01:00
the-djmaze
396a1a423e Resolve #936 2023-02-12 18:27:06 +01:00
the-djmaze
477628ed70 #950 always return EmailCollection 2023-02-12 01:20:20 +01:00
the-djmaze
dbabbb9385
bugfix for solution #950 incorrect mailto link 2023-02-12 01:13:30 +01:00
the-djmaze
6237a3691b Resolve #950 2023-02-12 01:02:55 +01:00
the-djmaze
98d686bc14 Cleanup AbstractViewPopup handling 2023-02-12 00:27:11 +01:00
the-djmaze
163e926d6b
Merge pull request #948 from lota/patch-4
Italian translation fix - password again
2023-02-11 22:40:35 +01:00
the-djmaze
199fb1a8d6
Merge pull request #947 from lota/patch-3
Password italian translation
2023-02-11 22:40:25 +01:00