| Package | Description |
|---|---|
| examples.mail | |
| org.apache.commons.net.imap |
Basic IMAP and IMAPS support classes
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static IMAPClient |
IMAPUtils.imapLogin(java.net.URI uri,
int defaultTimeout,
ProtocolCommandListener listener)
Parse the URI and use the details to connect to the IMAP(S) server and login.
|
| Modifier and Type | Method and Description |
|---|---|
private static boolean |
IMAPImportMbox.process(java.lang.StringBuilder sb,
IMAPClient imap,
java.lang.String folder,
int msgNum) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatingIMAPClient
An IMAP Client class with authentication support.
|
class |
IMAPSClient
The IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.
|