Package com.sun.mail.imap.protocol
Class INTERNALDATE
java.lang.Object
com.sun.mail.imap.protocol.INTERNALDATE
- All Implemented Interfaces:
Item
An INTERNALDATE FETCH item.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
msgno
public int msgno
-
-
Constructor Details
-
INTERNALDATE
Constructor.- Parameters:
r
- the FetchResponse- Throws:
ParsingException
- for parsing failures
-
-
Method Details
-
getDate
-
format
Format given Date object into INTERNALDATE string- Parameters:
d
- the Date- Returns:
- INTERNALDATE string
-