the-djmaze
67488a56f6
https://github.com/the-djmaze/snappymail/issues/569#issuecomment-1411330109
2023-02-01 11:19:14 +01:00
the-djmaze
8047a36b70
#rl-content to use flex
for better layout control
2023-01-26 14:11:30 +01:00
the-djmaze
974350ebee
Found more JSON properties to change into JavaScript camelCase
2023-01-26 10:41:55 +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
089f016633
rl.setWindowTitle() to rl.setTitle()
2022-11-14 09:15:25 +01:00
the-djmaze
decbbd8817
Resolve #571 by allowing to give an account a name/label
2022-11-08 17:40:12 +01:00
the-djmaze
04c11ddc49
Move changeTheme and convertThemeName to Themes.js
2022-11-08 10:53:14 +01:00
the-djmaze
93d8b5a419
Improve some login/logout handling
2022-10-18 23:32:47 +02:00
the-djmaze
b12852bd08
Reduce JavaScript footprint
2022-10-10 13:52:56 +02:00
the-djmaze
74f830486e
Reduce AppData result for unauthorized visitor
2022-10-04 10:04:41 +02:00
the-djmaze
97cae30a51
Drop in_iframe and X-Frame-Options due to CSP, found while investigating #537
2022-09-30 14:01:57 +02:00
the-djmaze
1fee4fc940
cleanup code a bit
2022-09-27 23:55:29 +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
f2ef5f2df8
Ask closing SnappyMail in mobile view when viewing a message
2022-09-14 08:53:30 +02:00
the-djmaze
a18cc9a486
Move folderInformation() function
2022-08-22 21:52:00 +02:00
the-djmaze
df80ff9533
Put sound notifications in SMAudio
2022-06-07 18:46:06 +02:00
the-djmaze
a60d027169
Improved message cache handling and drop unused NEW_MESSAGE_CACHE
2022-06-07 11:54:19 +02:00
the-djmaze
70e3e6423e
Added message tags toggle for #419
2022-06-03 13:47:04 +02:00
the-djmaze
118505f91e
Use JMAP rfc8621 section-2 totalEmails
, unreadEmails
and isSubscribed
2022-06-01 22:50:35 +02:00
the-djmaze
c5718057aa
A rename to MessagesFlags to prevent confusion with Flags
2022-06-01 22:06:21 +02:00
the-djmaze
9789a2509f
Move to plugin #385
2022-05-18 17:15:31 +02:00
the-djmaze
893364d52d
Cleanup AppUser and AdminApp
2022-03-31 17:39:53 +02: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
accf860796
Resolve #278
2022-03-09 13:11:28 +01:00
the-djmaze
04f4538700
Cleanup Dropdowns handling
2022-03-08 10:52:08 +01:00
the-djmaze
ffcd9990eb
mailToHelper() use URLSearchParams
2022-03-08 10:05:24 +01:00
the-djmaze
ee135f2032
Bugfix: mailto handling was broken, and now also works without auto-login
2022-03-04 15:22:37 +01:00
the-djmaze
fafe56ecb4
Fix and improved hasher routing
2022-03-03 16:28:05 +01:00
the-djmaze
1d63683cf9
Improved shortcuts handling
2022-02-25 17:02:08 +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
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
e324e2f6b6
Replaced tricky delegateRunOnDestroy() with koArrayWithDestroy()
...
koArrayWithDestroy creates ko.observableArray and calls the desired onDestroy() on entry delete.
2022-02-17 12:48:57 +01:00
the-djmaze
25a786d584
#89 added downloading of decrypted attachments
2022-02-10 16:35:55 +01:00
the-djmaze
1f0af5c0ac
Hide some functions from rl.app.
2022-02-07 17:27:25 +01:00
the-djmaze
a47397ef09
Revamp PGP management due to implementing Mailvelop and PEAR Crypt_GPG
2022-01-19 18:24:07 +01:00
the-djmaze
8dcd0cf833
Changes for #89
...
Now it does not fetch the PGP signature, because validation was broken anyway.
Instead it validates multipart/signed according to RFC 3156 section 5 and returns details for the signed part:
* BodyPartId
* SigPartId
* MicAlg
So in the future several implementations (GnuPG, OpenPGP.js, etc.) can use the correct data for verification.
2022-01-17 15:58:23 +01:00
the-djmaze
c7f80d617e
v2.10.3
2022-01-12 12:11:37 +01:00
djmaze
6465c95a91
Partial fix for #170
2021-12-23 12:20:40 +01:00
djmaze
2719f08e26
Revamp mailbox management so that reloading of the whole folder tree is not needed
2021-12-08 11:06:42 +01:00
djmaze
df293960d0
Remove unused startup_url
2021-12-07 16:51:09 +01:00
djmaze
3a61bb3e5a
Revamp the FullNameHash system for better readable urls
...
And reduce the folders caching footprint.
And it reduces server load.
2021-12-07 14:03:30 +01:00
djmaze
0f6bb75e80
Improve and bugfix MessageFlagsCache
2021-12-06 19:25:28 +01:00
djmaze
d734a3e415
Better mail message handling
...
* Cleanup HTML parsing
* Drop useless Microsoft 'Sensitivity' MIME Header
* Revamp Flags handling
2021-12-06 16:08:58 +01:00
djmaze
792fee547a
change AbstractFetchRemote with a better structure
2021-12-02 23:15:24 +01:00
djmaze
0d809dd574
Cleanup additional accounts in system menu
2021-12-02 11:12:21 +01:00
djmaze
d33ec54c1c
FolderFullNameRaw is gone due to UTF8
2021-11-30 10:19:43 +01:00