org.apache.geronimo.javamail.store.imap.connection
Class IMAPInternalDate

java.lang.Object
  extended by org.apache.geronimo.javamail.store.imap.connection.IMAPFetchDataItem
      extended by org.apache.geronimo.javamail.store.imap.connection.IMAPInternalDate

public class IMAPInternalDate
extends IMAPFetchDataItem


Field Summary
protected  Date date
           
 
Fields inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPFetchDataItem
BODY, BODYSTRUCTURE, ENVELOPE, FETCH, FLAGS, HEADER, INTERNALDATE, SIZE, TEXT, type, UID
 
Constructor Summary
IMAPInternalDate(IMAPResponseTokenizer source)
           
 
Method Summary
 Date getDate()
          Retrieved the parsed internal date object.
 
Methods inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPFetchDataItem
getType, isType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected Date date
Constructor Detail

IMAPInternalDate

public IMAPInternalDate(IMAPResponseTokenizer source)
                 throws MessagingException
Throws:
MessagingException
Method Detail

getDate

public Date getDate()
Retrieved the parsed internal date object.

Returns:
The parsed Date object.


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.