Package | Description |
---|---|
com.jcabi.email |
Object-oriented email sending SDK.
|
com.jcabi.email.stamp |
Stamps.
|
Modifier and Type | Method and Description |
---|---|
Envelope.Mime |
Envelope.Mime.with(Stamp stamp)
With this stamp.
|
Constructor and Description |
---|
Envelope.Mime(Iterable<Stamp> stmps,
Iterable<Enclosure> list)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
StBcc
Stamp for a MIME envelope, with a BCC recipient.
|
class |
StCc
Stamp for a MIME envelope, with a CC recipient.
|
class |
StHeader
Stamp for a MIME envelope, with a header name and value.
|
class |
StRecipient
Stamp for a MIME envelope, with a recipient.
|
class |
StReplyTo
Stamp for a MIME envelope, with a replyTo.
|
class |
StSender
Stamp for a MIME envelope, with a sender.
|
class |
StSubject
Stamp for a MIME envelope, with a subject.
|
Copyright © 2012–2017 jcabi.com. All rights reserved.