|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.mail.inflow.MailFolder
org.jboss.jca.adapters.mail.inflow.POP3MailFolder
public class POP3MailFolder

Represents a POP3 mail folder
| Constructor Summary | |
|---|---|
POP3MailFolder(MailActivationSpec spec)
Constructor |
|
| Method Summary | |
|---|---|
protected void |
closeStore(boolean success,
javax.mail.Store store,
javax.mail.Folder folder)
Close a store |
protected javax.mail.Message[] |
getMessages(javax.mail.Folder folder)
Get the messages from a folder |
protected void |
markMessageSeen(javax.mail.Message message)
Mark a message as seen |
protected javax.mail.Store |
openStore(javax.mail.Session session)
Open a store |
| Methods inherited from class org.jboss.jca.adapters.mail.inflow.MailFolder |
|---|
close, close, getInstance, hasNext, next, open, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public POP3MailFolder(MailActivationSpec spec)
spec - The mail activation| Method Detail |
|---|
protected javax.mail.Message[] getMessages(javax.mail.Folder folder)
throws javax.mail.MessagingException
getMessages in class MailFolderfolder - The folder
javax.mail.MessagingException - Thrown if there is an error
protected javax.mail.Store openStore(javax.mail.Session session)
throws javax.mail.NoSuchProviderException
openStore in class MailFoldersession - The mail session
javax.mail.NoSuchProviderException - Thrown if there is no provider
protected void markMessageSeen(javax.mail.Message message)
throws javax.mail.MessagingException
markMessageSeen in class MailFoldermessage - The messages
javax.mail.MessagingException - Thrown if there is an error
protected void closeStore(boolean success,
javax.mail.Store store,
javax.mail.Folder folder)
throws javax.mail.MessagingException
closeStore in class MailFoldersuccess - Check for successful closestore - The storefolder - The folder
javax.mail.MessagingException - Thrown if there is an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||