Package org.apache.geronimo.javamail.store.nntp

Class Summary
NNTPFolder The base NNTP implementation of the javax.mail.Folder This is a base class for both the Root NNTP server and each NNTP group folder.
NNTPGroupFolder The NNTP implementation of the javax.mail.Folder Note that only INBOX is supported in NNTP http://www.faqs.org/rfcs/rfc1939.html
NNTPMessage NNTP 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.
NNTPRootFolder The base NNTP implementation of the javax.mail.Folder This is a base class for both the Root NNTP server and each NNTP group folder.
NNTPSSLStore NNTP implementation of javax.mail.Store over an SSL connection.
NNTPStore NNTP implementation of javax.mail.Store POP protocol spec is implemented in org.apache.geronimo.javamail.store.pop3.NNTPConnection
 



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