NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
AutocryptPeer Struct Reference

Autocrypt peer. More...

#include "lib.h"

Data Fields

char * email_addr
 Email address. More...
 
sqlite3_int64 last_seen
 When was the peer last seen. More...
 
sqlite3_int64 autocrypt_timestamp
 When the email was sent. More...
 
char * keyid
 PGP Key id. More...
 
char * keydata
 PGP Key data. More...
 
bool prefer_encrypt
 false = nopref, true = mutual More...
 
sqlite3_int64 gossip_timestamp
 Timestamp of Gossip header. More...
 
char * gossip_keyid
 Gossip Key id. More...
 
char * gossip_keydata
 Gossip Key data. More...
 

Detailed Description

Autocrypt peer.

Definition at line 117 of file lib.h.

Field Documentation

◆ email_addr

char* AutocryptPeer::email_addr

Email address.

Definition at line 119 of file lib.h.

◆ last_seen

sqlite3_int64 AutocryptPeer::last_seen

When was the peer last seen.

Definition at line 120 of file lib.h.

◆ autocrypt_timestamp

sqlite3_int64 AutocryptPeer::autocrypt_timestamp

When the email was sent.

Definition at line 121 of file lib.h.

◆ keyid

char* AutocryptPeer::keyid

PGP Key id.

Definition at line 122 of file lib.h.

◆ keydata

char* AutocryptPeer::keydata

PGP Key data.

Definition at line 123 of file lib.h.

◆ prefer_encrypt

bool AutocryptPeer::prefer_encrypt

false = nopref, true = mutual

Definition at line 124 of file lib.h.

◆ gossip_timestamp

sqlite3_int64 AutocryptPeer::gossip_timestamp

Timestamp of Gossip header.

Definition at line 125 of file lib.h.

◆ gossip_keyid

char* AutocryptPeer::gossip_keyid

Gossip Key id.

Definition at line 126 of file lib.h.

◆ gossip_keydata

char* AutocryptPeer::gossip_keydata

Gossip Key data.

Definition at line 127 of file lib.h.


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