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
8c950e5c
...
8c950e5c76e2d7c82cbbc7c17a913448d5c5f62c
authored
2003-01-28 21:43:51 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added entry for IDLE command.
1 parent
0b7bf108
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
imap4d/commands.c
imap4d/commands.c
View file @
8c950e5
...
...
@@ -45,6 +45,7 @@ struct imap4d_command imap4d_command_table [] =
{
"UID"
,
imap4d_uid
,
STATE_SEL
,
STATE_NONE
,
STATE_NONE
,
NULL
},
{
"NAMESPACE"
,
imap4d_namespace
,
STATE_AUTH
|
STATE_SEL
,
STATE_NONE
,
STATE_NONE
,
NULL
},
{
"X-VERSION"
,
imap4d_version
,
STATE_AUTH
|
STATE_SEL
,
STATE_NONE
,
STATE_NONE
,
NULL
},
{
"IDLE"
,
imap4d_idle
,
STATE_SEL
,
STATE_NONE
,
STATE_NONE
,
NULL
},
#ifdef WITH_TLS
{
"STARTTLS"
,
imap4d_starttls
,
STATE_NONAUTH
,
STATE_NONE
,
STATE_NONE
,
NULL
},
#endif
/* WITH_TLS */
...
...
Please
register
or
sign in
to post a comment