mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-26 07:45:23 +08:00
Added deprecated MIME PGP headers for #89 ?
This commit is contained in:
parent
62f0bac381
commit
e28085fbba
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ abstract class Header
|
|||
|
||||
// https://autocrypt.org/level1.html#the-autocrypt-header
|
||||
AUTOCRYPT = 'Autocrypt',
|
||||
// Deprecated https://datatracker.ietf.org/doc/html/draft-josefsson-openpgp-mailnews-header-07
|
||||
// X_PGP_KEY = 'X-PGP-Key',
|
||||
// OPENPGP = 'OpenPGP', // url="https://www.irf.se/pgp/robert.labudda" id=11FA93ABE6892CA7D58CB0BE6392A597DE44B055
|
||||
|
||||
// https://www.ietf.org/archive/id/draft-brand-indicators-for-message-identification-04.html#bimi-selector
|
||||
BIMI_SELECTOR = 'BIMI-Selector',
|
||||
|
|
Loading…
Reference in a new issue