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 booleanMailAPI. 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 booleanIMailHandler. 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 booleanMailHandler. sendClientMail(Mandant client, IBaseMailData mailData) - 
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 voidMailArchiveUtils. archive(File targetFile, MandantMailData data, IBaseMailData mail, EEmailArchiveFormat format)Archives an email by writing it to aFile.static voidMailSendUtil. send(MandantMailData data, IBaseMailData mail)Sends a mail or mails, using the client email server when available or the system mail server otherwise.static voidMailSendUtil. 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 voidMailSendUtil. send(IMailServerData serverData, IBaseMailData mail)Sends a mail or mails based on the server data and mail datastatic voidMailSendUtil. send(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, boolean allowUtf8, IBaseMailData mail)Deprecated.static voidMailSendUtil. send(String server, Integer port, javax.mail.Authenticator auth, EMailEncryption encryption, IBaseMailData mail)Deprecated.static ISendMailReportMailSendUtil. sendWithReport(MandantMailData data, IBaseMailData mail)Sends a mail or mails, using the client email server when available or the system mail server otherwise.static ISendMailReportMailSendUtil. 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 ISendMailReportMailSendUtil. 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 voidDefaultMailContext. archive(IBaseMailData mail, Mandant client, File file)protected ISendMailReportDefaultMailContext. buildAndSendMessage(IBaseMailData mail, Mandant client)protected voidDefaultMailContext. buildContent(IBaseMailData mail, javax.mail.internet.MimeMessage msg, Mandant client)protected javax.mail.internet.MimeMessageDefaultMailContext. createMimeMessage(IBaseMailData mail, Mandant client)protected javax.mail.internet.MimeMessageDefaultMailContext. createMimeMessage(javax.mail.Session session, IBaseMailData mail, Mandant client)protected javax.mail.internet.MimeMessageMSGraphMailContext. createMimeMessage(IBaseMailData mail, Mandant client)protected com.microsoft.graph.models.UserMSGraphMailContext. searchUser(com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request> graphClient, IBaseMailData mail)protected ISentMailDataMSGraphMailContext. send(com.microsoft.graph.requests.GraphServiceClient<okhttp3.Request> graphClient, javax.mail.internet.MimeMessage msg, IBaseMailData mail, Mandant client)ISendMailReportDefaultMailContext. sendWithReport(IBaseMailData mail)ISendMailReportDefaultMailContext. sendWithReport(IBaseMailData mail, Mandant client)ISendMailReportMSGraphMailContext. sendWithReport(IBaseMailData mail)ISendMailReportMSGraphMailContext. 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 interfaceIMailDataDeprecated.useIBaseMailDatainsteadMethods in de.xima.fc.mail.interfaces with parameters of type IBaseMailData Modifier and Type Method Description voidIMailContext. archive(IBaseMailData mail, Mandant client, File file)Create an archived file of the mail.javax.mail.internet.MimeBodyPartIMailEncryptor. encrpytMessageBody(IBaseMailData mailData, javax.mail.internet.MimeBodyPart bodyPart, Mandant client)Method to encrypt the main body-part of an maildefault voidIMailContext. send(IBaseMailData mail)Sends an mail based on the given datadefault voidIMailContext. send(IBaseMailData mail, Mandant client)Sends a mail based on the given dataISendMailReportIMailContext. sendWithReport(IBaseMailData mail)Sends a mail based on the given dataISendMailReportIMailContext. 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 classMultipartMailDeprecated.useMultipartMailDatainsteadclassSimpleTextMailDeprecated.useTextMailDatainstead - 
Uses of IBaseMailData in de.xima.fc.mdl.mail
Classes in de.xima.fc.mdl.mail that implement IBaseMailData Modifier and Type Class Description classMultipartMailDataText email data with attached FilesclassTextMailDataModel containing basic mail properties 
 -