This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


com.sun.mail.imap.protocol
class ENVELOPE

com.sun.mail.imap.protocol.ENVELOPE
All Implemented Interfaces:
Item

public class ENVELOPE
extends Object
implements Item

The ENEVELOPE item of an IMAP FETCH response.


Field Summary
 InternetAddress[] bcc
          
 InternetAddress[] cc
          
 Date date
          
 InternetAddress[] from
          
 String inReplyTo
          
 String messageId
          
 int msgno
          
 InternetAddress[] replyTo
          
 InternetAddress[] sender
          
 String subject
          
 InternetAddress[] to
          
 
Constructor Summary

          
 

Field Detail

bcc

public InternetAddress[] bcc

cc

public InternetAddress[] cc

date

public Date date

from

public InternetAddress[] from

inReplyTo

public String inReplyTo

messageId

public String messageId

msgno

public int msgno

replyTo

public InternetAddress[] replyTo

sender

public InternetAddress[] sender

subject

public String subject

to

public InternetAddress[] to
Constructor Detail

ENVELOPE

public ENVELOPE(FetchResponse r)
         throws ParsingException
Parameters:
r
Throws:
ParsingException


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.