Uses of Class
com.sun.mail.imap.protocol.ListInfo
Packages that use ListInfo
Package
Description
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of ListInfo in com.sun.mail.gimap
Methods in com.sun.mail.gimap with parameters of type ListInfoModifier and TypeMethodDescriptionprotected IMAPFolder
GmailStore.newIMAPFolder
(ListInfo li) Create an IMAPFolder object.Constructors in com.sun.mail.gimap with parameters of type ListInfoModifierConstructorDescriptionprotected
GmailFolder
(ListInfo li, IMAPStore store) Constructor used to create an existing folder. -
Uses of ListInfo in com.sun.mail.imap
Methods in com.sun.mail.imap with parameters of type ListInfoModifier and TypeMethodDescriptionprotected IMAPFolder
IMAPStore.newIMAPFolder
(ListInfo li) Create an IMAPFolder object.Constructors in com.sun.mail.imap with parameters of type ListInfoModifierConstructorDescriptionprotected
IMAPFolder
(ListInfo li, IMAPStore store) Constructor used to create an existing folder. -
Uses of ListInfo in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol that return ListInfo