org.jboss.jca.adapters.mail.inflow
Class POP3sMailFolder
java.lang.Object
org.jboss.jca.adapters.mail.inflow.MailFolder
org.jboss.jca.adapters.mail.inflow.POP3MailFolder
org.jboss.jca.adapters.mail.inflow.POP3sMailFolder
- All Implemented Interfaces:
- Iterator
public class POP3sMailFolder
- extends POP3MailFolder
Represents a POP3s mail folder
- Author:
- Scott Stark, Jesper Pedersen
|
Method Summary |
protected javax.mail.Store |
openStore(javax.mail.Session session)
Open a store |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POP3sMailFolder
public POP3sMailFolder(MailActivationSpec spec)
- Constructor
- Parameters:
spec - The mail activation
openStore
protected javax.mail.Store openStore(javax.mail.Session session)
throws javax.mail.NoSuchProviderException
- Open a store
- Overrides:
openStore in class POP3MailFolder
- Parameters:
session - The mail session
- Returns:
- The store
- Throws:
javax.mail.NoSuchProviderException - Thrown if there is no provider
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)