IMAP (Internet Message Access Protocol) is an Internet standards-track protocol for accessing messages (mail, bboards, news, etc). The Cyrus IMAP server differs from other IMAP server implementations in that it is generally intended to be run on "sealed" servers, where normal users are not permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through the IMAP, POP3, or KPOP protocols.
15 lines
330 B
Text
15 lines
330 B
Text
$NetBSD: patch-af,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $
|
|
|
|
--- imap/message.c.orig 2009-11-19 21:52:55.000000000 +0000
|
|
+++ imap/message.c
|
|
@@ -74,6 +74,10 @@
|
|
#include "global.h"
|
|
#include "retry.h"
|
|
|
|
+#ifdef __APPLE__
|
|
+struct et_list *_et_list = NULL;
|
|
+#endif
|
|
+
|
|
/* Message being parsed */
|
|
struct msg {
|
|
const char *base;
|