Envelope.Constant, Envelope.Draft, Envelope.Mime, Envelope.Safe, Envelope.Strict
Constructor and Description |
---|
Envelope.Mime()
Ctor.
|
Envelope.Mime(Envelope env)
Ctor.
|
Envelope.Mime(Iterable<Stamp> stmps,
Iterable<Enclosure> list)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Message |
unwrap()
Get a message out of it.
|
Envelope.Mime |
with(Enclosure enc)
With this enclosure.
|
Envelope.Mime |
with(Stamp stamp)
With this stamp.
|
public Envelope.Mime()
public Envelope.Mime(Envelope env)
env
- Original envelopepublic Message unwrap() throws IOException
Envelope
unwrap
in interface Envelope
IOException
- If failspublic Envelope.Mime with(Stamp stamp)
stamp
- Stamppublic Envelope.Mime with(Enclosure enc)
enc
- EnclosureCopyright © 2012–2017 jcabi.com. All rights reserved.