Cross Reference: imap-proxy.h
xref
: /
dovecot
/
src
/
imap-login
/
imap-proxy.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
imap-proxy.h revision c25356d5978632df6203437e1953bcb29e0c736f
#
ifndef
IMAP_PROXY_H
#
define
IMAP_PROXY_H
#
include
"
login-proxy.h
"
int
imap_proxy_new
(
struct
imap_client
*
client
,
const
char
*
host
,
unsigned
int
port
,
const
char
*
user
,
const
char
*
password
);
#
endif