org.apache.geronimo.mail.imap
Class IMAPStore

java.lang.Object
  extended byjavax.mail.Service
      extended byjavax.mail.Store
          extended byorg.apache.geronimo.mail.AbstractStore
              extended byorg.apache.geronimo.mail.imap.IMAPStore

public class IMAPStore
extends AbstractStore

Represents the Apache implementation of the IMAP Store.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:32 $

Field Summary
 
Fields inherited from class javax.mail.Service
debug, session, url
 
Constructor Summary
IMAPStore(javax.mail.Session session, javax.mail.URLName name)
          Create a new IMAP store
 
Method Summary
 javax.mail.Folder getFolder(javax.mail.URLName name)
           
 
Methods inherited from class org.apache.geronimo.mail.AbstractStore
getDefaultFolder, getFolder
 
Methods inherited from class javax.mail.Store
addFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListener
 
Methods inherited from class javax.mail.Service
addConnectionListener, close, connect, connect, connect, finalize, getURLName, isConnected, notifyConnectionListeners, protocolConnect, queueEvent, removeConnectionListener, setConnected, setURLName, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMAPStore

public IMAPStore(javax.mail.Session session,
                 javax.mail.URLName name)
Create a new IMAP store

Parameters:
session - the session to be associated with
name - the name of this store
Method Detail

getFolder

public javax.mail.Folder getFolder(javax.mail.URLName name)
                            throws javax.mail.MessagingException
Throws:
javax.mail.MessagingException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.