com.quadcap.pop3.client |
POP3 Agent implementation -- the POP3 agent runs periodically to check a
remote mailbox and download any new messages into the local message store.
|
Java Source File Name | Type | Comment |
Agent.java | Class | This simple Pop3 agent transfers all new messages in a remote Pop3
mailbox into the specified folder in the quadcap message store. |
HookShell.java | Class | Interface for message delivery. |
MailSuck.java | Class | |
MessageHook.java | Interface | Interface for message delivery. |
Pop3Agent.java | Class | This simple Pop3 agent transfers all new messages in a remote Pop3
mailbox into the specified folder in the quadcap message store. |
Pop3Service.java | Class | |
Session.java | Class | This class implementes a simple mapping of the POP3 protocol onto methods
of a java class. |
Test.java | Class | Package level tests. |
UidlEntry.java | Class | This class holds a single UIDL entry in the Pop3 agent's UIDL map. |