mail plugin not seeing .txt attachments in 5.2

Hi,

I am adding a loop in servoy 5.2 to pickup simple message from a pop server which have .txt attachments.

The issue is the mail plugin seems to read these as inline attachments, so i cannot strip off the attachment.

Is there anyway of forcing the mail plugin to read these as attachments or is this a general issue with .txt extensions as attachments on email?

when the file ends in .txt I get an attachment array with array[0].

David

David,

It seems that the mail plugin saves text attachments in the plainMsg field, do you get the attachment text using getPlainMsg()?

Multiple text attachments are probably overwritten, please create a case for that.

Rob