Internet Direct (Indy) Version 9.0.1 Beta
TIdPOP3
Implements a POP3 client.

TIdPOP3 = class(TIdMessageClient)
Description
TIdPOP3 is a TIdMessageClient descendant that provides a client implementation of the Post Office Protocol version 3 (POP3) as described in the Internet Standards document:

TIdPOP3 is used to retrieve E-Mail messages on a mail server and return the messages to the user's computer. TIdPOP3 provides methods and properties that allow a client account to connect to a POP3 server, and to retreive various information about the size and contents of a mail box or email message.

TIdPOP3 is not intended to provide extensive manipulation operations of mail on the server; normally, mail is downloaded and then deleted. Use TIdIMAP4 and TIdIMAP4Server when a more advanced (and complex) mail protocol is required.