Uses of Class
com.hs.mail.imap.processor.fetch.Envelope

Packages that use Envelope
com.hs.mail.imap.message.response   
com.hs.mail.imap.processor.fetch   
 

Uses of Envelope in com.hs.mail.imap.message.response
 

Methods in com.hs.mail.imap.message.response that return Envelope
 Envelope FetchResponse.getEnvelope()
           
 

Methods in com.hs.mail.imap.message.response with parameters of type Envelope
 void FetchResponse.setEnvelope(Envelope envelope)
           
 

Uses of Envelope in com.hs.mail.imap.processor.fetch
 

Methods in com.hs.mail.imap.processor.fetch that return Envelope
 Envelope EnvelopeBuilder.build(Map<String,String> header)
           
 Envelope MimeDescriptor.getEnvelope()
           
 

Methods in com.hs.mail.imap.processor.fetch with parameters of type Envelope
 void MimeDescriptor.setEnvelope(Envelope envelope)
           
 

Constructors in com.hs.mail.imap.processor.fetch with parameters of type Envelope
MimeDescriptor(long bodyOctets, long lines, String type, String subType, String Id, String description, String encoding, List<String> parameters, String disposition, List<String> dispositionParams, List<String> languages, String location, String md5, List<MimeDescriptor> parts, MimeDescriptor embeddedMessageDescriptor, Envelope envelope)
           
 



Copyright © 2011. All Rights Reserved.