| Package | Description |
|---|---|
| gnu.inet.imap |
This package contains an IMAP4rev1 client.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IMAPConnection.append(java.lang.String mailbox,
java.lang.String[] flags,
byte[] content,
UIDPlusHandler uidplus)
Append a message to the specified mailbox.
|
boolean |
IMAPConnection.copy(int[] messages,
java.lang.String mailbox,
UIDPlusHandler uidplus)
Copies the specified messages to the end of the destination mailbox.
|
© Copyright 2003 The Free Software Foundation, all rights reserved