com.sun.mail.imap.protocol
类 ENVELOPE

java.lang.Object
  继承者 com.sun.mail.imap.protocol.ENVELOPE
所有已实现的接口:
Item

public class ENVELOPE
extends Object
implements Item

The ENEVELOPE item of an IMAP FETCH response.

作者:
John Mani, Bill Shannon

字段摘要
 InternetAddress[] bcc
           
 InternetAddress[] cc
           
 Date date
           
 InternetAddress[] from
           
 String inReplyTo
           
 String messageId
           
 int msgno
           
 InternetAddress[] replyTo
           
 InternetAddress[] sender
           
 String subject
           
 InternetAddress[] to
           
 
构造方法摘要
ENVELOPE(FetchResponse r)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

msgno

public int msgno

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
构造方法详细信息

ENVELOPE

public ENVELOPE(FetchResponse r)
         throws ParsingException
抛出:
ParsingException


Copyright © 2013. All Rights Reserved.