NeoMutt  2023-03-22-27-g3cb248
Teaching an old dog new tricks
DOXYGEN
AutocryptAccount Struct Reference

Autocrypt account. More...

#include "lib.h"

Data Fields

char * email_addr
 Email address. More...
 
char * keyid
 PGP Key id. More...
 
char * keydata
 PGP Key data. More...
 
bool prefer_encrypt
 false = nopref, true = mutual More...
 
bool enabled
 Is this account enabled. More...
 

Detailed Description

Autocrypt account.

Definition at line 105 of file lib.h.

Field Documentation

◆ email_addr

char* AutocryptAccount::email_addr

Email address.

Definition at line 107 of file lib.h.

◆ keyid

char* AutocryptAccount::keyid

PGP Key id.

Definition at line 108 of file lib.h.

◆ keydata

char* AutocryptAccount::keydata

PGP Key data.

Definition at line 109 of file lib.h.

◆ prefer_encrypt

bool AutocryptAccount::prefer_encrypt

false = nopref, true = mutual

Definition at line 110 of file lib.h.

◆ enabled

bool AutocryptAccount::enabled

Is this account enabled.

Definition at line 111 of file lib.h.


The documentation for this struct was generated from the following file: