|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.inboxlistener.engine.MailboxMSDAO
This class groups some utility methods for Mail Server invoking
Constructor Summary | |
MailboxMSDAO(MSAccount _msa,
MailboxAccount _mba)
Creates a new MSTools with the given MSAccount |
Method Summary | |
void |
closeConnection(IMailServerWrapper mswf)
close the Mail Server Connection |
CrcSyncItemInfo[] |
getEmailsFromInbox(IMailServerWrapper mswf,
java.util.HashMap localInfos)
get messages from inbox folder This method returns all the items in the server inbox folder |
void |
setMaxEmailNumber(int _maxEmailNumber)
|
void |
setPassword(java.lang.String _password)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MailboxMSDAO(MSAccount _msa, MailboxAccount _mba)
_msa
- the DBAccountMethod Detail |
public void setMaxEmailNumber(int _maxEmailNumber)
public void setPassword(java.lang.String _password)
public CrcSyncItemInfo[] getEmailsFromInbox(IMailServerWrapper mswf, java.util.HashMap localInfos) throws InboxListenerException
mswf
- IMailServerWrapperlocalInfos
- map with all the loacal CrcSyncItemInfo
EntityException
InboxListenerException
public void closeConnection(IMailServerWrapper mswf) throws InboxListenerException
InboxListenerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |