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
9758c204
...
9758c204b8e96640d573515befef26f5411ed48d
authored
2002-08-05 08:12:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added entry for X-VERSION
1 parent
5d265742
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 @
9758c20
...
...
@@ -44,5 +44,6 @@ struct imap4d_command imap4d_command_table [] =
{
"COPY"
,
imap4d_copy
,
STATE_SEL
,
STATE_NONE
,
STATE_NONE
,
NULL
},
{
"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_NONE
,
STATE_NONE
,
NULL
},
{
NULL
,
0
,
0
,
0
,
0
,
NULL
}
};
...
...
Please
register
or
sign in
to post a comment