Uses of Class
com.hs.mail.imap.mailbox.UidToMsnMapper

Packages that use UidToMsnMapper
com.hs.mail.imap.dao   
com.hs.mail.imap.mailbox   
com.hs.mail.imap.message.response   
 

Uses of UidToMsnMapper in com.hs.mail.imap.dao
 

Methods in com.hs.mail.imap.dao with parameters of type UidToMsnMapper
 List<Long> SearchDao.query(UidToMsnMapper map, long mailboxid, SearchKey key)
           
 List<Long> MySqlSearchDao.query(UidToMsnMapper map, long mailboxID, SearchKey key)
           
 

Uses of UidToMsnMapper in com.hs.mail.imap.mailbox
 

Methods in com.hs.mail.imap.mailbox with parameters of type UidToMsnMapper
 List<Long> MailboxManager.search(UidToMsnMapper map, long mailboxID, SearchKey key)
          Searches for the messages matching the given query.
 List<Long> DefaultMailboxManager.search(UidToMsnMapper map, long mailboxID, SearchKey key)
           
 

Uses of UidToMsnMapper in com.hs.mail.imap.message.response
 

Methods in com.hs.mail.imap.message.response with parameters of type UidToMsnMapper
 SelectResponse SelectResponseBuilder.build(UidToMsnMapper map, Mailbox mailbox)
           
 



Copyright © 2011. All Rights Reserved.