Uses of Package
com.sun.mail.pop3
-
Packages that use com.sun.mail.pop3 Package Description com.sun.mail.pop3 A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store. -
Classes in com.sun.mail.pop3 used by com.sun.mail.pop3 Class Description AppendStream A stream for writing to the temp file, and when done can return a stream for reading the data just written.POP3Folder A POP3 Folder (can only be "INBOX").POP3Message A POP3 Message.POP3Store A POP3 Message Store.Protocol This class provides a POP3 connection and implements the POP3 protocol requests.Response Status Result of POP3 STAT command.TempFile A temporary file used to cache POP3 messages.WritableSharedFile A subclass of SharedFileInputStream that also allows writing.