NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AutocryptAccount Struct Reference

Autocrypt account. More...

#include "lib.h"

Data Fields

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

Detailed Description

Autocrypt account.

Definition at line 106 of file lib.h.

Field Documentation

◆ email_addr

char* AutocryptAccount::email_addr

Email address.

Definition at line 108 of file lib.h.

◆ keyid

char* AutocryptAccount::keyid

PGP Key id.

Definition at line 109 of file lib.h.

◆ keydata

char* AutocryptAccount::keydata

PGP Key data.

Definition at line 110 of file lib.h.

◆ prefer_encrypt

bool AutocryptAccount::prefer_encrypt

false = nopref, true = mutual

Definition at line 111 of file lib.h.

◆ enabled

bool AutocryptAccount::enabled

Is this account enabled.

Definition at line 112 of file lib.h.


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