pop3_free
Example: pop3_free | Post Office Protocol Vuser Functions (POP3) |
Frees the POP3 server.
void pop3_free();
The pop3_free function frees the POP3 server and cancels all of the pending commands.
This function is for use with global sessions. For multiple sessions, use the pop3_free_ex function, which allows you to specify a session identifier.
Return Values
If this function succeeds, it returns LR_PASS. Otherwise, it returns LR_FAIL.
Parameterization
You cannot use standard parameterization for any arguments in this function.