A C E P S T U W 

A

access(Protocol) - Method in class com.jcabi.email.Token
Access for given protocol.
attach(Message) - Method in interface com.jcabi.email.Stamp
Attach yourself to the message.
attach(Message) - Method in class com.jcabi.email.stamp.StBCC
 
attach(Message) - Method in class com.jcabi.email.stamp.StCC
 
attach(Message) - Method in class com.jcabi.email.stamp.StHeader
 
attach(Message) - Method in class com.jcabi.email.stamp.StRecipient
 
attach(Message) - Method in class com.jcabi.email.stamp.StReplyTo
 
attach(Message) - Method in class com.jcabi.email.stamp.StSender
 
attach(Message) - Method in class com.jcabi.email.stamp.StSubject
 

C

com.jcabi.email - package com.jcabi.email
Object-oriented email sending SDK.
com.jcabi.email.enclosure - package com.jcabi.email.enclosure
Enclosures.
com.jcabi.email.postman - package com.jcabi.email.postman
Postmen.
com.jcabi.email.stamp - package com.jcabi.email.stamp
Stamps.
com.jcabi.email.wire - package com.jcabi.email.wire
Wires.
connect() - Method in interface com.jcabi.email.Wire
Make a transport.
connect() - Method in class com.jcabi.email.wire.SMTP
 
connect() - Method in class com.jcabi.email.wire.SMTPS
 
CONSOLE - Static variable in interface com.jcabi.email.Postman
Doesn't send anything, just logs to console.

E

EMPTY - Static variable in interface com.jcabi.email.Envelope
Empty (always returns an empty MIME message).
EnBinary - Class in com.jcabi.email.enclosure
Binary enclosure in MIME envelope.
EnBinary(File, String, String) - Constructor for class com.jcabi.email.enclosure.EnBinary
Ctor.
Enclosure - Interface in com.jcabi.email
Enclosure in MIME envelope.
EnHTML - Class in com.jcabi.email.enclosure
HTML enclosure in MIME envelope.
EnHTML(String) - Constructor for class com.jcabi.email.enclosure.EnHTML
Ctor.
EnHTML(String, String) - Constructor for class com.jcabi.email.enclosure.EnHTML
Ctor.
EnPlain - Class in com.jcabi.email.enclosure
Plain enclosure in MIME envelope.
EnPlain(String) - Constructor for class com.jcabi.email.enclosure.EnPlain
Ctor.
EnPlain(String, String) - Constructor for class com.jcabi.email.enclosure.EnPlain
Ctor.
entries() - Method in interface com.jcabi.email.Protocol
Guarantee of access for protocol.
entries() - Method in class com.jcabi.email.Protocol.SMTP
 
entries() - Method in class com.jcabi.email.Protocol.SMTPS
 
Envelope - Interface in com.jcabi.email
Envelope.
Envelope.Constant - Class in com.jcabi.email
Envelope that always returns the same message (within one hour).
Envelope.Constant(Envelope) - Constructor for class com.jcabi.email.Envelope.Constant
Ctor.
Envelope.Draft - Class in com.jcabi.email
Envelope that adds DRAFT flag to the message.
Envelope.Draft(Envelope) - Constructor for class com.jcabi.email.Envelope.Draft
Ctor.
Envelope.MIME - Class in com.jcabi.email
Default envelope.
Envelope.MIME() - Constructor for class com.jcabi.email.Envelope.MIME
Ctor.
Envelope.MIME(Envelope) - Constructor for class com.jcabi.email.Envelope.MIME
Ctor.
Envelope.MIME(Iterable<Stamp>, Iterable<Enclosure>) - Constructor for class com.jcabi.email.Envelope.MIME
Ctor.
Envelope.Safe - Class in com.jcabi.email
Safe envelope that adds missing parts to the message.
Envelope.Safe(Envelope) - Constructor for class com.jcabi.email.Envelope.Safe
Ctor.
Envelope.Strict - Class in com.jcabi.email
Strict envelope that fails if message is not valid.
Envelope.Strict(Envelope) - Constructor for class com.jcabi.email.Envelope.Strict
Ctor.

P

part() - Method in class com.jcabi.email.enclosure.EnBinary
 
part() - Method in class com.jcabi.email.enclosure.EnHTML
 
part() - Method in class com.jcabi.email.enclosure.EnPlain
 
part() - Method in interface com.jcabi.email.Enclosure
Create a MIME body part.
Postman - Interface in com.jcabi.email
Postman.
Postman.Default - Class in com.jcabi.email
Default postman.
Postman.Default(Wire) - Constructor for class com.jcabi.email.Postman.Default
Ctor.
PostNoDrafts - Class in com.jcabi.email.postman
Postman that ignores drafts.
PostNoDrafts(Postman) - Constructor for class com.jcabi.email.postman.PostNoDrafts
Ctor.
PostNoLoops - Class in com.jcabi.email.postman
Postman that ignores loops (sender equals to recipient).
PostNoLoops(Postman) - Constructor for class com.jcabi.email.postman.PostNoLoops
Ctor.
Protocol - Interface in com.jcabi.email
Mail network protocol.
Protocol.SMTP - Class in com.jcabi.email
SNMP protocol.
Protocol.SMTP(String, int) - Constructor for class com.jcabi.email.Protocol.SMTP
Public ctor.
Protocol.SMTPS - Class in com.jcabi.email
SMTPS protocol.
Protocol.SMTPS(String, int) - Constructor for class com.jcabi.email.Protocol.SMTPS
Public ctor.

S

send(Envelope) - Method in class com.jcabi.email.Postman.Default
 
send(Envelope) - Method in class com.jcabi.email.postman.PostNoDrafts
 
send(Envelope) - Method in class com.jcabi.email.postman.PostNoLoops
 
send(Envelope) - Method in interface com.jcabi.email.Postman
Send this envelope.
SMTP - Class in com.jcabi.email.wire
SMTP wire.
SMTP(Session) - Constructor for class com.jcabi.email.wire.SMTP
Public ctor.
SMTPS - Class in com.jcabi.email.wire
SMTPS wire.
SMTPS(Session) - Constructor for class com.jcabi.email.wire.SMTPS
Public ctor.
Stamp - Interface in com.jcabi.email
Stamp for a MIME envelope.
StBCC - Class in com.jcabi.email.stamp
Stamp for a MIME envelope, with a BCC recipient.
StBCC(Address) - Constructor for class com.jcabi.email.stamp.StBCC
Ctor.
StBCC(String, String) - Constructor for class com.jcabi.email.stamp.StBCC
Ctor.
StBCC(String, String, String) - Constructor for class com.jcabi.email.stamp.StBCC
Ctor.
StBCC(String) - Constructor for class com.jcabi.email.stamp.StBCC
Ctor.
StCC - Class in com.jcabi.email.stamp
Stamp for a MIME envelope, with a CC recipient.
StCC(Address) - Constructor for class com.jcabi.email.stamp.StCC
Ctor.
StCC(String, String) - Constructor for class com.jcabi.email.stamp.StCC
Ctor.
StCC(String, String, String) - Constructor for class com.jcabi.email.stamp.StCC
Ctor.
StCC(String) - Constructor for class com.jcabi.email.stamp.StCC
Ctor.
StHeader - Class in com.jcabi.email.stamp
Stamp for a MIME envelope, with a header name and value.
StHeader(String, String) - Constructor for class com.jcabi.email.stamp.StHeader
Ctor.
StRecipient - Class in com.jcabi.email.stamp
Stamp for a MIME envelope, with a recipient.
StRecipient(Address) - Constructor for class com.jcabi.email.stamp.StRecipient
Ctor.
StRecipient(String, String) - Constructor for class com.jcabi.email.stamp.StRecipient
Ctor.
StRecipient(String, String, String) - Constructor for class com.jcabi.email.stamp.StRecipient
Ctor.
StRecipient(String) - Constructor for class com.jcabi.email.stamp.StRecipient
Ctor.
StReplyTo - Class in com.jcabi.email.stamp
Stamp for a MIME envelope, with a replyTo.
StReplyTo(Address) - Constructor for class com.jcabi.email.stamp.StReplyTo
Ctor.
StReplyTo(String) - Constructor for class com.jcabi.email.stamp.StReplyTo
Ctor.
StSender - Class in com.jcabi.email.stamp
Stamp for a MIME envelope, with a sender.
StSender(Address) - Constructor for class com.jcabi.email.stamp.StSender
Ctor.
StSender(String, String) - Constructor for class com.jcabi.email.stamp.StSender
Ctor.
StSender(String, String, String) - Constructor for class com.jcabi.email.stamp.StSender
Ctor.
StSender(String) - Constructor for class com.jcabi.email.stamp.StSender
Ctor.
StSubject - Class in com.jcabi.email.stamp
Stamp for a MIME envelope, with a subject.
StSubject(String) - Constructor for class com.jcabi.email.stamp.StSubject
Ctor.
StSubject(String, String) - Constructor for class com.jcabi.email.stamp.StSubject
Ctor.

T

Token - Class in com.jcabi.email
User signature to network node.
Token(String, String) - Constructor for class com.jcabi.email.Token
Public ctor.

U

unwrap() - Method in class com.jcabi.email.Envelope.Constant
 
unwrap() - Method in class com.jcabi.email.Envelope.Draft
 
unwrap() - Method in class com.jcabi.email.Envelope.MIME
 
unwrap() - Method in class com.jcabi.email.Envelope.Safe
 
unwrap() - Method in class com.jcabi.email.Envelope.Strict
 
unwrap() - Method in interface com.jcabi.email.Envelope
Get a message out of it.

W

Wire - Interface in com.jcabi.email
Wire used by a Postman.
with(Stamp) - Method in class com.jcabi.email.Envelope.MIME
With this stamp.
with(Enclosure) - Method in class com.jcabi.email.Envelope.MIME
With this enclosure.
A C E P S T U W 

Copyright © 2012–2017 jcabi.com. All rights reserved.