Package com.sun.mail.imap.protocol
Class INTERNALDATE
- java.lang.Object
-
- com.sun.mail.imap.protocol.INTERNALDATE
-
-
Field Summary
Fields Modifier and Type Field Description intmsgno
-
Constructor Summary
Constructors Constructor Description INTERNALDATE(FetchResponse r)Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringformat(java.util.Date d)Format given Date object into INTERNALDATE stringjava.util.DategetDate()
-
-
-
Constructor Detail
-
INTERNALDATE
public INTERNALDATE(FetchResponse r) throws ParsingException
Constructor.- Parameters:
r- the FetchResponse- Throws:
ParsingException- for parsing failures
-
-