public interface IMailEncryptor
Modifier and Type | Method and Description |
---|---|
javax.mail.internet.MimeBodyPart |
encrpytMessageBody(IBaseMailData mailData,
javax.mail.internet.MimeBodyPart bodyPart,
Mandant client)
Method to encrypt the main body-part of an mail
|
javax.mail.internet.MimeBodyPart encrpytMessageBody(IBaseMailData mailData, javax.mail.internet.MimeBodyPart bodyPart, Mandant client) throws Exception
mailData
- the IBaseMailData
of the mailbodyPart
- the MimeBodyPart
to encryptclient
- The current Mandant
for which the mail is sent.MimeBodyPart
Exception
- on errors during encryptionCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.