|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mail.imap.AppendUID
public class AppendUID
Information from the APPENDUID response code defined by the UIDPLUS extension - RFC 2359.
Field Summary | |
---|---|
long |
uid
|
long |
uidvalidity
|
Constructor Summary | |
---|---|
AppendUID(long uidvalidity,
long uid)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long uidvalidity
public long uid
Constructor Detail |
---|
public AppendUID(long uidvalidity, long uid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |