Expand description
End-to-end decryption support.
Structsยง
Functionsยง
- decrypt_part ๐Returns Ok(None) if nothing encrypted was found.
- 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
. - prepare_decryption ๐
- 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.