Skip navigation links
E I M S 

E

edit(MimeMessage) - Method in interface io.commercetools.sunrise.email.MessageEditor
Implementations of this method modify the given message.
EmailCreationException - Exception in io.commercetools.sunrise.email
An unchecked exception signalling that an e-mail could not be created or not be modified by a MessageEditor.
EmailCreationException(String) - Constructor for exception io.commercetools.sunrise.email.EmailCreationException
 
EmailCreationException(String, Throwable) - Constructor for exception io.commercetools.sunrise.email.EmailCreationException
 
EmailCreationException(Throwable) - Constructor for exception io.commercetools.sunrise.email.EmailCreationException
 
EmailCreationException(String, Throwable, boolean, boolean) - Constructor for exception io.commercetools.sunrise.email.EmailCreationException
 
EmailDeliveryException - Exception in io.commercetools.sunrise.email
An unchecked exception signalling that an e-mail could not be sent due to issues that arose from either the e-mail itself or from the e-mail infrastructure.
EmailDeliveryException(String) - Constructor for exception io.commercetools.sunrise.email.EmailDeliveryException
 
EmailDeliveryException(String, Throwable) - Constructor for exception io.commercetools.sunrise.email.EmailDeliveryException
 
EmailDeliveryException(Throwable) - Constructor for exception io.commercetools.sunrise.email.EmailDeliveryException
 
EmailDeliveryException(String, Throwable, boolean, boolean) - Constructor for exception io.commercetools.sunrise.email.EmailDeliveryException
 
EmailSender - Interface in io.commercetools.sunrise.email
A service for sending e-mails.
EmailSenderException - Exception in io.commercetools.sunrise.email
An abstract base class for unchecked exception signalling issues related to an EmailSender.
EmailSenderException(String) - Constructor for exception io.commercetools.sunrise.email.EmailSenderException
 
EmailSenderException(String, Throwable) - Constructor for exception io.commercetools.sunrise.email.EmailSenderException
 
EmailSenderException(Throwable) - Constructor for exception io.commercetools.sunrise.email.EmailSenderException
 
EmailSenderException(String, Throwable, boolean, boolean) - Constructor for exception io.commercetools.sunrise.email.EmailSenderException
 

I

io.commercetools.sunrise.email - package io.commercetools.sunrise.email
 

M

MessageEditor - Interface in io.commercetools.sunrise.email
A functional interface for modifying a message without needing to handle checked exceptions like the MessagingExceptions thrown by MimeMessage.

S

send(MessageEditor) - Method in interface io.commercetools.sunrise.email.EmailSender
Create a completion stage that asynchronously sends an e-mail using the configuration of this e-mail service.
E I M S 
Skip navigation links