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 protected java.util.Date
date
private static java.text.SimpleDateFormat
df
private static MailDateFormat
mailDateFormat
int
msgno
(package private) static char[]
name
-
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()
-
-
-
Field Detail
-
name
static final char[] name
-
msgno
public int msgno
-
date
protected java.util.Date date
-
mailDateFormat
private static final MailDateFormat mailDateFormat
-
df
private static java.text.SimpleDateFormat df
-
-
Constructor Detail
-
INTERNALDATE
public INTERNALDATE(FetchResponse r) throws ParsingException
Constructor.- Parameters:
r
- the FetchResponse- Throws:
ParsingException
- for parsing failures
-
-