NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AutocryptPeerHistory Struct Reference

Autocrypt peer history. More...

#include "lib.h"

Data Fields

char * peer_email_addr
 Email address of the peer.
 
char * email_msgid
 Message id of the email.
 
sqlite3_int64 timestamp
 Timestamp of email.
 
char * keydata
 PGP Key data.
 

Detailed Description

Autocrypt peer history.

Definition at line 134 of file lib.h.

Field Documentation

◆ peer_email_addr

char* AutocryptPeerHistory::peer_email_addr

Email address of the peer.

Definition at line 136 of file lib.h.

◆ email_msgid

char* AutocryptPeerHistory::email_msgid

Message id of the email.

Definition at line 137 of file lib.h.

◆ timestamp

sqlite3_int64 AutocryptPeerHistory::timestamp

Timestamp of email.

Definition at line 138 of file lib.h.

◆ keydata

char* AutocryptPeerHistory::keydata

PGP Key data.

Definition at line 139 of file lib.h.


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