Uses of Class
de.xima.fc.mdl.enums.EMailEncryption
-
Packages that use EMailEncryption Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.application de.xima.fc.mail de.xima.fc.mail.impl de.xima.fc.mail.interfaces de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EMailEncryption in de.xima.fc.entities
Methods in de.xima.fc.entities that return EMailEncryption Modifier and Type Method Description EMailEncryption
MandantMailData. getEncryption()
Methods in de.xima.fc.entities with parameters of type EMailEncryption Modifier and Type Method Description void
MandantMailData. setEncryption(EMailEncryption encryption)
-
Uses of EMailEncryption in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EMailEncryption Modifier and Type Method Description EMailEncryption[]
EnumBean. getEMailEncryption()
-
Uses of EMailEncryption in de.xima.fc.mail
Methods in de.xima.fc.mail with parameters of type EMailEncryption Modifier and Type Method Description static 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)
static void
MailSendUtil. send(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8, IBaseMailData mail)
Sends a single email via the given mail server.static void
MailSendUtil. send(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, IBaseMailData mail)
Sends a single email via the given mail server. -
Uses of EMailEncryption in de.xima.fc.mail.impl
Methods in de.xima.fc.mail.impl with parameters of type EMailEncryption Modifier and Type Method Description IMailContext
MailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8)
-
Uses of EMailEncryption in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces with parameters of type EMailEncryption Modifier and Type Method Description default IMailContext
IMailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption)
IMailContext
IMailContextFactory. getContextFor(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8)
-
Uses of EMailEncryption in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EMailEncryption Modifier and Type Method Description static EMailEncryption
EMailEncryption. getByName(String name)
Achtung, wenn nichts gefunden wirdEMailEncryption
.NONE zurückgeliefert.static EMailEncryption
EMailEncryption. valueOf(String name)
Returns the enum constant of this type with the specified name.static EMailEncryption[]
EMailEncryption. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-