NeoMutt  2024-04-25-91-gb0e085
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
accountcmd.h
Go to the documentation of this file.
1
23#ifndef MUTT_CONN_ACCOUNTCMD_H
24#define MUTT_CONN_ACCOUNTCMD_H
25
26#include "connaccount.h"
27
29
30#endif /* MUTT_CONN_ACCOUNTCMD_H */
MuttAccountFlags mutt_account_call_external_cmd(struct ConnAccount *cac)
Retrieve account credentials via an external command.
Definition: accountcmd.c:165
Connection Credentials.
uint8_t MuttAccountFlags
Flags, Which ConnAccount fields are initialised, e.g. MUTT_ACCT_PORT.
Definition: connaccount.h:41
Login details for a remote server.
Definition: connaccount.h:53