Updated the function description comments following commit
4838d196fdbf.
*
* 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)
{
*
* pop3_quit()
*
- * 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 quit action prior to sclose() be called.
*/
static CURLcode pop3_quit(struct connectdata *conn)
{
*
* smtp_quit()
*
- * 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 quit action prior to sclose() being called.
*/
static CURLcode smtp_quit(struct connectdata *conn)
{