Commit f630b693 f630b6930966bf2bd63603df7f198e310b157f45 by Sergey Poznyakoff

(imap4d_store0): Send \r\n at the end of the unsolicited response.

1 parent 51e39ac0
......@@ -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. */
......