public class

INTERNALDATE

extends Object
implements Item
java.lang.Object
   ↳ com.google.code.com.sun.mail.imap.protocol.INTERNALDATE

Class Overview

This class

Summary

Fields
protected Date date
private static SimpleDateFormat df
private static MailDateFormat mailDateFormat
public int msgno
static final char[] name
Public Constructors
INTERNALDATE(FetchResponse r)
Constructor
Public Methods
static String format(Date d)
Format given Date object into INTERNALDATE string
Date getDate()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Date date

private static SimpleDateFormat df

private static MailDateFormat mailDateFormat

public int msgno

static final char[] name

Public Constructors

public INTERNALDATE (FetchResponse r)

Constructor

Parameters
r

Public Methods

public static String format (Date d)

Format given Date object into INTERNALDATE string

Parameters
d

public Date getDate ()