view src/imap-login/imap-proxy.h @ 2768:d344be0bb70f HEAD

Added IMAP and POP3 proxying support.
author Timo Sirainen <tss@iki.fi>
date Mon, 18 Oct 2004 22:21:40 +0300
parents
children e624a9ad6a30
line wrap: on
line source

#ifndef __IMAP_PROXY_H
#define __IMAP_PROXY_H

int imap_proxy_new(struct imap_client *client, const char *host,
		   unsigned int port, const char *user, const char *password);

#endif