Uses of Interface
org.apache.geronimo.javamail.store.imap.connection.IMAPUntaggedResponseHandler

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

Uses of IMAPUntaggedResponseHandler in org.apache.geronimo.javamail.store.imap
 

Classes in org.apache.geronimo.javamail.store.imap that implement IMAPUntaggedResponseHandler
 class 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.
 class IMAPNamespaceFolder
          An override of the base IMAPFolder class for folders representing namespace roots.
 class IMAPRootFolder
          An IMAP folder instance for the root of IMAP folder tree.
 class IMAPSSLStore
          IMAP implementation of javax.mail.Store for SSL connections.
 class IMAPStore
          IMAP implementation of javax.mail.Store POP protocol spec is implemented in org.apache.geronimo.javamail.store.pop3.IMAPConnection
 

Uses of IMAPUntaggedResponseHandler in org.apache.geronimo.javamail.store.imap.connection
 

Methods in org.apache.geronimo.javamail.store.imap.connection with parameters of type IMAPUntaggedResponseHandler
 void IMAPConnection.addResponseHandler(IMAPUntaggedResponseHandler h)
          Attach a handler for untagged responses to this connection.
 void IMAPConnection.removeResponseHandler(IMAPUntaggedResponseHandler h)
          Remove a response handler from the connection.
 



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