Uses of Interface
de.xima.fc.interfaces.mail.IBaseMailData
-
Packages that use IBaseMailData Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.mail de.xima.fc.mail.impl de.xima.fc.mail.interfaces de.xima.fc.mail.type de.xima.fc.mdl.mail -
-
Uses of IBaseMailData in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type IBaseMailData Modifier and Type Method Description boolean
MailAPI. sendClientMail(Mandant client, IBaseMailData mailData)
Sends an email as the given client -
Uses of IBaseMailData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type IBaseMailData Modifier and Type Method Description boolean
IMailHandler. sendClientMail(Mandant client, IBaseMailData mailData)
Sends an email as the given client -
Uses of IBaseMailData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type IBaseMailData Modifier and Type Method Description boolean
MailHandler. sendClientMail(Mandant client, IBaseMailData mailData)
Sends an email as the given client -
Uses of IBaseMailData in de.xima.fc.mail
Methods in de.xima.fc.mail with parameters of type IBaseMailData Modifier and Type Method Description static void
MailSendUtil. send(MandantMailData data, IBaseMailData mail)
static void
MailSendUtil. send(Mandant client, IBaseMailData mail)
static void
MailSendUtil. send(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, IBaseMailData mail)
-
Uses of IBaseMailData in de.xima.fc.mail.impl
Methods in de.xima.fc.mail.impl with parameters of type IBaseMailData Modifier and Type Method Description void
MailContext. send(IBaseMailData mail)
void
MailContext. send(IBaseMailData mail, Mandant client)
Verschickt eine E-Mail unter Verwendung der übergebenen Parameter -
Uses of IBaseMailData in de.xima.fc.mail.interfaces
Subinterfaces of IBaseMailData in de.xima.fc.mail.interfaces Modifier and Type Interface Description interface
IMailData
Deprecated.useIBaseMailData
insteadMethods in de.xima.fc.mail.interfaces with parameters of type IBaseMailData Modifier and Type Method Description javax.mail.internet.MimeBodyPart
IMailEncryptor. encrpytMessageBody(IBaseMailData mailData, javax.mail.internet.MimeBodyPart bodyPart, Mandant client)
Method to encrypt the main body-part of an mailvoid
IMailContext. send(IBaseMailData mail)
void
IMailContext. send(IBaseMailData mail, Mandant client)
-
Uses of IBaseMailData in de.xima.fc.mail.type
Classes in de.xima.fc.mail.type that implement IBaseMailData Modifier and Type Class Description class
MultipartMail
Deprecated.useMultipartMailData
insteadclass
SimpleTextMail
Deprecated.useTextMailData
instead -
Uses of IBaseMailData in de.xima.fc.mdl.mail
Classes in de.xima.fc.mdl.mail that implement IBaseMailData Modifier and Type Class Description class
MultipartMailData
Text email data with attached Filesclass
TextMailData
Model containing basic mail properties
-