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.mailMethods in de.xima.fc.mail that return IMailContext Modifier and Type Method Description static IMailContextMailContextProvider. getContextFor(Mandant client)Creates an mail context for the given clientstatic IMailContextMailContextProvider. getContextFor(MandantMailData mailData)Creates an mail context for the given client mail datastatic IMailContextMailContextProvider. getContextFor(IMailServerData serverData)Creates an mail context for the given server datastatic 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)Deprecated.static IMailContextMailContextProvider. getSystemContext()Creates an mail context for the system mail server
- 
Uses of IMailContext in de.xima.fc.mail.impl.contextClasses in de.xima.fc.mail.impl.context that implement IMailContext Modifier and Type Class Description classDefaultMailContextDefault implementation for sending mails via smtpclassMSGraphMailContextMail context for sending MIME mails via the ms graph apiclassPasswordMailContextMail context for sending mail via SMTP with user authenticationMethods in de.xima.fc.mail.impl.context that return IMailContext Modifier and Type Method Description IMailContextMailContextFactory. getContextFor(IMailServerData serverData)
- 
Uses of IMailContext in de.xima.fc.mail.interfacesMethods in de.xima.fc.mail.interfaces that return IMailContext Modifier and Type Method Description IMailContextIMailContextFactory. getContextFor(IMailServerData serverData)Creates an mail context for the given server datadefault IMailContextIMailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption)Deprecated.default IMailContextIMailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8)Deprecated.
 
-