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 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) Deprecated.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 serverstatic IMailContextMailContextProvider.getSystemContext(Mandant client) Creates an mail context for the system mail serverstatic IMailContextMailContextProvider.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 TypeClassDescriptionclassDefault implementation for sending mails via smtpclassMail context for sending MIME mails via the ms graph apiclassMail 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 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. 
MailContextProvider.getContextFor(String, Integer, Authenticator, EMailEncryption, boolean).