Package | Description |
---|---|
com.sun.mail.iap | |
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol |
Modifier and Type | Method and Description |
---|---|
private void |
Argument.literal(Literal b,
Protocol protocol)
Write out given Literal as a literal.
|
Argument |
Argument.writeBytes(Literal b)
Write out given data as a literal.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MessageLiteral
An object that holds a Message object
and reports its size and writes it to another OutputStream
on demand.
|
Modifier and Type | Method and Description |
---|---|
void |
IMAPProtocol.append(java.lang.String mbox,
Flags f,
java.util.Date d,
Literal data)
APPEND Command.
|
AppendUID |
IMAPProtocol.appenduid(java.lang.String mbox,
Flags f,
java.util.Date d,
Literal data)
APPEND Command, return uid from APPENDUID response code.
|
AppendUID |
IMAPProtocol.appenduid(java.lang.String mbox,
Flags f,
java.util.Date d,
Literal data,
boolean uid) |