Uses of Interface
de.xima.fc.mail.interfaces.IMailContext
-
Packages that use IMailContext Package Description de.xima.fc.mail de.xima.fc.mail.impl 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 m)
static IMailContext
MailContextProvider. getContextFor(MandantMailData mailData)
static IMailContext
MailContextProvider. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption)
static IMailContext
MailContextProvider. getSystemContext()
-
Uses of IMailContext in de.xima.fc.mail.impl
Classes in de.xima.fc.mail.impl that implement IMailContext Modifier and Type Class Description class
MailContext
Allgemeiner SMTP-Kontext für E-Mail-Versand und Session-Verwaltung.Methods in de.xima.fc.mail.impl that return IMailContext Modifier and Type Method Description IMailContext
MailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption)
-
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(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption)
-