- java.lang.Object
-
- com.sun.mail.imap.protocol.INTERNALDATE
-
-
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.String
format(java.util.Date d)
Format given Date object into INTERNALDATE stringjava.util.Date
getDate()
-
-
-
Constructor Detail
-
INTERNALDATE
public INTERNALDATE(FetchResponse r) throws ParsingException
Constructor.- Parameters:
r
- the FetchResponse- Throws:
ParsingException
- for parsing failures
-
-