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 Object
implements Item

This class

Author:
John Mani

Field Summary
protected  Date date
           
 int msgno
           
 
Constructor Summary
INTERNALDATE(FetchResponse r)
          Constructor
 
Method Summary
static String format(Date d)
          Format given Date object into INTERNALDATE string
 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 Date date
Constructor Detail

INTERNALDATE

public INTERNALDATE(FetchResponse r)
             throws ParsingException
Constructor

Throws:
ParsingException
Method Detail

getDate

public Date getDate()

format

public static String format(Date d)
Format given Date object into INTERNALDATE string



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