the-djmaze
|
561445de03
|
Better solution for #471
|
2022-08-01 22:45:17 +02:00 |
|
the-djmaze
|
2c4bd445a5
|
Resolve #471 by extending fetch messagelist to 60 seconds and handling timeout/abort
|
2022-08-01 13:59:14 +02:00 |
|
the-djmaze
|
c2d6ee90ac
|
Improved message flags/keywords/tags #419
|
2022-06-08 14:54:51 +02:00 |
|
the-djmaze
|
df80ff9533
|
Put sound notifications in SMAudio
|
2022-06-07 18:46:06 +02:00 |
|
the-djmaze
|
78a3b1a5be
|
Cleanup some MessageFlagsCache handling
|
2022-06-07 15:48:16 +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
|
9e4edd8843
|
Improved tags #419
|
2022-06-03 14:46:05 +02:00 |
|
the-djmaze
|
70e3e6423e
|
Added message tags toggle for #419
|
2022-06-03 13:47:04 +02:00 |
|
the-djmaze
|
a43fadb4e8
|
Use JMAP rfc8621 section-4 subject and receivedAt
|
2022-06-01 23:21:59 +02:00 |
|
the-djmaze
|
118505f91e
|
Use JMAP rfc8621 section-2 totalEmails , unreadEmails and isSubscribed
|
2022-06-01 22:50:35 +02:00 |
|
the-djmaze
|
899648d8e4
|
Improved handling of imap message flags/keywords
|
2022-05-31 20:38:35 +02:00 |
|
the-djmaze
|
a57d4dc4b1
|
Idea for #344
|
2022-05-20 08:34:11 +02:00 |
|
the-djmaze
|
824311937a
|
Improved Kolab AddressBook/Contacts
|
2022-05-13 16:17:13 +02:00 |
|
the-djmaze
|
435b590b3e
|
Drop mail composer HTML/Plain Forced to prevent confusions like in #355
|
2022-04-30 00:43:38 +02:00 |
|
the-djmaze
|
0a49027840
|
Resolve #293
|
2022-04-16 11:01:24 +02:00 |
|
the-djmaze
|
20e391cf1c
|
Added: show GnuPG import/delete key error
|
2022-04-16 02:02:38 +02:00 |
|
the-djmaze
|
99ffb986f1
|
Resolve #303 isString() error
|
2022-03-24 13:23:52 +01: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
|
050815dd7e
|
Resolve #287
|
2022-03-21 13:00:10 +01:00 |
|
the-djmaze
|
cd734c7d5d
|
Globalize rl.loadScript()
|
2022-03-10 09:57:27 +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
|
c0f494c758
|
Some small cleanups
|
2022-03-08 10:52:40 +01:00 |
|
the-djmaze
|
874f2592ca
|
Drop Capa enums
|
2022-03-05 22:25:32 +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
|
962ddde1f3
|
Some small cleanups and fixes
|
2022-02-24 12:43:44 +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
|
f4bed88e39
|
Cleanup pgp decrypt code and show green when decrypted
|
2022-02-17 10:18:47 +01:00 |
|
the-djmaze
|
b2a492bdab
|
Cleanup knockout subscribables
|
2022-02-17 09:36:29 +01:00 |
|
the-djmaze
|
44ee236709
|
dispatchEvent(new CustomEvent(...)) to fireEvent(...)
|
2022-02-11 12:21:16 +01:00 |
|
the-djmaze
|
e0e490c64f
|
#89 Decrypt and verify with OpenPGP.js and GnuPG
|
2022-02-11 11:01:07 +01:00 |
|
the-djmaze
|
2c5322129c
|
#89 Added signing using GnuPG
|
2022-02-09 22:58:47 +01:00 |
|
the-djmaze
|
8fff6fa759
|
Added: GnuPG encrypt (sign still fails)
|
2022-02-09 10:53:55 +01:00 |
|
the-djmaze
|
398152be52
|
Disable Mailvelope "sign" message as it can't choose which key
|
2022-02-08 13:48:11 +01:00 |
|
the-djmaze
|
c4ffcc708a
|
Also use AskPopupView instead of prompt() to view GnuPG private key
|
2022-02-08 11:34:04 +01:00 |
|
the-djmaze
|
8428838a8b
|
Replace AskPopupView "Yes" button with "Sign" or "Decrypt"
|
2022-02-07 23:00:51 +01:00 |
|
the-djmaze
|
d9f50fa829
|
Replaced prompt() into a AskPopupView.password() Promise
|
2022-02-07 17:30:41 +01:00 |
|
the-djmaze
|
1f0af5c0ac
|
Hide some functions from rl.app.
|
2022-02-07 17:27:25 +01:00 |
|
the-djmaze
|
5b051745fe
|
#89 Composer move sign/encrypt buttons from menu to view
|
2022-02-04 16:21:29 +01:00 |
|
the-djmaze
|
3fc5216841
|
Improved Composer handling with PGP messages
|
2022-02-04 13:40:59 +01:00 |
|
the-djmaze
|
686138ae15
|
Revamp isPopupVisible to AbstractViewPopup.hidden
|
2022-02-04 09:49:55 +01:00 |
|
the-djmaze
|
0dffa549be
|
#89 send encrypted using Mailvelope
|
2022-02-03 16:51:35 +01:00 |
|
the-djmaze
|
45a714ee08
|
#89 GnuPG verify cleartext messages
|
2022-02-03 12:05:33 +01:00 |
|
the-djmaze
|
73fa215e22
|
#89 OpenPGP.js encrypt (+ verify)
|
2022-02-03 10:17:18 +01:00 |
|
the-djmaze
|
acfe13bdc2
|
#89 OpenPGP.js verify cleartext
|
2022-02-02 17:00:27 +01:00 |
|
the-djmaze
|
f625abe0b2
|
#89 OpenPGP.js sign cleartext
|
2022-02-02 16:50:27 +01:00 |
|
the-djmaze
|
da79feeaee
|
#89 verify PGP signatures using OpenPGP.js
|
2022-02-02 15:24:32 +01:00 |
|