Cross Reference: client-authenticate.h
xref
: /
dovecot
/
src
/
pop3-login
/
client-authenticate.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
client-authenticate.h revision c25356d5978632df6203437e1953bcb29e0c736f
#
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