email: Updated the function descriptions for the logout / quit functions

Updated the function description comments following commit 4838d196fd.
This commit is contained in:
Steve Holme
2013-03-09 12:10:01 +00:00
parent 4838d196fd
commit b482417ac4
3 changed files with 3 additions and 10 deletions

View File

@@ -1940,10 +1940,7 @@ static CURLcode imap_do(struct connectdata *conn, bool *done)
*
* imap_logout()
*
* This should be called before calling sclose(). We should then wait for the
* response from the server before returning. The calling code should then try
* to close the connection.
*
* Performs the logout action prior to sclose() being called.
*/
static CURLcode imap_logout(struct connectdata *conn)
{