openbsd-ports/mail/imapproxy/patches/patch-imapcommon_c
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

11 lines
239 B
Plaintext

--- src/imapcommon.c.orig Wed Feb 9 01:26:13 2005
+++ src/imapcommon.c Wed Feb 9 01:27:56 2005
@@ -129,6 +129,7 @@
#include <errno.h>
#include <openssl/evp.h>
+#include <openssl/md5.h>
#include <pthread.h>
#include <sys/types.h>