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.context 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
MailArchiveUtils. archive(File targetFile, MandantMailData data, IBaseMailData mail, EEmailArchiveFormat format)
Archives an email by writing it to aFile
.static void
MailSendUtil. send(MandantMailData data, IBaseMailData mail)
Sends a mail or mails, using the client email server when available or the system mail server otherwise.static void
MailSendUtil. send(Mandant client, IBaseMailData mail)
Sends a mail or mails, using the email server of the client when available, or the system email server otherwise.static void
MailSendUtil. send(IMailServerData serverData, IBaseMailData mail)
Sends a mail or mails based on the server data and mail datastatic void
MailSendUtil. send(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8, IBaseMailData mail)
Deprecated.static void
MailSendUtil. send(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, IBaseMailData mail)
Deprecated.static ISendMailReport
MailSendUtil. sendWithReport(MandantMailData data, IBaseMailData mail)
Sends a mail or mails, using the client email server when available or the system mail server otherwise.static ISendMailReport
MailSendUtil. sendWithReport(Mandant client, IBaseMailData mail)
Sends a mail or mails, using the email server of the client when available, or the system email server otherwise.static ISendMailReport
MailSendUtil. sendWithReport(IMailServerData serverData, IBaseMailData mail)
Sends a mail or mails based on the server data and mail data -
Uses of IBaseMailData in de.xima.fc.mail.impl.context
Methods in de.xima.fc.mail.impl.context with parameters of type IBaseMailData Modifier and Type Method Description void
DefaultMailContext. archive(IBaseMailData mail, Mandant client, File file)
protected ISendMailReport
DefaultMailContext. buildAndSendMessage(IBaseMailData mail, Mandant client)
protected void
DefaultMailContext. buildContent(IBaseMailData mail, javax.mail.internet.MimeMessage msg, Mandant client)
protected javax.mail.internet.MimeMessage
DefaultMailContext. createMimeMessage(IBaseMailData mail, Mandant client)
protected javax.mail.internet.MimeMessage
DefaultMailContext. createMimeMessage(javax.mail.Session session, IBaseMailData mail, Mandant client)
protected javax.mail.internet.MimeMessage
MSGraphMailContext. createMimeMessage(IBaseMailData mail, Mandant client)
protected com.microsoft.graph.models.User
MSGraphMailContext. searchUser(com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request> graphClient, IBaseMailData mail)
protected ISentMailData
MSGraphMailContext. send(com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request> graphClient, javax.mail.internet.MimeMessage msg, IBaseMailData mail, Mandant client)
ISendMailReport
DefaultMailContext. sendWithReport(IBaseMailData mail)
ISendMailReport
DefaultMailContext. sendWithReport(IBaseMailData mail, Mandant client)
ISendMailReport
MSGraphMailContext. sendWithReport(IBaseMailData mail)
ISendMailReport
MSGraphMailContext. sendWithReport(IBaseMailData mailData, Mandant client)
-
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 void
IMailContext. archive(IBaseMailData mail, Mandant client, File file)
Create an archived file of the mail.javax.mail.internet.MimeBodyPart
IMailEncryptor. encrpytMessageBody(IBaseMailData mailData, javax.mail.internet.MimeBodyPart bodyPart, Mandant client)
Method to encrypt the main body-part of an maildefault void
IMailContext. send(IBaseMailData mail)
Sends an mail based on the given datadefault void
IMailContext. send(IBaseMailData mail, Mandant client)
Sends a mail based on the given dataISendMailReport
IMailContext. sendWithReport(IBaseMailData mail)
Sends a mail based on the given dataISendMailReport
IMailContext. sendWithReport(IBaseMailData mail, Mandant client)
Sends a mail based on the given data -
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
-