Internet Direct (Indy) Version 9.0.2 Beta
TIdPOP3.Disconnect
Closes the socket connection to the POP3 server.

procedure Disconnect; override;
Description
Disconnect is a procedure that closes the client socket connection to the POP3 server. All messages marked for deletion on the POP3 server will be physically removed from the server mailbox. Disconnect performs the POP3 QUIT command to close the POP3 protocol session prior to calling the inherited Disconnect method.