Cross Reference: imap-proxy.h
xref
: /
dovecot
/
src
/
imap
/
imap-fetch.c
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
imap-proxy.h revision ccef83820a01bb37ad48653a05a9c5aa6560826a
#
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
*
master_user
,
const
char
*
password
);
#
endif