diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/imap-login/imap-proxy.h	Mon Oct 18 22:21:40 2004 +0300
@@ -0,0 +1,7 @@
+#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