Package | Description |
---|---|
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.gui.bean.application | |
de.xima.fc.mail | |
de.xima.fc.mail.impl | |
de.xima.fc.mail.interfaces | |
de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
Modifier and Type | Method and Description |
---|---|
EMailEncryption |
MandantMailData.getEncryption() |
Modifier and Type | Method and Description |
---|---|
void |
MandantMailData.setEncryption(EMailEncryption encryption) |
Modifier and Type | Method and Description |
---|---|
EMailEncryption[] |
EnumBean.getEMailEncryption() |
Modifier and Type | Method and Description |
---|---|
static IMailContext |
MailContextProvider.getContextFor(String server,
Integer port,
javax.mail.Authenticator auth,
EMailEncryption encryption) |
static void |
MailSendUtil.send(String server,
Integer port,
javax.mail.Authenticator auth,
EMailEncryption encryption,
IBaseMailData mail) |
Modifier and Type | Method and Description |
---|---|
IMailContext |
MailContextFactory.getContextFor(String server,
Integer port,
javax.mail.Authenticator auth,
EMailEncryption encryption) |
Modifier and Type | Method and Description |
---|---|
IMailContext |
IMailContextFactory.getContextFor(String server,
Integer port,
javax.mail.Authenticator auth,
EMailEncryption encryption) |
Modifier and Type | Method and Description |
---|---|
static EMailEncryption |
EMailEncryption.getByName(String name)
Achtung, wenn nichts gefunden wird
EMailEncryption .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.
|
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.