The ConsumeEWS processor has no special handling for multipart mime
messages.  It would need to be extended to have more control over the
output.  It looks like all you can do is specify headers to include or
ignore.

On April 8, 2020 at 13:02:21, Jisson Dennis ([email protected]) wrote:

Hi ,

I have a usecase to monitor an exchange mailbox.
Using ConsumeEWS I am able to bind the inbox and receive the email flow
file. However, the message body alone cannot be extracted by the custom
processors next to ConsumeEWS.
All the mime parts including the attachment are parsed into a single body
part.
It looks like the multipart boundary is missing from the ConsumeEWS raw
message.
My flow is ConsumeEWS --> ExtractBody(ExecuteStreamCommand) -->
ExtractEmailAttachment --> ....

Any help to parse just the body would be much appreciated.
Thanks in advance.


Regards

Jisson Dennis
  • ConsumeEWS Jisson Dennis
    • Re: ConsumeEWS Otto Fowler

Reply via email to