Parse Autocrypt header info. More...
#include "envelope.h"
Data Fields | |
char * | addr |
Email address. | |
char * | keydata |
PGP Key data. | |
bool | prefer_encrypt: 1 |
User prefers encryption. | |
bool | invalid: 1 |
Header is invalid. | |
struct AutocryptHeader * | next |
Linked list. | |
Parse Autocrypt header info.
Definition at line 43 of file envelope.h.
char* AutocryptHeader::addr |
Email address.
Definition at line 45 of file envelope.h.
char* AutocryptHeader::keydata |
PGP Key data.
Definition at line 46 of file envelope.h.
bool AutocryptHeader::prefer_encrypt |
User prefers encryption.
Definition at line 47 of file envelope.h.
bool AutocryptHeader::invalid |
Header is invalid.
Definition at line 48 of file envelope.h.
struct AutocryptHeader* AutocryptHeader::next |
Linked list.
Definition at line 49 of file envelope.h.