添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Dear all,

i have to download the mail, extract the attachment, and process this one.In error case this mail should be send to user.

My talend process works well with tfileinputmail mime (.mail). In error case the original email (xxx.mail) will be send to user. But unfortunately user cannot open attachem mail in format ".mail" !!!

I tried to process this one with ".msg". Mail is correctly downloaded. But in tfileinputmail MSG i get following error:

ERROR L.i.tFileInputMail_2 - org.apache.poi.poifs.filesystem.NotOLE2FileException:Invalid header signature; read 0x6465766965636552, expected 0xE11AB1A1E011CFD0 - Your file appears not to be a valid OLE2 document

How I can send the email with ".mail", so that the user can open it or why I get error with tfileinputmail MSG?

Kind regards