Expand description
End-to-end decryption support.
Functionsยง
- get_
attachment_ ๐mime - Returns a reference to the encrypted payload of a message turned into attachment.
- get_
autocrypt_ ๐mime - Returns a reference to the encrypted payload of a valid PGP/MIME message.
- get_
autocrypt_ ๐peerstate - Applies Autocrypt header to Autocrypt peer state and saves it into the database.
- get_
encrypted_ ๐mime - Returns a reference to the encrypted payload of a message.
- get_
mixed_ ๐up_ mime - Returns a reference to the encrypted payload of a โMixed Upโ message.
- keyring_
from_ ๐peerstate - Returns public keyring for
peerstate
. - try_
decrypt - Tries to decrypt a message, but only if it is structured as an Autocrypt message.
- validate_
detached_ ๐signature - Validates signatures of Multipart/Signed message part, as defined in RFC 1847.