82#if defined(USE_SSL_GNUTLS)
86#if defined(USE_SSL_OPENSSL)
90#if defined(HAVE_SSL_PARTIAL_CHAIN)
94#if defined(HAVE_GETADDRINFO)
118 FREE(&mod_data->mutt_sasl_callbacks);
119 FREE(&mod_data->secret_ptr);
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
struct ConfigDef ConnVarsSsl[]
General SSL Config definitions for the conn library.
struct ConfigDef ConnVars[]
Config definitions for the connection library.
struct ConfigDef ConnVarsOpenssl[]
OpenSSL Config definitions for the connection library.
struct ConfigDef ConnVarsPartial[]
SSL partial chains Config definitions for the connection library.
struct ConfigDef ConnVarsGetaddr[]
GetAddrInfo Config definitions for the connection library.
struct ConfigDef ConnVarsGnutls[]
GnuTLS Config definitions for the connection library.
static bool conn_cleanup(struct NeoMutt *n, void *data)
Clean up a Module - Implements Module::cleanup()
const struct Module ModuleConn
Module for the Conn library.
static bool conn_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
static bool conn_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
Conn private Module data.
Convenience wrapper for the core headers.
GNU SASL authentication support.
void mutt_gsasl_cleanup(Gsasl **ctx)
Shutdown GNU SASL library.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_CONN
ModuleConn, Network connections
Convenience wrapper for the library headers.
struct Notify * notify_new(void)
Create a new notifications handler.
void notify_set_parent(struct Notify *notify, struct Notify *parent)
Set the parent notification handler.
void notify_free(struct Notify **ptr)
Free a notification handler.
void neomutt_set_module_data(struct NeoMutt *n, enum ModuleId id, void *data)
Set the private data for a Module.
void mutt_sasl_cleanup(void)
Invoke when processing is complete.
SASL authentication support.
Container for lots of config items.
Conn private Module data.
struct Notify * notify
Notifications.
int skip_mode_ex_data_index
OpenSSL skip mode extra data index.
int host_ex_data_index
OpenSSL host extra data index.
Container for Accounts, Notifications.
struct Notify * notify
Notifications handler.