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
0863976859
Resolve #717
2022-11-29 10:09:48 +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
b655e0ad70
Bugfix: .apply() error on leftPanelDisabled.toggle
2022-11-22 09:53:46 +01:00
the-djmaze
ecf53b1285
Resolve #361
2022-11-17 21:04:04 +01:00
the-djmaze
2693e94417
Resolve #624
2022-11-05 10:07:53 +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
d706793e56
Improved drag&drop of local EML files
2022-10-27 23:51:55 +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
b1bcbc1671
Resolve #579
2022-10-24 15:12:25 +02:00
the-djmaze
f649ea05fd
Put message in URL for autoload regarding issue #100 and Nextcloud unified search #96
2022-10-14 10:20:41 +02:00
the-djmaze
2651b6fd93
Remove the old "move to folder" behaviour option
2022-09-29 10:08:45 +02:00
the-djmaze
c2ef5abd79
cleanup dragmessages code
2022-09-28 14:55:10 +02:00
the-djmaze
afe4da1f65
Resolve #532
2022-09-28 09:29:45 +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
b047f6ca9a
simplify messagelist dragOverArea
2022-09-27 16:57:29 +02:00
the-djmaze
0c87bbac21
Faster Selector.autoSelect
2022-09-09 17:04:52 +02:00
the-djmaze
44ac2626ec
Improve and cleanup Selector even more
2022-09-09 12:07:05 +02:00
the-djmaze
47a861a243
Speedup listChecked().length to hasChecked()
2022-09-09 10:02:40 +02:00
the-djmaze
d8b1e3432a
Improved ComposePopupView bSkipNextHide to ComposePopupView.inEdit
2022-09-08 13:28:24 +02:00
the-djmaze
7df534b4b5
Rename isSpamAllowed to logical canMarkAsSpam
2022-09-08 12:16:37 +02:00
the-djmaze
2a92122dad
Drop search capa to always allow it
2022-09-08 12:05: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
d9bc435e2c
MessageList click was really broken
2022-09-02 10:38:42 +02:00
the-djmaze
bae103257c
Bugfix: i broke the messagelist click function
2022-09-02 09:06:07 +02:00
the-djmaze
8d192445a7
v2.17.4
2022-09-01 21:37:32 +02:00
the-djmaze
eb0cd796b0
Improved mailbox handling of empty message subject and messagelist folder detection
2022-08-04 12:18:07 +02:00
the-djmaze
42fe9ae1ba
Drop prefetch/REQUESTED_MESSAGE_CACHE because 99.9% not used.
...
Message cache needs new design due to encrypted messages.
2022-06-07 12:00:22 +02:00
the-djmaze
70e3e6423e
Added message tags toggle for #419
2022-06-03 13:47:04 +02:00
the-djmaze
899648d8e4
Improved handling of imap message flags/keywords
2022-05-31 20:38:35 +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
6f2f5bce86
Added Ctrl/Meta + F to open advanced search screen
...
Cleanup search field onEnter
2022-03-09 15:08:22 +01:00
the-djmaze
e0498895bc
Resolve #279
2022-03-09 13:48:25 +01:00
the-djmaze
33bc780c1f
Resolve #277
2022-03-08 23:05:19 +01:00
the-djmaze
3e494f6519
Cleanup views system
2022-03-08 12:28:16 +01:00
the-djmaze
874f2592ca
Drop Capa enums
2022-03-05 22:25:32 +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
fafe56ecb4
Fix and improved hasher routing
2022-03-03 16:28:05 +01:00
the-djmaze
2edd55f01f
Drop cancelCommand in favor of closeCommand and improve AbstractViewPopup handling
2022-02-24 22:40:17 +01:00
the-djmaze
e7c7b8ed53
Restructure Capa
2022-02-24 12:22:27 +01:00
the-djmaze
5990addfef
Added: addEventsListener() and addEventsListeners()
2022-02-24 11:19:19 +01:00
the-djmaze
c270f0ad9a
Prevent Circular dependencies
2022-02-23 23:11:12 +01:00
the-djmaze
661cd2aaf9
Restructure JavaScript
...
Split list code from MessageUserStore into MessagelistUserStore
Move functions out of AppUser
2022-02-23 19:26:52 +01:00
the-djmaze
24b638cd82
Cleanup some JavaScript
2022-02-21 15:36:34 +01:00
the-djmaze
44ee236709
dispatchEvent(new CustomEvent(...)) to fireEvent(...)
2022-02-11 12:21:16 +01:00
the-djmaze
827421e116
Settings.capa() to SettingsCapa()
2022-02-08 14:13:06 +01:00