Uses of Class
de.xima.fc.mail.MailSecurityException
Packages that use MailSecurityException
-
Uses of MailSecurityException in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces that throw MailSecurityExceptionModifier and TypeMethodDescriptionIMailSecurity.encryptMessageBody(javax.mail.internet.MimeBodyPart bodyPart, Mandant client, javax.mail.Address... recipients) Encrypts the body of a mail message using the givenMimeBodyPartand recipientAddresses.javax.mail.internet.MimeBodyPartIMailSecurity.signMessageBody(javax.mail.internet.MimeBodyPart bodyPart, Mandant client, javax.mail.Address sender) Signs the mail message using the givenIBaseMailDataand senderAddress.