Overview
This version is for Appian 25.1 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 download the latest JAR for Appian 25.1 and later from the AppMarket.
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)
Thanks, appreciate it - looks like we need to update the code for the jakarta lib update.
Thanks, Matt.
We’re also raised a support case with Appian. Just checking—did you get any update from them or come across any alternative plugin or workaround that works with Appian 25.2?
Let’s stay in touch here in case either of us hears anything from Appian Support or the plugin maintainers.
Having the same issue. We've reached out to Appian Support.
Below is the relevant system log error:
Caused by: java.lang.IllegalStateException: Error while searching for service [jakarta.activation.spi.MailcapRegistryProvider] at jakarta.activation.FactoryFinder$1.createException(FactoryFinder.java:30) at jakarta.activation.ServiceLoaderUtil.firstByServiceLoader(ServiceLoaderUtil.java:41) at jakarta.activation.FactoryFinder.find(FactoryFinder.java:71) at jakarta.activation.MailcapCommandMap.getImplementation(MailcapCommandMap.java:703) at jakarta.activation.MailcapCommandMap.addMailcap(MailcapCommandMap.java:537) at com.appiancs.mail.MailPoller.<clinit>(MailPoller.java:31) Caused by: java.util.ServiceConfigurationError: jakarta.activation.spi.MailcapRegistryProvider: Provider org.eclipse.angus.activation.MailcapRegistryProviderImpl not found
Hi,
We are facing an issue with the Mail Poller plugin after upgrading to Appian 25.2. The plugin is no longer working, and our email poller process model is failing.
We suspect this is due to the version upgrade, as it was working fine before. Has anyone else experienced a similar issue with this plugin after upgrading to 25.2?
Appreciate any help or suggestions.
Thanks
Hi ,
Can an oracle version be provided for this plugin?
We are on an On-prem installation with Oracle DB.
Thanks in Advance.
we are doing first time set up of this plugin and facing connection time out issue, No error other than time out message. We are on cloud latest version and using VPN to connect cloud. Any additional or DNS port settings we need too consider for successful connection. any thoughts?
Looking at the eml, I think the attachment is not actually an attachment but an embedded document and that is why it is not being read correctly. The code is looking for Content-Disposition header value of "attachment", since none is present here, it is treating it just like another body part and skipping over the document.
Hi Mike,I assume there are no embedded attachments, and this issue has been happening for a long time. Could you provide more information to help debug the issue? I’ve also attached the structure of the email content I received for your reference.