imap_free_ex

Example: imap_free_exInternet Messaging Functions (IMAP)

Frees an IMAP session descriptor.

int imap_free_ex( IMAP *ppimap );
ppimap A session descriptor.

The imap_free_ex function frees an IMAP session descriptor. You call this function after logging out from the IMAP server.

Return Values

If this function succeeds, it returns LR_PASS. Otherwise, it returns LR_FAIL.

Parameterization

Standard parameterization is not available for this function.