com.sun.mail.imap.protocol
Class INTERNALDATE

java.lang.Object
  extended by com.sun.mail.imap.protocol.INTERNALDATE
All Implemented Interfaces:
Item

public class INTERNALDATE
extends java.lang.Object
implements Item

This class

Author:
John Mani

Field Summary
protected  java.util.Date date
           
 int msgno
           
 
Constructor Summary
INTERNALDATE(FetchResponse r)
          Constructor
 
Method Summary
static java.lang.String format(java.util.Date d)
          Format given Date object into INTERNALDATE string
 java.util.Date getDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msgno

public int msgno

date

protected java.util.Date date
Constructor Detail

INTERNALDATE

public INTERNALDATE(FetchResponse r)
             throws ParsingException
Constructor

Throws:
ParsingException
Method Detail

getDate

public java.util.Date getDate()

format

public static java.lang.String format(java.util.Date d)
Format given Date object into INTERNALDATE string



Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.