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
f630b693
...
f630b6930966bf2bd63603df7f198e310b157f45
authored
2004-10-26 10:41:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_store0): Send \r\n at the end of the unsolicited response.
1 parent
51e39ac0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/store.c
imap4d/store.c
View file @
f630b69
...
...
@@ -142,7 +142,7 @@ imap4d_store0 (char *arg, int isuid, char *resp, size_t resplen)
{
util_send
(
"* %d FETCH ("
,
msgno
);
fetch_flags0
(
"FLAGS"
,
msg
,
isuid
);
util_send
(
")
\n
"
);
util_send
(
")
\
r\
n
"
);
}
free
(
p
);
/* Update the flags of uid table. */
...
...
Please
register
or
sign in
to post a comment