Dear Community, When using poll enrich to get email with attachments, I found that the email attachments lost when I'm using Camel 3.18.6. I tried to debug the programe and found the root cause that PollEnricher uses ExchangeHelper.copyResultsPreservePattern() to copy resource Exchange to result Exchange. But ExchangeHelper.copyResultsPreservePattern() doesn't copy safeCopyProperties which containing the "CamelAttachmentObjects" until it's fixed in Camel 4.0.0.
My question is: is there any workaround with less effort to let me get the email attachment with poll enrich using Camel 3.18.6? Regards, Jane