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
e01b13b1
...
e01b13b1837e21d1be7ddcd450a06330312de5a0
authored
2001-05-28 14:25:13 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added NAMESPACE command
1 parent
2d1fd9df
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 @
e01b13b
...
...
@@ -43,5 +43,6 @@ struct imap4d_command imap4d_command_table [] =
{
"STORE"
,
imap4d_store
,
STATE_SEL
,
STATE_NONE
,
STATE_NONE
,
NULL
},
{
"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
},
{
NULL
,
0
,
0
,
0
,
0
,
NULL
}
};
...
...
Please
register
or
sign in
to post a comment