Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b5563017
...
b5563017ae39a03f589b85c7e7ad697632be9f89
authored
2004-11-15 16:33:20 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(IMAP_CAPA_STARTTLS,IMAP_CAPA_LOGINDISABLED,IMAP_CAPA_XTLSREQUIRED): New defines
1 parent
f9022892
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
b556301
...
...
@@ -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
));
...
...
Please
register
or
sign in
to post a comment