|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |