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. - 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. - Returns public keyring for
peerstate
. - Tries to decrypt a message, but only if it is structured as an Autocrypt message.
- Validates signatures of Multipart/Signed message part, as defined in RFC 1847.