If you haven't already, please contact our support team (http://www.safe.com/support) and ask for their assistance. They will be able to find out if this a known issue and how to get around it.
Hi @jakobr - I'm surprised to see this failing when the attachments aren't (relatively) that large! How often is the poll interval? How many emails are being read each time the IMAP Publication runs?
You can try increasing the maximum memory in the processMonitorConfigCore.txt file, located in <FMEServer>\\Server\\.
Find the line that starts with # Start FME Server Publisher Plugin (imap) – around Line 355.
You can increase the -Xmx256m to -Xmx512m or higher! Note that FME Server will need to be restarted for changes to take effect.
*You must also add the line NODE_OVERWRITE=true to the top of this config file for changes to be accepted.