mirror of
https://github.com/curl/curl.git
synced 2025-09-26 22:16:50 +03:00
email: Updated the function descriptions for the logout / quit functions
Updated the function description comments following commit 4838d196fd
.
This commit is contained in:
parent
4838d196fd
commit
b482417ac4
|
@ -1940,10 +1940,7 @@ static CURLcode imap_do(struct connectdata *conn, bool *done)
|
||||||
*
|
*
|
||||||
* imap_logout()
|
* imap_logout()
|
||||||
*
|
*
|
||||||
* This should be called before calling sclose(). We should then wait for the
|
* Performs the logout action prior to sclose() being called.
|
||||||
* response from the server before returning. The calling code should then try
|
|
||||||
* to close the connection.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
static CURLcode imap_logout(struct connectdata *conn)
|
static CURLcode imap_logout(struct connectdata *conn)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1461,9 +1461,7 @@ static CURLcode pop3_do(struct connectdata *conn, bool *done)
|
||||||
*
|
*
|
||||||
* pop3_quit()
|
* pop3_quit()
|
||||||
*
|
*
|
||||||
* This should be called before calling sclose(). We should then wait for the
|
* Performs the quit action prior to sclose() be called.
|
||||||
* response from the server before returning. The calling code should then try
|
|
||||||
* to close the connection.
|
|
||||||
*/
|
*/
|
||||||
static CURLcode pop3_quit(struct connectdata *conn)
|
static CURLcode pop3_quit(struct connectdata *conn)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1491,9 +1491,7 @@ static CURLcode smtp_do(struct connectdata *conn, bool *done)
|
||||||
*
|
*
|
||||||
* smtp_quit()
|
* smtp_quit()
|
||||||
*
|
*
|
||||||
* This should be called before calling sclose(). We should then wait for the
|
* Performs the quit action prior to sclose() being called.
|
||||||
* response from the server before returning. The calling code should then try
|
|
||||||
* to close the connection.
|
|
||||||
*/
|
*/
|
||||||
static CURLcode smtp_quit(struct connectdata *conn)
|
static CURLcode smtp_quit(struct connectdata *conn)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user