|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon
com.funambol.email.inboxlistener.msdao.MailboxMSDAOGmail
public class MailboxMSDAOGmail
This class groups some utility methods for Mail Server invoking
Field Summary |
---|
Fields inherited from class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon |
---|
log, msa, mstools, saveSender, saveSubject |
Constructor Summary | |
---|---|
MailboxMSDAOGmail()
|
|
MailboxMSDAOGmail(MailServerAccount _msa,
boolean _saveSubject,
boolean _saveSender)
Creates a new MSTools with the given MSAccount |
Method Summary | |
---|---|
SyncItemInfo[] |
getEmailsFromInbox(IMailServerWrapper mswf,
java.util.HashMap localInfos)
get messages from inbox folder This method returns all the items in the server inbox folder |
Methods inherited from class com.funambol.email.inboxlistener.msdao.MailboxMSDAOCommon |
---|
closeConnection, createGUID, createInfo, createInfoList, getMaxEmailNumber, getMessages, isCorruptedEmail, isMessageIDPresent, isSentEmail, setMaxEmailNumber, setPassword |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.funambol.email.inboxlistener.msdao.IMailboxMSDAO |
---|
closeConnection, getMaxEmailNumber, setMaxEmailNumber, setPassword |
Constructor Detail |
---|
public MailboxMSDAOGmail()
public MailboxMSDAOGmail(MailServerAccount _msa, boolean _saveSubject, boolean _saveSender)
_msa
- the DBAccountMethod Detail |
---|
public SyncItemInfo[] getEmailsFromInbox(IMailServerWrapper mswf, java.util.HashMap localInfos) throws InboxListenerException
getEmailsFromInbox
in interface IMailboxMSDAO
getEmailsFromInbox
in class MailboxMSDAOCommon
mswf
- IMailServerWrapperlocalInfos
- map with all the loacal CrcSyncItemInfo
EntityException
InboxListenerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |