Package org.apache.geronimo.javamail.store.pop3

Interface Summary
POP3Constants Defines a few constants that are used throught the implementation.
 

Class Summary
POP3Folder The POP3 implementation of the javax.mail.Folder Note that only INBOX is supported in POP3 http://www.faqs.org/rfcs/rfc1939.html
POP3Message POP3 implementation of javax.mail.internet.MimeMessage Only the most basic information is given and Message objects created here is a light-weight reference to the actual Message As per the JavaMail spec items from the actual message will get filled up on demand If some other items are obtained from the server as a result of one call, then the other details are also processed and filled in.
POP3RootFolder An POP3 folder instance for the root of POP3 folder tree.
POP3SSLStore POP3 implementation of javax.mail.Store over an SSL connection.
POP3Store POP3 implementation of javax.mail.Store POP protocol spec is implemented in org.apache.geronimo.javamail.store.pop3.POP3Connection
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.