com.sun.mail.imap
Class AppendUID
java.lang.Object
com.sun.mail.imap.AppendUID
public class AppendUID
- extends Object
Information from the APPENDUID response code
defined by the UIDPLUS extension -
RFC 2359.
- Author:
- Bill Shannon
Constructor Summary |
AppendUID(long uidvalidity,
long uid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uidvalidity
public long uidvalidity
uid
public long uid
AppendUID
public AppendUID(long uidvalidity,
long uid)
Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.