Package org.apache.geronimo.javamail.store.imap

Class Summary
ACL A named access control list for IMAP resources.
IMAPAttachedMessage A nested message attachement inside of another IMAP message.
IMAPFolder The base IMAP implementation of the javax.mail.Folder This is a base class for both the Root IMAP server and each IMAP group folder.
IMAPFolder.FetchProfileItem Special profile item used for fetching SIZE and HEADER information.
IMAPMessage IMAP 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.
IMAPMimeBodyPart  
IMAPMultipartDataSource  
IMAPNamespaceFolder An override of the base IMAPFolder class for folders representing namespace roots.
IMAPRootFolder An IMAP folder instance for the root of IMAP folder tree.
IMAPSSLStore IMAP implementation of javax.mail.Store for SSL connections.
IMAPStore IMAP implementation of javax.mail.Store POP protocol spec is implemented in org.apache.geronimo.javamail.store.pop3.IMAPConnection
Rights Represents a set of rights associated with a user to manipulate the IMAP Store.
Rights.Right An individual right for IMAP Store manipulation.
 



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