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 EMailEncryptionMandantMailData. getEncryption()Methods in de.xima.fc.entities with parameters of type EMailEncryption Modifier and Type Method Description voidMandantMailData. 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 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 voidMailSendUtil. 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 voidMailSendUtil. 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 IMailContextMailContextFactory. 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 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) -
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 EMailEncryptionEMailEncryption. getByName(String name)Achtung, wenn nichts gefunden wirdEMailEncryption.NONE zurückgeliefert.static EMailEncryptionEMailEncryption. 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.
-