NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AutocryptPeer Struct Reference

Autocrypt peer. More...

#include "lib.h"

Data Fields

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

Detailed Description

Autocrypt peer.

Definition at line 118 of file lib.h.

Field Documentation

◆ email_addr

char* AutocryptPeer::email_addr

Email address.

Definition at line 120 of file lib.h.

◆ last_seen

sqlite3_int64 AutocryptPeer::last_seen

When was the peer last seen.

Definition at line 121 of file lib.h.

◆ autocrypt_timestamp

sqlite3_int64 AutocryptPeer::autocrypt_timestamp

When the email was sent.

Definition at line 122 of file lib.h.

◆ keyid

char* AutocryptPeer::keyid

PGP Key id.

Definition at line 123 of file lib.h.

◆ keydata

char* AutocryptPeer::keydata

PGP Key data.

Definition at line 124 of file lib.h.

◆ prefer_encrypt

bool AutocryptPeer::prefer_encrypt

false = nopref, true = mutual

Definition at line 125 of file lib.h.

◆ gossip_timestamp

sqlite3_int64 AutocryptPeer::gossip_timestamp

Timestamp of Gossip header.

Definition at line 126 of file lib.h.

◆ gossip_keyid

char* AutocryptPeer::gossip_keyid

Gossip Key id.

Definition at line 127 of file lib.h.

◆ gossip_keydata

char* AutocryptPeer::gossip_keydata

Gossip Key data.

Definition at line 128 of file lib.h.


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