Uses of Class
org.eclipse.angus.mail.imap.protocol.MailboxInfo
-
Packages that use MailboxInfo Package Description org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of MailboxInfo in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return MailboxInfo Modifier and Type Method Description MailboxInfoIMAPProtocol. examine(java.lang.String mbox)EXAMINE Command.MailboxInfoIMAPProtocol. examine(java.lang.String mbox, ResyncData rd)EXAMINE Command with QRESYNC data.MailboxInfoIMAPProtocol. select(java.lang.String mbox)SELECT Command.MailboxInfoIMAPProtocol. select(java.lang.String mbox, ResyncData rd)SELECT Command with QRESYNC data.
-