view src/pop3-login/pop3-proxy.h @ 9301:85e39b7710ee HEAD

autocreate: Fixed autosubscribing to mailboxes in subscriptions=no namespaces. Also log autosubscribe failures if mail_debug=yes.
author Timo Sirainen <tss@iki.fi>
date Sun, 09 Aug 2009 14:55:11 -0400
parents f43bebab3dac
children e3ccd235a7e5
line wrap: on
line source

#ifndef POP3_PROXY_H
#define POP3_PROXY_H

#include "login-proxy.h"

int pop3_proxy_new(struct pop3_client *client, const char *host,
		   unsigned int port, const char *user, const char *master_user,
		   const char *password, enum login_proxy_ssl_flags ssl_flags);

#endif