the-djmaze
b2477f2ce3
v2.32.0
2023-12-26 17:42:56 +01:00
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
7e30c50dfe
Merge viewPopupMessage() into popupMessage()
2023-12-01 23:00:39 +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
df7888e3a6
Remove the openDropdownTrigger and replace some with a better toggle
2023-11-26 17:50:18 +01:00
the-djmaze
bbf45ea979
Resolve #1274
2023-10-08 14:45:20 +02:00
the-djmaze
da2ab68fcc
Cleanup some enums to consts
2023-04-03 10:29:26 +02:00
the-djmaze
670271f257
Resolve #1005
2023-03-07 20:03:50 +01:00
the-djmaze
5436253ffd
Cache changes for #1003
2023-03-06 11:36:23 +01:00
the-djmaze
d8b05ee361
Resolve #992
2023-02-25 14:16:04 +01:00
the-djmaze
d528498d8d
Remove unused imports
2023-02-23 15:44:28 +01:00
the-djmaze
8623bb5d60
Reduce use of isMobile()
2023-02-23 15:43:32 +01:00
the-djmaze
b93a31f950
scrollMessage not needed on focusedState change
2023-02-22 14:57:29 +01:00
the-djmaze
1c1b043a50
Improved key event handling
2023-02-21 14:26:37 +01:00
the-djmaze
4fb359be59
Improved messages cache handling and fixed broken messagesBodiesDom
2023-02-20 10:49:22 +01:00
the-djmaze
31dd1b74b8
Resolve #938
2023-02-10 09:55:52 +01:00
the-djmaze
85d3a95dec
Message whitelist #201 :
...
* sort options based on domain count (highest top)
* hide when whitelist not active
2023-02-08 11:39:07 +01:00
the-djmaze
69064e2ad0
Image whitelist shortcuts as discussed in #201
2023-02-07 10:23:10 +01:00
the-djmaze
b182372b83
Speedup for #902
2023-02-03 12:12:40 +01:00
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