6e3f7cab62
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>
11 lines
239 B
Plaintext
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>
|