org.apache.geronimo.mail.pop3
Class POP3Store

java.lang.Object
  extended byjavax.mail.Service
      extended byjavax.mail.Store
          extended byorg.apache.geronimo.mail.AbstractStore
              extended byorg.apache.geronimo.mail.pop3.POP3Store

public class POP3Store
extends AbstractStore

Represents the Apache implementation of the POP3 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
POP3Store(javax.mail.Session session, javax.mail.URLName name)
          Create a new POP3 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

POP3Store

public POP3Store(javax.mail.Session session,
                 javax.mail.URLName name)
Create a new POP3 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.