|

Personal, Standard, Enterprise
|
OOP Pop3Receiver Version 1.3 (ID #20899)
OOP-Reserch Corporation
OOP Pop3Receiver is the Java API for the framework similar to MDB (Message-Driven Bean) by JMS (Java Messaging Service).
It connects to the series of the POP3 servers and receives the e-mails.
For each incoming e-mail, it calls "received( )" method of "MailReceiver" interface.
The parameter of "received( )" method is "ReceivedMail" object, which represents each incoming e-mail from the POP3 server.
Because "ReceivedMail" class has many useful methods, your implementation of "MailReceiver" interface can get the text body, FROM address and even the file attachment and can do everything you like.
For details, please read the introduction at:
http://www.oop-reserch.com/pop3receiver.html

OOP Pop3Receiver Version 1.3 home page
|