|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.inboxlistener.engine.MSTools
public class MSTools
This class groups some utility methods for Mail Server invoking
Constructor Summary | |
---|---|
MSTools(MailServerAccount _msa)
Creates a new MSTools with the given MSAccount |
Method Summary | |
---|---|
void |
closeConnection(IMailServerWrapper mswf)
close the Mail Server connection; Note the IL Tool works only the INBOX folder |
javax.mail.Folder |
getInbox()
return the inbox folder |
void |
openConnection(IMailServerWrapper mswf)
open the Mail Server connection; Note the IL Tool works only the INBOX folder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MSTools(MailServerAccount _msa)
_msa
- the DBAccountMethod Detail |
---|
public void openConnection(IMailServerWrapper mswf) throws InboxListenerException
mswf
- reference to the mail server wrapper IMailServerWrapper
InboxListenerException
public void closeConnection(IMailServerWrapper mswf) throws InboxListenerException
mswf
- reference to the mail server wrapper IMailServerWrapper
InboxListenerException
public javax.mail.Folder getInbox()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |