| Home >> All >> org >> apache >> commons >> net >> [ pop3 Javadoc ] |
org.apache.commons.net.pop3: Javadoc index of package org.apache.commons.net.pop3.
Package Samples:
org.apache.commons.net.pop3
Classes:
POP3: The POP3 class is not meant to be used by itself and is provided only so that you may easily implement your own POP3 client if you so desire. If you have no need to perform your own implementation, you should use POP3Client . Rather than list it separately for each method, we mention here that every method communicating with the server and throwing an IOException can also throw a org.apache.commons.net.MalformedServerReplyException , which is a subclass of IOException. A MalformedServerReplyException will be thrown when the reply received from the server deviates enough from the protocol specification ...
POP3Client: The POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939. All commands are supported, including the APOP command which requires MD5 encryption. See RFC 1939 for more details on the POP3 protocol. Rather than list it separately for each method, we mention here that every method communicating with the server and throwing an IOException can also throw a org.apache.commons.net.MalformedServerReplyException , which is a subclass of IOException. A MalformedServerReplyException will be thrown when the reply received from the server deviates enough from the protocol ...
POP3MessageInfo: POP3MessageInfo is used to return information about messages stored on a POP3 server. Its fields are used to mean slightly different things depending on the information being returned. In response to a status command, number contains the number of messages in the mailbox, size contains the size of the mailbox in bytes, and identifier is null. In response to a message listings, number contains the message number, size contains the size of the message in bytes, and identifier is null. In response to unique identifier listings, number contains the message number, size is undefined, and identifier ...
POP3Command: POP3Command stores POP3 command code constants.
POP3Reply: POP3Reply stores POP3 reply code constants.
AllTests
POP3ClientCommandsTest
POP3ClientTest
POP3ConstructorTest
TestSetupParameters
| Home | Contact Us | Privacy Policy | Terms of Service |