mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Cleanup PGP PUBLIC KEY handling
This commit is contained in:
parent
6ce08726b4
commit
ca12655e5f
3 changed files with 5 additions and 13 deletions
|
|
@ -18,6 +18,8 @@ export const
|
|||
BEGIN_PGP_MESSAGE = '-----BEGIN PGP MESSAGE-----',
|
||||
// BEGIN_PGP_SIGNATURE = '-----BEGIN PGP SIGNATURE-----',
|
||||
// BEGIN_PGP_SIGNED = '-----BEGIN PGP SIGNED MESSAGE-----',
|
||||
// BEGIN_PGP_PUBLIC_KEY = '-----BEGIN PGP PUBLIC KEY BLOCK-----',
|
||||
// END_PGP_PUBLIC_KEY = '-----END PGP PUBLIC KEY BLOCK-----',
|
||||
|
||||
PgpUserStore = new class {
|
||||
init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue