Uses of Class
com.hs.mail.imap.message.PhysMessage

Packages that use PhysMessage
com.hs.mail.imap.dao   
 

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

Methods in com.hs.mail.imap.dao that return PhysMessage
 PhysMessage MySqlMessageDao.getDanglingMessageID(long messageID)
           
 PhysMessage MessageDao.getDanglingMessageID(long messageID)
           
 

Methods in com.hs.mail.imap.dao that return types with arguments of type PhysMessage
 List<PhysMessage> MySqlMailboxDao.getDanglingMessageIDList(long ownerID)
           
 List<PhysMessage> MailboxDao.getDanglingMessageIDList(long ownerID)
          Get the list of physical message identifiers which will be dangling pointers (pointing messages which are already deleted) after deleting all the messages owned by the user.
 List<PhysMessage> MySqlMailboxDao.getDanglingMessageIDList(long ownerID, long mailboxID)
           
 List<PhysMessage> MailboxDao.getDanglingMessageIDList(long ownerID, long mailboxID)
          Get the list of physical message identifiers which will be dangling pointers (pointing messages which are already deleted) after expunging the mailbox.
 



Copyright © 2011. All Rights Reserved.