summaryrefslogtreecommitdiff
path: root/imap4d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-11-15 16:33:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-11-15 16:33:20 +0000
commitb5563017ae39a03f589b85c7e7ad697632be9f89 (patch)
tree474c2fee31f1972c07f9c7e7b98d09e58d7ed937 /imap4d
parentf9022892b640af721d510d67b5f5d26c8ac0cd1e (diff)
downloadmailutils-b5563017ae39a03f589b85c7e7ad697632be9f89.tar.gz
mailutils-b5563017ae39a03f589b85c7e7ad697632be9f89.tar.bz2
(IMAP_CAPA_STARTTLS,IMAP_CAPA_LOGINDISABLED,IMAP_CAPA_XTLSREQUIRED): New defines
Diffstat (limited to 'imap4d')
-rw-r--r--imap4d/imap4d.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/imap4d/imap4d.h b/imap4d/imap4d.h
index 0be6936b6..1303b796d 100644
--- a/imap4d/imap4d.h
+++ b/imap4d/imap4d.h
@@ -145,7 +145,12 @@ struct imap4d_command
#define WCARD_NOMATCH 0
#define WCARD_MATCH 1
#define WCARD_RECURSE_MATCH 2
-
+
+/* IMAP4D capability names */
+#define IMAP_CAPA_STARTTLS "STARTTLS"
+#define IMAP_CAPA_LOGINDISABLED "LOGINDISABLED"
+#define IMAP_CAPA_XTLSREQUIRED "XTLSREQUIRED"
+
extern struct imap4d_command imap4d_command_table[];
extern mailbox_t mbox;
extern char *homedir;
@@ -157,6 +162,7 @@ extern struct daemon_param daemon_param;
extern struct mu_auth_data *auth_data;
extern int login_disabled;
+extern int tls_required;
#ifndef HAVE_STRTOK_R
extern char *strtok_r __P((char *s, const char *delim, char **save_ptr));

Return to:

Send suggestions and report system problems to the System administrator.