GMimeAutocryptHeader

An object containing Autocrypt information about a given e-mail address, as derived from a message header.

See https://autocrypt.org/ for details and motivation.

Members

Variables

address
GMimeInternetAddressMailbox* address;

the #InternetAddressMailbox associated with this Autocrypt header.

effectiveDate
GDateTime* effectiveDate;

the date associated with the Autocrypt header in this message.

keydata
GBytes* keydata;

the raw binary form of the encoded key.

parentObject
GObject parentObject;

parent #GObject

preferEncrypt
GMimeAutocryptPreferEncrypt preferEncrypt;

a #GMimeAutocryptPreferEncrypt value (defaults to @GMIME_AUTOCRYPT_PREFER_ENCRYPT_NONE).