- MailContentStore - Interface in org.xwiki.mail
-
Save, load and delete mail content.
- MailListener - Interface in org.xwiki.mail
-
Allows listening to Mail sending results.
- MailResult - Interface in org.xwiki.mail
-
The result of the batch of emails being sent.
- MailSender - Interface in org.xwiki.mail
-
Send mails.
- MailSenderConfiguration - Interface in org.xwiki.mail
-
Represents all XWiki configuration options for the Mail Sending feature.
- MailState - Enum in org.xwiki.mail
-
Represents the state of a mail (ready to be sent, sent successfully or failed to be sent).
- MailStatus - Class in org.xwiki.mail
-
Contains information about a mail (when it was sent, its status, etc).
- MailStatus() - Constructor for class org.xwiki.mail.MailStatus
-
Default constructor used by Hibernate to load an instance from the Database.
- MailStatus(String, MimeMessage, MailState) - Constructor for class org.xwiki.mail.MailStatus
-
Constructor initializing the MailStatus with mandatory fields (message id, batch id and recipients are extracted
from the passed message, the date is set as now and the state is passed).
- MailStatusResult - Interface in org.xwiki.mail
-
Provides status for each mail in the batch of mails that have been sent.
- MailStatusResultSerializer - Class in org.xwiki.mail
-
- MailStoreException - Exception in org.xwiki.mail
-
Encapsulate a Mail Store error.
- MailStoreException(String) - Constructor for exception org.xwiki.mail.MailStoreException
-
Construct a new exception with the specified detail message.
- MailStoreException(String, Throwable) - Constructor for exception org.xwiki.mail.MailStoreException
-
Construct a new exception with the specified detail message and cause.
- MimeBodyPartFactory<T> - Interface in org.xwiki.mail
-
Creates some message body Part to be added to a Multi Part message.
- MimeMessageFactory<T> - Interface in org.xwiki.mail
-
Create one or several MimeMessage.