com.sun.mail.imap.protocol
Class ENVELOPE
java.lang.Object
com.sun.mail.imap.protocol.ENVELOPE
- All Implemented Interfaces:
- Item
public class ENVELOPE
- extends java.lang.Object
- implements Item
The ENEVELOPE item of an IMAP FETCH response.
- Author:
- John Mani, Bill Shannon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msgno
public int msgno
date
public java.util.Date date
subject
public java.lang.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 java.lang.String inReplyTo
messageId
public java.lang.String messageId
ENVELOPE
public ENVELOPE(FetchResponse r)
throws ParsingException
- Throws:
ParsingException
Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.