OOP Pop3Receiver Version 2.2

Package com.bentofw.popreceiver

This API consists of the utility classes for receiving the e-mail from POP3 server.

See:
          Description

Interface Summary
MailReceiver For each mail retrieved from the POP3 server, MailReceiver.received(ReceivedMail,ConfigPerPop3) is called.
 

Class Summary
ConfigPerPop3 Parameters defined for each POP3 server.
Pop3Receiver Connects to the POP3 server and calls MailReceiver.received(ReceivedMail,ConfigPerPop3) for each mail.
ReceivedMail You can access various parts of the received e-mail, including the text body and the file attachment.
 

Exception Summary
NotParsedYetException Will be thrown by ReceivedMail if you try to call getXX method before parsing.
NoValueFoundException Thrown by ConfigPerPop3 when the value is not found for the specified key.
 

Package com.bentofw.popreceiver Description

This API consists of the utility classes for receiving the e-mail from POP3 server. You can access the various parts of the incoming e-mail along with the file attachment.


OOP Pop3Receiver Version 2.2

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.