Uses of Interface
de.xima.fc.mail.interfaces.IMailContext
-
Packages that use IMailContext Package Description de.xima.fc.mail de.xima.fc.mail.impl.context de.xima.fc.mail.interfaces -
-
Uses of IMailContext in de.xima.fc.mail
Methods in de.xima.fc.mail that return IMailContext Modifier and Type Method Description static 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)
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 server -
Uses of IMailContext in de.xima.fc.mail.impl.context
Classes in de.xima.fc.mail.impl.context that implement IMailContext Modifier and Type Class Description class
DefaultMailContext
Default implementation for sending mails via smtpclass
MSGraphMailContext
Mail context for sending MIME mails via the ms graph apiclass
PasswordMailContext
Mail context for sending mail via SMTP with user authenticationMethods in de.xima.fc.mail.impl.context that return IMailContext Modifier and Type Method Description IMailContext
MailContextFactory. getContextFor(IMailServerData serverData)
-
Uses of IMailContext in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces that return IMailContext Modifier and Type Method Description IMailContext
IMailContextFactory. 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.
-