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 IMailContextMailContextProvider. getContextFor(Mandant m)static IMailContextMailContextProvider. getContextFor(MandantMailData mailData)static IMailContextMailContextProvider. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption)static IMailContextMailContextProvider. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8)static IMailContextMailContextProvider. 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 classMailContextAllgemeiner 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 IMailContextMailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8) -
Uses of IMailContext in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces that return IMailContext Modifier and Type Method Description default IMailContextIMailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption)IMailContextIMailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8)
-