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
2d1fd9df
...
2d1fd9df50eb0fac6739727a84a4271aa7eff7b7
authored
2001-05-28 14:24:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added NAMESPACE capability
1 parent
36067006
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/capability.c
imap4d/capability.c
View file @
2d1fd9d
...
...
@@ -23,6 +23,6 @@ imap4d_capability (struct imap4d_command *command, char *arg)
(
void
)
arg
;
if
(
!
(
command
->
states
&
state
))
return
util_finish
(
command
,
RESP_BAD
,
"Wrong state"
);
util_out
(
RESP_NONE
,
"CAPABILITY IMAP4rev1"
);
util_out
(
RESP_NONE
,
"CAPABILITY IMAP4rev1
NAMESPACE
"
);
return
util_finish
(
command
,
RESP_OK
,
"Completed"
);
}
...
...
Please
register
or
sign in
to post a comment