Cross Reference: client-authenticate.h
xref
: /
dovecot
/
src
/
lib-storage
/
index
/
cydir
/
cydir-storage.c
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
client-authenticate.h revision c25356d5978632df6203437e1953bcb29e0c736f
#
ifndef
CLIENT_AUTHENTICATE_H
#
define
CLIENT_AUTHENTICATE_H
const
char
*
client_authenticate_get_capabilities
(
bool
secured
);
int
cmd_login
(
struct
imap_client
*
client
,
const
struct
imap_arg
*
args
);
int
cmd_authenticate
(
struct
imap_client
*
client
,
const
struct
imap_arg
*
args
);
#
endif