<?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: extract email attachments from mail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347673#M114891</link>
    <description>xanworld,
&lt;BR /&gt;Please check the mail parts you have included.
&lt;BR /&gt;I don't think there is any "name" in the mail part.
&lt;BR /&gt;If you are looking for sender use "From", receiver use "Received"
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Jagadish.</description>
    <pubDate>Thu, 09 Jan 2014 12:32:24 GMT</pubDate>
    <dc:creator>jagadish_dasari</dc:creator>
    <dc:date>2014-01-09T12:32:24Z</dc:date>
    <item>
      <title>extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347666#M114884</link>
      <description>i normally receive excel based email attachments from a predefine email. how do i extract the attachments only and store them in a folder. i can connect to the email server using talend and can download the emails. but i only want to extract the excel attachments.</description>
      <pubDate>Sat, 16 Nov 2024 13:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347666#M114884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347667#M114885</link>
      <description>Hi;&lt;BR /&gt;You'll see an example of a Job wich POP the email on a local location and then iterate on it to extract the Attached document (Excel files).&lt;BR /&gt;Then if you need to parse each Excel files, use another SubJob and tFileList on the Excel files location and iterate on the tFileInputExcel component.&lt;BR /&gt;Best regards;</description>
      <pubDate>Thu, 08 Apr 2010 16:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347667#M114885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-08T16:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347668#M114886</link>
      <description>Hi &lt;BR /&gt;I was unable to even retrieve the emails Can some one please help me with this.&lt;BR /&gt;Thanks&lt;BR /&gt;Anji</description>
      <pubDate>Tue, 03 May 2011 20:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347668#M114886</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-05-03T20:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347669#M114887</link>
      <description>what error did you get? Does it specify anything is wrong with your connection settings?</description>
      <pubDate>Wed, 04 May 2011 16:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347669#M114887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-04T16:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347670#M114888</link>
      <description>I am using the same logic to retrieve all attachments from my email server. I can see the emails are getting downloaded but only one attachments is getting extracted (oldest date attachment is getting extracted), and that too, the extracted file is empty!! I am connecting to gmail server and my aim is to download all attachments from emails on a local drive. I am using imap protocol with 993 port and SSL included. 
&lt;BR /&gt;I am getting below error but the emails are getting fetched too! without all attachments. 
&lt;BR /&gt; 
&lt;FONT color="#FF0000"&gt;Exception in component tFileInputMail_1&lt;BR /&gt;java.io.IOException: Error in encoded stream: needed 4 valid base64 characters but only got 2 before EOF, the 10 most recent characters were: "AAAAPgADAP"&lt;BR /&gt; at com.sun.mail.util.BASE64DecoderStream.decode(BASE64DecoderStream.java:237)&lt;BR /&gt; at com.sun.mail.util.BASE64DecoderStream.read(BASE64DecoderStream.java:135)&lt;BR /&gt; at java.io.BufferedInputStream.fill(Unknown Source)&lt;BR /&gt; at java.io.BufferedInputStream.read(Unknown Source)&lt;BR /&gt; at talenddemosjava.readthroughemail_0_1.ReadThroughEmail.tFileList_1Process(ReadThroughEmail.java:809)&lt;BR /&gt; at talenddemosjava.readthroughemail_0_1.ReadThroughEmail.tPOP_1Process(ReadThroughEmail.java:390)&lt;BR /&gt; at talenddemosjava.readthroughemail_0_1.ReadThroughEmail.runJobInTOS(ReadThroughEmail.java:1061)&lt;BR /&gt;Ignore the part text/html; charset=ISO-8859-1&lt;BR /&gt;Ignore the part text/html; charset=ISO-8859-1&lt;BR /&gt; at talenddemosjava.readthroughemail_0_1.ReadThroughEmail.main(ReadThroughEmail.java:932)&lt;/FONT&gt; 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Below are the properties of my intputFileEmail component: 
&lt;BR /&gt;filename: ((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")) 
&lt;BR /&gt;Mail Parts: I have included 2 fields- "name" and "body" 
&lt;BR /&gt;Attachment path: correctly given 
&lt;BR /&gt;Appreciate help from anyone!</description>
      <pubDate>Mon, 23 May 2011 22:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347670#M114888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-23T22:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347671#M114889</link>
      <description>Why not download the files just manually? This is just a 1-time download I would say..</description>
      <pubDate>Tue, 14 Aug 2012 08:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347671#M114889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-14T08:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347672#M114890</link>
      <description>from here  you can get solution to extract the attachments from emails. i am using the product to backup my attachments in emails and it works amazingly. The owner also provide free support so you can discuss your problem as well, if not resolving. take a trial.</description>
      <pubDate>Tue, 25 Sep 2012 12:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347672#M114890</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-09-25T12:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347673#M114891</link>
      <description>xanworld,
&lt;BR /&gt;Please check the mail parts you have included.
&lt;BR /&gt;I don't think there is any "name" in the mail part.
&lt;BR /&gt;If you are looking for sender use "From", receiver use "Received"
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Jagadish.</description>
      <pubDate>Thu, 09 Jan 2014 12:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347673#M114891</guid>
      <dc:creator>jagadish_dasari</dc:creator>
      <dc:date>2014-01-09T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347674#M114892</link>
      <description>Hello there,&amp;nbsp;
&lt;BR /&gt;I am facing a similar issue. I need to connect to an outlook mail server and download email attachments on a daily basis. Does the tPop component support this?
&lt;BR /&gt;Can you please share how you managed to extract email attachments and moved it to a local folder?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Hema</description>
      <pubDate>Sat, 06 Dec 2014 23:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347674#M114892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-06T23:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347675#M114893</link>
      <description>Hi Hema, 
&lt;BR /&gt;Here is a response in your another topic: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCk4tCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/component-for-extracting-excel-or-text-attachments-from-email/td-p/71793&lt;/A&gt;. Could you please take a look at it? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 08 Dec 2014 03:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347675#M114893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-08T03:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347676#M114894</link>
      <description>Hello Sabrina,&lt;BR /&gt;Can you please share some examples of how tFileInputMail is used to extract attachment?&lt;BR /&gt;Thanks,&lt;BR /&gt;Hema</description>
      <pubDate>Sat, 03 Jan 2015 21:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347676#M114894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-03T21:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347677#M114895</link>
      <description>Hi,&lt;BR /&gt;You can set basic settings of tFileInputMail as:&lt;BR /&gt;Collumn&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Mail part&lt;BR /&gt;SUBJECT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SUBJECT&lt;BR /&gt;ATTACHMENT&amp;nbsp; &amp;nbsp;ATTACHMENT to extract email attachment. &lt;BR /&gt;The work flow should be:tPop --&amp;gt; tFileInputMail &lt;BR /&gt;Let us know if it is OK with you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 04 Jan 2015 09:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347677#M114895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-04T09:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347678#M114896</link>
      <description>Hi,
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Can some body explain step by step procedure to extract attachment. &amp;nbsp; I need to extract email attachment monthly and put in FTP server &amp;nbsp;for reference.&amp;nbsp;</description>
      <pubDate>Fri, 04 Mar 2016 16:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347678#M114896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-04T16:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347679#M114897</link>
      <description>Hi
&lt;BR /&gt;requirement: Need to track email sent whether email is opened or not &amp;nbsp;with some other parameter data&amp;nbsp;
&lt;BR /&gt;email Id, sent date , open date, subject line&amp;nbsp;
&lt;BR /&gt;What is the best procedure to capture email tracking &amp;nbsp;count data.
&lt;BR /&gt;I found something online&amp;nbsp;"{img src="..."/.}" . Can I add HTML code in tsendMail component. Is there any other way to capture email tracking count ?
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Thu, 28 Apr 2016 19:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347679#M114897</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-04-28T19:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347680#M114898</link>
      <description>How can I pass the email names from the Tpop component to the Tfileinputmail ??</description>
      <pubDate>Mon, 13 Jun 2016 14:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347680#M114898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-13T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: extract email attachments from mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347681#M114899</link>
      <description>Hi,&lt;BR /&gt;You can set&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;basic settings of tFileInputMail as:&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Collumn&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Mail part&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;SUBJECT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SUBJECT&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; to read email subject in tifileinputmail.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Here is the 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;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 14 Jun 2016 10:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/extract-email-attachments-from-mail/m-p/2347681#M114899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T10:23:20Z</dc:date>
    </item>
  </channel>
</rss>

