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
0b7bf108
...
0b7bf108b0f8c22c0994aa900f9a5e4d288d00b2
authored
2003-01-28 21:43:24 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_capability_init): Announce IDLE capability.
1 parent
f23bfbc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
imap4d/capability.c
imap4d/capability.c
View file @
0b7bf10
...
@@ -48,6 +48,7 @@ imap4d_capability_init ()
...
@@ -48,6 +48,7 @@ imap4d_capability_init ()
48
static
char
*
capa
[]
=
{
48
static
char
*
capa
[]
=
{
49
"IMAP4rev1"
,
49
"IMAP4rev1"
,
50
"NAMESPACE"
,
50
"NAMESPACE"
,
51
"IDLE"
,
51
"X-VERSION"
,
52
"X-VERSION"
,
52
NULL
53
NULL
53
};
54
};
...
...
Please
register
or
sign in
to post a comment