openbsd-ports/mail/imapproxy/patches/patch-imapproxy_h
alek 6e3f7cab62 Import imapproxy 1.2.3
imapproxy keeps the connection to an IMAP server open after a client
logs out and reuses it when the client connects again. This is mostly
useful for webmail clients.

From Holger Mauermann <holger@mauermann.org>
2005-05-08 12:22:09 +00:00

12 lines
495 B
Plaintext

--- include/imapproxy.h.orig Wed Feb 9 01:30:49 2005
+++ include/imapproxy.h Wed Feb 9 01:31:09 2005
@@ -141,7 +141,7 @@
/*
* Common definitions
*/
-#define PGM "in.imapproxyd"
+#define PGM "imapproxyd"
#define IMAP_UNTAGGED_OK "* OK " /* untagged OK response */
#define IMAP_TAGGED_OK "1 OK " /* tagged OK response */
#define BUFSIZE 4096 /* default buffer size */