|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UIDPlusHandler
Callback interface for receiving APPENDUID and COPYUID responses. See RFC 2359 for details.
Method Summary | |
---|---|
void |
appenduid(long uidvalidity,
long uid)
Notification of an APPENDUID response. |
void |
copyuid(long uidvalidity,
long oldUID,
long newUID)
Notification of a COPYUID response. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |