SMIME Receive retrieves messages from a POP3 server, decrypts them if necessary using a certificate in the Windows certificate store, and adds any attachments to the list of files to be processed.

Input Parameters

  • SMIME_POPAddress (Required) - The address of the POP3 server. Example: mail.mycompany.com.
  • SMIME_Username (Required) - The username for accessing the above POP3 server. Example: joeuser.
  • SMIME_Password - The password for POP3 user account.
  • SMIME_DelWhenDone - Whether to delete messages when finished processing them. Default is True.
  • SMIME_DelMsgWOAttach - Whether to delete messages found on the POP3 account that do not contain attachments. If SMIME_DelWhenDone is True, messages will be deleted anyway. Default is False

If the script fails to run and returns an error, it is typically due to a configuration error. See the list of error codes to diagnose the problem.

Error Code

Meaning

500

A required task parameter was not found.

501

Could not access POP3 server.

502

Error while retrieving a message.

503

Error decrypting a message.

504

Error verifying a message signature.

505

Error saving attachment file.