| |
| |
Method
Name |
Description |
|
|
EzPOP()
|
Creates a new instance of EzPOP. |
| connect() |
Connects
to POP Server. |
| disconnect() |
Disconnects
from the POP Server. |
| setUsername(String
u) |
Sets
the username for authentication with the POP Server. |
| setPassword(String
p) |
Sets
the user password for authentication with the POP Server. |
| setMailServer(String
s) |
Sets
the address of the POP Server. |
| setMailPort(int
port) |
Sets
the SMTP Server port (Default is 110). |
| getAllMessages() |
Gets
all message(s) in the mailbox. |
| getMessage(int
message) |
Gets
a specific message from the mailbox. |
| getMessageUIDL(int
message) |
Gets
the UIDL of a message. |
| getMessageCount() |
Gets
the number of messages in the mailbox. |
| getTopOfMessage(int
message,int nbLines) |
Gets
summary of a message in the mailbox. |
| deleteMessage(int
message) |
Deletes
a message in the mailbox. |
| setDelete(boolean
d) |
Determines
if EzPOP automatically deletes a message after reading it. |
| setSerialKey(String
k) |
Sets
the Serial Key to activate the full version. |