public interface UIDPlusHandler
| Modifier and Type | Method and Description |
|---|---|
void |
appenduid(long uidvalidity,
long uid)
Notification of an APPENDUID response.
|
void |
copyuid(long uidvalidity,
long oldUID,
long newUID)
Notification of a COPYUID response.
|
void appenduid(long uidvalidity,
long uid)
uidvalidity - the UIDVALIDITY of the destination mailboxuid - the UID assigned to the appended message.void copyuid(long uidvalidity,
long oldUID,
long newUID)
uidvalidity - the UIDVALIDITY of the destination mailboxoldUID - the UID of the message in the source mailboxnewUID - the UID of the corresponding message in the target
mailbox