mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
provision of mail in a medium to large scale operation. It is intended to be used as a companion to the IMAP4 protocol [IMAP4], providing services which are either outside the scope of mail access or which pertain to environments which must run more than one IMAP4 server in the same mail domain. The services that IMSP provides are extended mailbox management, configuration options, and address books. http://asg.web.cmu.edu/cyrus/ PR: 31026 Submitted by: damien@tougas.net
11 lines
303 B
Text
11 lines
303 B
Text
--- lib/imclient.h.orig Mon Oct 1 23:01:49 2001
|
|
+++ lib/imclient.h Mon Oct 1 22:43:26 2001
|
|
@@ -45,7 +45,7 @@
|
|
#ifndef INCLUDED_IMCLIENT_H
|
|
#define INCLUDED_IMCLIENT_H
|
|
|
|
-#include <sasl.h>
|
|
+#include <sasl/sasl.h>
|
|
|
|
struct imclient;
|
|
struct sasl_client; /* to avoid having to include sasl sometimes */
|