client-authenticate.h revision 9f627b360ed38fdc54cb02ec5e67246c3f0d5b0f
345648b341f228bd7f0b89f8aa3ecb9c470d817eTimo Sirainenvoid pop3_client_auth_result(struct client *client,
5a2cb3d097a2d9a9e930af997e7bf3400a8d840dTimo Sirainen const char *text);
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenbool cmd_capa(struct pop3_client *client, const char *args);
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenbool cmd_user(struct pop3_client *client, const char *args);
97c339398f1aba6f315b55a9b6ee6b020e33bea4Timo Sirainenbool cmd_pass(struct pop3_client *client, const char *args);
25757faf029c369a8318349dafe952e2358df1d8Timo Sirainenbool cmd_auth(struct pop3_client *client, const char *args);
16f46efe0e090fe6975acf012a61a160f4787985Andrey Paninbool cmd_apop(struct pop3_client *client, const char *args);