NeoMutt
2022-04-29-323-g5fcc6c
Teaching an old dog new tricks
DOXYGEN
sasl_plain.h
Go to the documentation of this file.
1
23
#ifndef MUTT_CONN_SASL_PLAIN_H
24
#define MUTT_CONN_SASL_PLAIN_H
25
26
#include <stdlib.h>
27
28
size_t
mutt_sasl_plain_msg
(
char
*buf,
size_t
buflen,
const
char
*cmd,
29
const
char
*authz,
const
char
*user,
const
char
*pass);
30
31
#endif
/* MUTT_CONN_SASL_PLAIN_H */
mutt_sasl_plain_msg
size_t mutt_sasl_plain_msg(char *buf, size_t buflen, const char *cmd, const char *authz, const char *user, const char *pass)
Construct a base64 encoded SASL PLAIN message.
Definition:
sasl_plain.c:55