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.