com.sun.mail.imap.protocol
Class INTERNALDATE
java.lang.Object
com.sun.mail.imap.protocol.INTERNALDATE
- All Implemented Interfaces:
- Item
public class INTERNALDATE
- extends Object
- implements Item
This class
- Author:
- John Mani
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msgno
public int msgno
date
protected Date date
INTERNALDATE
public INTERNALDATE(FetchResponse r)
throws ParsingException
- Constructor
- Throws:
ParsingException
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.