Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
Modifier and Type | Method and Description |
---|---|
protected IMAPFolder |
IMAPStore.newIMAPFolder(ListInfo li)
Create an IMAPFolder object.
|
Constructor and Description |
---|
IMAPFolder(ListInfo li,
IMAPStore store)
Constructor used to create an existing folder.
|
Modifier and Type | Method and Description |
---|---|
protected ListInfo[] |
IMAPProtocol.doList(String cmd,
String ref,
String pat)
Execute the specified LIST-like command (e.g., "LIST" or "LSUB"),
using the reference and pattern.
|
ListInfo[] |
IMAPProtocol.list(String ref,
String pattern)
LIST Command.
|
ListInfo[] |
IMAPProtocol.lsub(String ref,
String pattern)
LSUB Command.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.