Package | Description |
---|---|
com.jcabi.email |
Object-oriented email sending SDK.
|
com.jcabi.email.postman |
Postmen.
|
Modifier and Type | Class and Description |
---|---|
static class |
Envelope.Constant
Envelope that always returns the same message (within one hour).
|
static class |
Envelope.Draft
Envelope that adds DRAFT flag to the message.
|
static class |
Envelope.Mime
Default envelope.
|
static class |
Envelope.Safe
Safe envelope that adds missing parts to the message.
|
static class |
Envelope.Strict
Strict envelope that fails if message is not valid.
|
Modifier and Type | Field and Description |
---|---|
static Envelope |
Envelope.EMPTY
Empty (always returns an empty MIME message).
|
Modifier and Type | Method and Description |
---|---|
void |
Postman.send(Envelope env)
Send this envelope.
|
void |
Postman.Default.send(Envelope env) |
Constructor and Description |
---|
Envelope.Constant(Envelope env)
Ctor.
|
Envelope.Draft(Envelope origin)
Ctor.
|
Envelope.Mime(Envelope env)
Ctor.
|
Envelope.Safe(Envelope env)
Ctor.
|
Envelope.Strict(Envelope env)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
PostNoDrafts.send(Envelope env) |
void |
PostNoLoops.send(Envelope env) |
Copyright © 2012–2017 jcabi.com. All rights reserved.