search for: cmd_pass

Displaying 1 result from an estimated 1 matches for "cmd_pass".

2004 Jul 01
3
[PATCH, RFC] add APOP authentication mechanism
...vanilla/src/pop3-login/client-authenticate.h 2003-01-30 22:52:39.000000000 +0300 +++ dovecot-1.0-test23/src/pop3-login/client-authenticate.h 2004-07-01 11:38:33.000000000 +0400 @@ -5,5 +5,6 @@ int cmd_capa(struct pop3_client *client, int cmd_user(struct pop3_client *client, const char *args); int cmd_pass(struct pop3_client *client, const char *args); int cmd_auth(struct pop3_client *client, const char *args); +int cmd_apop(struct pop3_client *client, const char *args); #endif diff -udrpN -X /usr/share/dontdiff -x Makefile dovecot-1.0-test23.vanilla/src/pop3-login/client.c dovecot-1.0-test23/src...