NeoMutt  2024-04-25-85-g27bab4
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AutocryptGossipHistory Struct Reference

Autocrypt gossip history. More...

#include "lib.h"

Data Fields

char * peer_email_addr
 Email addressof the peer.
 
char * sender_email_addr
 Sender's email address.
 
char * email_msgid
 Sender's email's message id.
 
sqlite3_int64 timestamp
 Timestamp of sender's email.
 
char * gossip_keydata
 Gossip Key data.
 

Detailed Description

Autocrypt gossip history.

Definition at line 145 of file lib.h.

Field Documentation

◆ peer_email_addr

char* AutocryptGossipHistory::peer_email_addr

Email addressof the peer.

Definition at line 147 of file lib.h.

◆ sender_email_addr

char* AutocryptGossipHistory::sender_email_addr

Sender's email address.

Definition at line 148 of file lib.h.

◆ email_msgid

char* AutocryptGossipHistory::email_msgid

Sender's email's message id.

Definition at line 149 of file lib.h.

◆ timestamp

sqlite3_int64 AutocryptGossipHistory::timestamp

Timestamp of sender's email.

Definition at line 150 of file lib.h.

◆ gossip_keydata

char* AutocryptGossipHistory::gossip_keydata

Gossip Key data.

Definition at line 151 of file lib.h.


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