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

Packages that use org.apache.geronimo.javamail.store.imap
org.apache.geronimo.javamail.store.imap   
org.apache.geronimo.javamail.store.imap.connection   
 

Classes in org.apache.geronimo.javamail.store.imap used by org.apache.geronimo.javamail.store.imap
ACL
          A named access control list for IMAP resources.
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.
IMAPRootFolder
          An IMAP folder instance for the root of IMAP folder tree.
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.
 

Classes in org.apache.geronimo.javamail.store.imap used by org.apache.geronimo.javamail.store.imap.connection
ACL
          A named access control list for IMAP resources.
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.
 



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