the-djmaze
974350ebee
Found more JSON properties to change into JavaScript camelCase
2023-01-26 10:41:55 +01:00
the-djmaze
f080a302b1
Almost all JSON properties to JavaScript camelCase
2023-01-24 18:58:25 +01:00
the-djmaze
4922586893
Cleanup config settings and provide some info
2022-12-30 15:11: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
315f2a345a
Bugfix: handle multiple DKIM signatures authentication results
2022-12-21 20:51:33 +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
e0f3995e85
Resolve #766
2022-12-12 11:12:48 +01:00
the-djmaze
0d6499702d
Replace some data-bind="click: function(){} with object functions to prevent eval()
2022-11-29 17:29:06 +01:00
the-djmaze
b7fd933499
Resolve #691
2022-11-23 11:22:20 +01:00
the-djmaze
7dca36409d
Show email address for #683 and see what it brings
2022-11-22 11:23:55 +01:00
the-djmaze
434ac21103
Bugfix: when left panel disabled and dragstart messages, show panel
2022-11-22 11:14:56 +01:00
the-djmaze
7da3ba8c61
Cleanup and rearrange some fontastic glyphs
2022-11-17 21:40:35 +01:00
the-djmaze
f4448635d1
Bugfix handling attachments MIME type / content-type as it was broken.
2022-11-16 15:14:00 +01:00
the-djmaze
b47035ef43
Activate "Simple attachments list" for #672
2022-11-15 13:13:52 +01:00
the-djmaze
58e9ebc37b
WIP: Added attachmentListSimple for #672
...
This is not optional yet and off.
2022-11-15 12:45:08 +01:00
the-djmaze
0feae48464
Bugfix: pgpDecrypt() using MailVelope the decrypt message was not green
2022-11-05 12:04:56 +01:00
the-djmaze
b39d023241
Some more changes for #600
2022-11-01 19:14:08 +01:00
the-djmaze
2cdadf3a6c
Improvements for PGP decryption #600
2022-11-01 12:05:44 +01:00
the-djmaze
7fac6ca9dd
this.addObservables() to addObservablesTo()
2022-10-30 22:19:52 +01:00
the-djmaze
787e236133
Bugfix: message attachments missing data
2022-10-28 13:57:13 +02:00
the-djmaze
ffcc86805a
Some array.slice to array.startsWith and cleanup some JavaScript code
2022-10-26 16:38:39 +02:00
the-djmaze
dc241ded1b
v2.18.6
2022-10-12 23:08:28 +02:00
the-djmaze
81a5466f50
Replace "Ctrl+P" shortcut with proper @media print CSS
2022-10-07 21:08:43 +02:00
the-djmaze
2defb7ec35
Better keyword/tags/labels handling for #419
2022-10-06 10:42:21 +02:00
the-djmaze
0f834a714f
Disallow space characters in keyword/tag/label name #419
2022-10-05 19:55:02 +02:00
the-djmaze
99ff07507e
Create new keyword/tag/label for message #419
2022-10-05 17:25:30 +02:00
the-djmaze
da451ed369
Also show inline images as attachments
2022-10-03 16:04:39 +02:00
the-djmaze
54107ca937
Fix mailto: that i broke in #484
2022-09-30 11:38:51 +02:00
the-djmaze
0fce269a82
listCheckedOrSelectedUidsWithSubMails() now returns Set instead of Array
2022-09-27 23:46:13 +02:00
the-djmaze
0200bf1674
rename deleteMessagesFromFolder() to moveMessagesToFolderType() as it is 90% to move instead of delete
2022-09-27 18:59:07 +02:00
the-djmaze
9f8fdb2dfb
Use HTML details/summary elements for blockquote switcher
2022-09-26 11:06:42 +02:00
the-djmaze
0c87bbac21
Faster Selector.autoSelect
2022-09-09 17:04:52 +02:00
the-djmaze
47a861a243
Speedup listChecked().length to hasChecked()
2022-09-09 10:02:40 +02:00
the-djmaze
7df534b4b5
Rename isSpamAllowed to logical canMarkAsSpam
2022-09-08 12:16:37 +02:00
the-djmaze
f451af2188
Centralize current Folder checks to prevent bugs (which there were)
2022-09-07 23:39:46 +02:00
the-djmaze
732b6eb641
Use JavaScript Optional chaining
2022-09-02 11:52:07 +02:00
the-djmaze
15dd6f5a5c
Resolve #496
2022-08-31 17:31:08 +02:00
the-djmaze
9e4edd8843
Improved tags #419
2022-06-03 14:46:05 +02:00
the-djmaze
a43fadb4e8
Use JMAP rfc8621 section-4 subject and receivedAt
2022-06-01 23:21:59 +02:00
the-djmaze
5c99a14559
Simplify message view attachment controls
2022-05-31 21:17:09 +02:00
the-djmaze
1e61171f9c
Fix RFC 9051 IMAP4rev2 keywords and $ReadReceipt should be $MDNSent
2022-05-31 17:12:29 +02:00
the-djmaze
e205a0d3e0
Resolve #248 View eml attachments
2022-05-11 23:13:24 +02:00
the-djmaze
671062af31
Resolve #348
2022-04-25 09:40:38 +02:00
the-djmaze
91327a3c6c
Better solution for #298
2022-03-22 16:24:58 +01:00
the-djmaze
13f270f426
Resolve #298
2022-03-22 11:47:17 +01:00
the-djmaze
c76823dc5f
Some tiny changes
2022-03-14 15:42:05 +01:00
the-djmaze
6f2f5bce86
Added Ctrl/Meta + F to open advanced search screen
...
Cleanup search field onEnter
2022-03-09 15:08:22 +01:00
the-djmaze
3e494f6519
Cleanup views system
2022-03-08 12:28:16 +01:00
the-djmaze
a503329b77
Resolve #265 regarding shortcuts in certain input fields.
...
As we want other shortcuts do work in input fields (which couldn't in previous releases).
2022-03-04 14:43:58 +01:00
the-djmaze
f0b0d21386
Some small cleanups/corrections
2022-03-03 19:22:17 +01:00