Data privacy notice

 

When this content is loaded, usage information is transmitted to Vimeo and may be processed there.

 

             

Mail encryption plugin

Modified on Mon, 17 Jul, 2023 at 8:56 AM

Interface IMailEncryptionPlugin

Use cases

  • Finding of a certificate to encrypt an email in the "E-Mail" action.


Method signature

IPluginMailEncryptionRetVal findCertificateForMail(IPluginMailEncryptionParams params) throws FCPluginException

Parameters:The type IPluginMailEncryptionParams contains following attributes:
  • Access to email address as string to which the email should be send to (getMailAddress)
  • Access to the current client (getClient)


Return values: The return value has to be of the type IPluginProcessingRetValand should contain following attributes:
  • X509Certificate certificate, with which the email should be encrypted. May be null if no certificate could be found.


An exception of type FCPluginException is thrown when any errors have occurred in the plugin

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article