Overview
This version is for Appian 22.3 and above. Cloud customers on a lower version of Appian that want to install this plugin should open a support case. Self-managed customers can find the latest jar for Appian 22.2 and lower version by downloading from the app market.
Enhancement to the plug-in to enable the selection of whether or not to include the email attachments as part of the EML document. Previously, the plug-in would create an EML document with the attachments stripped out. Our client needs to preserve the original e-mail as it was sent (for auditing purposes), so the EML must include the attachments as part of it. This update extends the functionality to allow the user to select whether they want an EML with the attachments removed (original functionality), an EML with attachments included, or both (2 EMLS of original email - one without the attachments included and one with the attachments included). Any e-mail attachments will continue to be saved separately.
Key Features & Functionality
Takes all unread email from a mailbox and adds entries directly to a database table.The original email is saved as an EML based on three attachment type options
Each email attachment is saved as its own document. The database tables store the Appian document ids, email recipients, subject and body (text and HTML)
ok. Thanks. The code is being customised to include some validations after reading the emails.
Sure, the code is included in the jar. That said, what are you trying to do with these messages? There are only a few things that can be done in email.
Thanks for the quick update, Mike. Is it possible to customise that code?
You need to use the preconfigured values only - these are the activities programmed into the node's code.
Mike Cichy, We observe that when passed to the smart-service parameters OnSuccess and OnFailure are from a constant or process variable, they are not received by the plug-in code. Only pre-configured values (Delete/ mark as read) visible in the value dropfown seem to be accepted. Can you please advise if there is a way to change this behaviour to accept other values from constants or are we required to use the pre-configured values only?
Thanks, Mike.
Was IMAP disabled for the account? Microsoft has been announcing and delaying disabling basic auth for a few years, and I think it may have actually happened.
Or IMAP was disabled at the org level and nobody told you.
Either way, I would recommend switching to the MSGraph Poller to work with office 365. It's faster and provides the same functionality, with the the same data structure.
Hi Mike,
Yes we have verified the credentials and they are working fine and we are able to login to outlook mailbox.
Both Version - Version 1.1.6 and New verion with support to Jakarta library (Got installed via ticket on 22.2 version).
We are getting below error -
528 : UnattendedJavaActivityRequest] ERROR com.appiancs.mail.MailPollerSmartService - Error during mail polling
javax.mail.AuthenticationFailedException: LOGIN failed.
at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:661)
Do you have the stack trace or any additional detail? Not much to go on otherwise.
What do you mean by "both versions"?
How have you verified the credentials?
We are seeing one strange behavior where Plugin has started giving us LOGIN Failed error even when mailbox credentials are correct and working perfectly fine.
We are on 22.2 and tried for both the version of plugins 1.1.6 and by deploying the Plugin as mentioned in release notes but getting same error in all the env