<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tFileInputMail - detach from HTML mail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284040#M57819</link>
    <description>Hi, just wondering ... did you get my test case?&lt;BR /&gt;Thanks!</description>
    <pubDate>Thu, 10 Apr 2014 05:06:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-10T05:06:07Z</dc:date>
    <item>
      <title>tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284033#M57812</link>
      <description>Hi,&lt;BR /&gt;I have a problem with detaching attachments from HTML mails using tFileInputMail - is it even possible/supported?&lt;BR /&gt;From the mail file, I see attachment like this:&lt;BR /&gt;Content-Type: application/octet-stream;&lt;BR /&gt;	name="xyz.csv"&lt;BR /&gt;Content-Transfer-Encoding: base64&lt;BR /&gt;&lt;BR /&gt;Thanks for your support!&lt;BR /&gt;Greg</description>
      <pubDate>Mon, 07 Apr 2014 15:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284033#M57812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-07T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284034#M57813</link>
      <description>Hi, &lt;BR /&gt;Have you checked online component reference &lt;A href="https://help.talend.com/search/all?query=tFileInputMail&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tFileInputMail&lt;/A&gt;, which reads the header and content parts of defined email file(The file should be saved in local).&lt;BR /&gt;What's your job design? tpop--&amp;gt;tFileInputMail? Could you please show us your work flow screenshots?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 08 Apr 2014 04:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284034#M57813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T04:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284035#M57814</link>
      <description>I have no problems detaching from plaintext mail. But from HTML mail, I have problems.&lt;BR /&gt;For testing purposes, I have a local mail file test.mail (I got it from tPop), which I just process via tFileinputMail --&amp;gt; tLogRow. I successfully parse some mail fields (From, Subject, Status etc.), however I don't get attachments detached.&lt;BR /&gt;Greg</description>
      <pubDate>Tue, 08 Apr 2014 05:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284035#M57814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T05:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284036#M57815</link>
      <description>Hi, &lt;BR /&gt;What is the schema that you defined for your tFileInputMail?&lt;BR /&gt;Basic Settings of tFileInputMail:&lt;BR /&gt;Collumn           Mail part&lt;BR /&gt;SUBJECT          SUBJECT&lt;BR /&gt;ATTACHMENT   ATTACHMENT&lt;BR /&gt;Could you please show your component setting screenshot to us?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 08 Apr 2014 08:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284036#M57815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T08:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284037#M57816</link>
      <description>&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;One thing I've figured. 
&lt;BR /&gt;The content I get from tPOP is: 
&lt;BR /&gt; 
&lt;PRE&gt;Content-Type: application/octet-stream;&lt;BR /&gt;	name="xyz.csv"&lt;BR /&gt;Content-Transfer-Encoding: base64&lt;/PRE&gt; 
&lt;BR /&gt;If I change that to: 
&lt;BR /&gt; 
&lt;PRE&gt;Content-Disposition: attachment;&lt;BR /&gt;	filename="xyz.csv"	&lt;BR /&gt;Content-Transfer-Encoding: base64&lt;/PRE&gt; 
&lt;BR /&gt;... it works! Seems like that I don't get "Content-Disposition: attachment" part from tPOP if the mail is in HTML. 
&lt;BR /&gt;Can you reproduce this? Perhaps I can send you test.mail file? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Greg</description>
      <pubDate>Tue, 08 Apr 2014 16:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284037#M57816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T16:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284038#M57817</link>
      <description>Hi, &lt;BR /&gt;Could you please indicate the build version you're using? Sending the test.mail file to me will be preferred so that we can take a testing for this scenario.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 09 Apr 2014 03:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284038#M57817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T03:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284039#M57818</link>
      <description>I'm on:&lt;BR /&gt;"Talend Open Studio for Data Integration"&lt;BR /&gt;Version: 5.4.1&lt;BR /&gt;Build id: r111943-20131212-1133&lt;BR /&gt;I've sent you a link to test.mail and exportet job.&lt;BR /&gt;Thanks for your time.&lt;BR /&gt;Greg</description>
      <pubDate>Wed, 09 Apr 2014 05:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284039#M57818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T05:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284040#M57819</link>
      <description>Hi, just wondering ... did you get my test case?&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 10 Apr 2014 05:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284040#M57819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T05:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284041#M57820</link>
      <description>Hi vevavar, &lt;BR /&gt;Sorry for delay.&lt;BR /&gt;Thanks for your email, however, I cannot get them from drive.google.com. Would you mind sending them to me by attachment?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 10 Apr 2014 09:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284041#M57820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284042#M57821</link>
      <description>How can I send the attachments to you? I don't have your email. Sorry, I'm new to this forum 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 10 Apr 2014 10:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284042#M57821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284043#M57822</link>
      <description>Hi, &lt;BR /&gt;You can click the "E-mail" link under my avatar. I have send a confirmation email to you. Could you please check it?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 10 Apr 2014 10:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284043#M57822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T10:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284044#M57823</link>
      <description>Hi, I've sent you both attachments. 
&lt;BR /&gt;Fingers crossed 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284044#M57823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-10T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284045#M57824</link>
      <description>Hi vevavar, 
&lt;BR /&gt;I have made a testing for your case and got the same result as yours.
&lt;BR /&gt;Could you please open a Work Item jira issue on 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendBugTracker&lt;/A&gt;, our developer will check it.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 11 Apr 2014 10:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284045#M57824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T10:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284046#M57825</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Does this feature of extracting attachment from email using component tfileinputmail available &amp;nbsp;in 5.4 version ??.
&lt;BR /&gt;I have been trying in 5.4 but no success.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Krishna</description>
      <pubDate>Mon, 17 Oct 2016 16:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284046#M57825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-17T16:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284047#M57826</link>
      <description>Hi,&lt;BR /&gt;What's the error message you are getting when&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;extracting attachment from email using component tfileinputmail in 5.4?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 18 Oct 2016 09:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284047#M57826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-18T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284048#M57827</link>
      <description>Hi ,
&lt;BR /&gt;tFileInputMail component , only extracting the text of the email , but not extracting the attachment. Screenshot attached.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Krisreddy</description>
      <pubDate>Tue, 18 Oct 2016 18:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284048#M57827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-18T18:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail - detach from HTML mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284049#M57828</link>
      <description>&lt;P&gt;Hey Sabrina (@xdshi),&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;We are running into exactly the same issue that Greg (@vevavar) describes in this thread. I've done a fair amount of searching but haven't been able to find a resolution to the issue. There is no way it has remain unresolved for 4 years now right? Can you please point me to the thread where there is documentation on how to resolve this specific problem, or the appropriate JIRA ticket in TalendBugTracker which is related to this issue?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks!&lt;/P&gt; 
&lt;P&gt;Fred&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;HR /&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 18:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-detach-from-HTML-mail/m-p/2284049#M57828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-09T18:45:36Z</dc:date>
    </item>
  </channel>
</rss>

