|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopException | |
---|---|
com.jscape.inet.pop | Contains classes for communicating with POP3 (Post Office Protocol version 3) servers. |
com.jscape.inet.popssh | Contains classes for securely communicating with POP3 (Post Office Protocol version 3) servers using an encrypted SSH tunnel. |
com.jscape.inet.popssl | Contains classes for securely communicating with POP3 (Post Office Protocol version 3) servers using SSL. |
Uses of PopException in com.jscape.inet.pop |
---|
Methods in com.jscape.inet.pop that throw PopException | |
---|---|
void |
Pop.connect()
Connects to POP3 server and performs login. |
void |
Pop.deleteMessage(int msg)
Deletes message from POP3 server. |
void |
Pop.disconnect()
Disconnects from POP3 server. |
EmailMessage |
Pop.getMessage(int msg)
Gets message from POP3 server. |
int |
Pop.getMessageCount()
Gets number of messages currently in POP3 mailbox. |
PopMessageReader |
Pop.getMessageReader(int msg)
Gets a reader that may be used to read message. |
java.util.Enumeration |
Pop.getMessages()
Gets all available messages in mailbox from POP3 server. |
int |
Pop.getMessageSize(int msg)
Gets size of message in bytes from POP3 server. |
java.lang.String |
Pop.getTop(int msg,
int lines)
Gets summary of message from POP3 server. |
java.lang.String |
Pop.getUid(int msg)
Gets unique message id for a message on POP3 server. |
java.lang.String |
Pop.issueCommand(java.lang.String command)
Issues a command to POP3 server and reads response. |
java.lang.String |
Pop.issueCommand(java.lang.String command,
boolean readResponse)
Issues a command to POP3 server and optionally reads response. |
java.lang.String |
Pop.issueCommandMultiLine(java.lang.String command)
Issues a command to POP3 server and reads a multi-line response. |
Uses of PopException in com.jscape.inet.popssh |
---|
Methods in com.jscape.inet.popssh that throw PopException | |
---|---|
void |
PopSsh.connect()
Connects to POP3 server tunelling data through SSH server and performs login with POP3 server. |
void |
PopSsh.disconnect()
Disconnects from POP3 server. |
Uses of PopException in com.jscape.inet.popssl |
---|
Methods in com.jscape.inet.popssl that throw PopException | |
---|---|
void |
PopSsl.connect()
Establishes secure SSL connection to POP3 server. |
void |
PopSsl.disconnect()
Disconnects from POP3 server. |
|
Secure iNet Factory | |||||||||
PREV NEXT | FRAMES NO FRAMES |