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

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

public class IMAPEnvelope
extends IMAPFetchDataItem


Field Summary
 InternetAddress[] bcc
           
 InternetAddress[] cc
           
 Date date
           
 InternetAddress[] from
           
 String inReplyTo
           
 String messageID
           
 InternetAddress[] replyTo
           
 InternetAddress[] sender
           
 String subject
           
 InternetAddress[] to
           
 
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
IMAPEnvelope(IMAPResponseTokenizer source)
          Parse an IMAP FETCH ENVELOPE response into the component pieces.
 
Method Summary
 
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

public Date date

subject

public String subject

from

public InternetAddress[] from

sender

public InternetAddress[] sender

replyTo

public InternetAddress[] replyTo

to

public InternetAddress[] to

cc

public InternetAddress[] cc

bcc

public InternetAddress[] bcc

inReplyTo

public String inReplyTo

messageID

public String messageID
Constructor Detail

IMAPEnvelope

public IMAPEnvelope(IMAPResponseTokenizer source)
             throws MessagingException
Parse an IMAP FETCH ENVELOPE response into the component pieces.

Parameters:
source - The tokenizer for the response we're processing.
Throws:
MessagingException


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