client-authenticate.h revision 6ef7e31619edfaa17ed044b45861d106a86191ef
#ifndef __CLIENT_AUTHENTICATE_H
#define __CLIENT_AUTHENTICATE_H
bool cmd_capa(struct pop3_client *client, const char *args);
bool cmd_user(struct pop3_client *client, const char *args);
bool cmd_pass(struct pop3_client *client, const char *args);
bool cmd_auth(struct pop3_client *client, const char *args);
bool cmd_apop(struct pop3_client *client, const char *args);
#endif