Uses of Class
org.eclipse.angus.mail.imap.protocol.ListInfo
-
Packages that use ListInfo Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of ListInfo in org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.mail.imap with parameters of type ListInfo Modifier and Type Method Description protected IMAPFolderIMAPStore. newIMAPFolder(ListInfo li)Create an IMAPFolder object.Constructors in org.eclipse.angus.mail.imap with parameters of type ListInfo Constructor Description IMAPFolder(ListInfo li, IMAPStore store)Constructor used to create an existing folder. -
Uses of ListInfo in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return ListInfo Modifier and Type Method Description protected ListInfo[]IMAPProtocol. doList(java.lang.String cmd, java.lang.String ref, java.lang.String pat)Execute the specified LIST-like command (e.g., "LIST" or "LSUB"), using the reference and pattern.ListInfo[]IMAPProtocol. list(java.lang.String ref, java.lang.String pattern)LIST Command.ListInfo[]IMAPProtocol. lsub(java.lang.String ref, java.lang.String pattern)LSUB Command.
-