com.sun.mail.imap
类 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.

版本:
1.3, 07/05/04
作者:
Bill Shannon

字段摘要
 long uid
           
 long uidvalidity
           
 
构造方法摘要
AppendUID(long uidvalidity, long uid)
           
 
方法摘要
 
从类 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 © 2013. All Rights Reserved.