Uses of Interface
de.xima.fc.mail.interfaces.IMailContext
Packages that use IMailContext
-
Uses of IMailContext in de.xima.fc.mail
Methods in de.xima.fc.mail that return IMailContextModifier and TypeMethodDescriptionstatic IMailContext
MailContextProvider.getContextFor
(Mandant client) Creates an mail context for the given clientstatic IMailContext
MailContextProvider.getContextFor
(MandantMailData mailData) Creates an mail context for the given client mail datastatic IMailContext
MailContextProvider.getContextFor
(IMailServerData serverData) Creates an mail context for the given server datastatic IMailContext
MailContextProvider.getContextFor
(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption) Deprecated.static IMailContext
MailContextProvider.getContextFor
(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8) Deprecated.static IMailContext
MailContextProvider.getSystemContext()
Creates an mail context for the system mail serverstatic IMailContext
MailContextProvider.getSystemContext
(Mandant client) Creates an mail context for the system mail serverstatic IMailContext
MailContextProvider.getSystemContext
(MandantMailData mailData) Creates an mail context for the system mail server -
Uses of IMailContext in de.xima.fc.mail.impl.context
Classes in de.xima.fc.mail.impl.context that implement IMailContextModifier and TypeClassDescriptionclass
Default implementation for sending mails via smtpclass
Mail context for sending MIME mails via the ms graph apiclass
Mail context for sending mail via SMTP with user authenticationMethods in de.xima.fc.mail.impl.context that return IMailContext -
Uses of IMailContext in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces that return IMailContextModifier and TypeMethodDescriptionIMailContextFactory.getContextFor
(IMailServerData serverData) Creates an mail context for the given server datadefault IMailContext
IMailContextFactory.getContextFor
(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption) Deprecated.default IMailContext
IMailContextFactory.getContextFor
(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8) Deprecated.
MailContextProvider.getContextFor(String, Integer, Authenticator, EMailEncryption, boolean)
.