Package de.xima.fc.mail.interfaces
Interface IMailEncryptor
- 
public interface IMailEncryptorInterface for mail-encryptors- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.mail.internet.MimeBodyPartencrpytMessageBody(IBaseMailData mailData, javax.mail.internet.MimeBodyPart bodyPart, Mandant client)Method to encrypt the main body-part of an mail 
 - 
 
- 
- 
Method Detail
- 
encrpytMessageBody
javax.mail.internet.MimeBodyPart encrpytMessageBody(IBaseMailData mailData, javax.mail.internet.MimeBodyPart bodyPart, Mandant client) throws Exception
Method to encrypt the main body-part of an mail- Parameters:
 mailData- theIBaseMailDataof the mailbodyPart- theMimeBodyPartto encryptclient- The currentMandantfor which the mail is sent.- Returns:
 - The encrypted 
MimeBodyPart - Throws:
 Exception- on errors during encryption
 
 - 
 
 -