NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Autocrypt database handling

Autocrypt database handling.

Data

Data Description Links
AccountDeleteStmt Delete an autocrypt account
AccountGetStmt Get the matching autocrypt accounts
AccountInsertStmt Insert a new autocrypt account
AccountUpdateStmt Update an autocrypt account
GossipHistoryInsertStmt Add to the gossip history
PeerGetStmt Get the matching peer addresses
PeerHistoryInsertStmt Add to the peer history
PeerInsertStmt Insert a new peer address
PeerUpdateStmt Update a peer address

Functions

Function Description Links
autocrypt_db_create() Create an Autocrypt SQLite database
copy_normalize_addr() Copy a normalised Email Address
mutt_autocrypt_db_account_delete() Delete an Account from the Autocrypt database
mutt_autocrypt_db_account_free() Free an AutocryptAccount
mutt_autocrypt_db_account_get() Get Autocrypt Account data from the database
mutt_autocrypt_db_account_get_all() Get all accounts from an Autocrypt database
mutt_autocrypt_db_account_insert() Insert an Account into the Autocrypt database
mutt_autocrypt_db_account_new() Create a new AutocryptAccount
mutt_autocrypt_db_account_update() Update Account info in the Autocrypt database
mutt_autocrypt_db_close() Close the Autocrypt SQLite database connection
mutt_autocrypt_db_gossip_history_free() Free an AutocryptGossipHistory
mutt_autocrypt_db_gossip_history_insert() Insert a gossip history into the Autocrypt database
mutt_autocrypt_db_gossip_history_new() Create a new AutocryptGossipHistory
mutt_autocrypt_db_init() Initialise the Autocrypt SQLite database
mutt_autocrypt_db_normalize_addr() Normalise an Email Address
mutt_autocrypt_db_normalize_addrlist() Normalise a list of Email Addresses
mutt_autocrypt_db_peer_free() Free an AutocryptPeer
mutt_autocrypt_db_peer_get() Get peer info from the Autocrypt database
mutt_autocrypt_db_peer_history_free() Free an AutocryptPeerHistory
mutt_autocrypt_db_peer_history_insert() Insert peer history into the Autocrypt database
mutt_autocrypt_db_peer_history_new() Create a new AutocryptPeerHistory
mutt_autocrypt_db_peer_insert() Insert a peer into the Autocrypt database
mutt_autocrypt_db_peer_new() Create a new AutocryptPeer
mutt_autocrypt_db_peer_update() Update the peer info in an Autocrypt database
strdup_column_text() Copy a string from the database