com.funambol.email.inboxlistener.msdao
Interface IMailboxMSDAO

All Known Implementing Classes:
MailboxMSDAO, MailboxMSDAOCommon, MailboxMSDAOGmail

public interface IMailboxMSDAO


Method Summary
 void closeConnection(IMailServerWrapper mswf)
           
 SyncItemInfo[] getEmailsFromInbox(IMailServerWrapper mswf, java.util.HashMap localInfos)
           
 int getMaxEmailNumber()
           
 void setMaxEmailNumber(int _maxEmailNumber)
           
 void setPassword(java.lang.String _password)
           
 

Method Detail

setMaxEmailNumber

void setMaxEmailNumber(int _maxEmailNumber)

getMaxEmailNumber

int getMaxEmailNumber()

setPassword

void setPassword(java.lang.String _password)

getEmailsFromInbox

SyncItemInfo[] getEmailsFromInbox(IMailServerWrapper mswf,
                                  java.util.HashMap localInfos)
                                  throws InboxListenerException
Throws:
InboxListenerException

closeConnection

void closeConnection(IMailServerWrapper mswf)
                     throws InboxListenerException
Throws:
InboxListenerException


Copyright © 2005-2006 Funambol.