<?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: Parsing mails in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306225#M77796</link>
    <description>Hi,&lt;BR /&gt;Have you tried to check out SSL encryption option when you using IMAPS protocol?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 20 Aug 2014 09:40:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-20T09:40:02Z</dc:date>
    <item>
      <title>Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306220#M77791</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Do you know how may I parse emails on my server. They all put in a specific folder and I want to parse this kind of mail :&lt;BR /&gt;"Bonjour,&lt;BR /&gt;Un L24 a été déplacé en erreur suite détection d'une anomalie Merci de prévenir le transporteur&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;VIN: UU1JSDA0551346737&lt;/STRONG&gt;&lt;BR /&gt;RAISON&amp;nbsp; LO24 non intégré - Le lot '110262' n'existe pas"&lt;BR /&gt;I can have 50 mails like that and I want to retreive only the value VIN: .....&lt;BR /&gt;Do you know if it's possible with the component cMail or tPop ?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306220#M77791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306221#M77792</link>
      <description>Hi,
&lt;BR /&gt;- download all mails
&lt;BR /&gt;- Use tFileInputMail component to read and extract part of mail i.e. Body
&lt;BR /&gt;- Use regular expression to extract text from the body i.e. VIN: xxxx
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 13 Aug 2014 10:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306221#M77792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-13T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306222#M77793</link>
      <description>Hi,&lt;BR /&gt;Thank you for your answer. Do you know how may I download all mails for a specific folder ? not from my main mailbox</description>
      <pubDate>Tue, 19 Aug 2014 11:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306222#M77793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-19T11:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306223#M77794</link>
      <description>Hi, 
&lt;BR /&gt;You can use "Imap" protocol to "Specify Mail Folder" in tPopComponent. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEim.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151671i3A9851BDADF82AF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEim.png" alt="0683p000009MEim.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306223#M77794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-19T11:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306224#M77795</link>
      <description>Hi, 
&lt;BR /&gt;It doesn't work: 
&lt;BR /&gt; 
&lt;PRE&gt; connecting to socket on port 3665&lt;BR /&gt; connected&lt;BR /&gt;Exception in component tPOP_1&lt;BR /&gt;javax.mail.MessagingException: No login methods supported!;&lt;BR /&gt;&amp;nbsp; nested exception is:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.sun.mail.iap.ProtocolException: No login methods supported!&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:477)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.mail.Service.connect(Service.java:275)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.mail.Service.connect(Service.java:156)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.mail.Service.connect(Service.java:105)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at mail.mail_0_1.Mail.tPOP_1Process(Mail.java:356)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at mail.mail_0_1.Mail.runJobInTOS(Mail.java:673)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at mail.mail_0_1.Mail.main(Mail.java:522)&lt;BR /&gt;Caused by: com.sun.mail.iap.ProtocolException: No login methods supported!&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:519)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:458)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 6 more&lt;BR /&gt; disconnected&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/154283/Capture01.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEQM.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139505i0FA5C4637DC01288/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEQM.jpg" alt="0683p000009MEQM.jpg" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Tue, 19 Aug 2014 12:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306224#M77795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-19T12:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306225#M77796</link>
      <description>Hi,&lt;BR /&gt;Have you tried to check out SSL encryption option when you using IMAPS protocol?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 20 Aug 2014 09:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306225#M77796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306226#M77797</link>
      <description>Hi, 
&lt;BR /&gt;Yes and it doesn't work either 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Démarrage du job Mail a 14:02 20/08/2014. 
&lt;BR /&gt; connecting to socket on port 3692 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tPOP_1 
&lt;BR /&gt;javax.mail.MessagingException: Unrecognized SSL message, plaintext connection?; 
&lt;BR /&gt;&amp;nbsp; nested exception is: 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:479) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.mail.Service.connect(Service.java:275) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.mail.Service.connect(Service.java:156) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.mail.Service.connect(Service.java:105) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at mail.mail_0_1.Mail.tPOP_1Process(Mail.java:364) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at mail.mail_0_1.Mail.runJobInTOS(Mail.java:681) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at mail.mail_0_1.Mail.main(Mail.java:530) 
&lt;BR /&gt;Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:671) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.InputRecord.read(InputRecord.java:504) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:927) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:882) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.security.ssl.AppInputStream.read(AppInputStream.java:102) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.BufferedInputStream.read(BufferedInputStream.java:254) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.iap.ResponseInputStream.read0(ResponseInputStream.java:81) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.iap.ResponseInputStream.readResponse(ResponseInputStream.java:67) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.iap.Response.&amp;lt;init&amp;gt;(Response.java:83) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.protocol.IMAPResponse.&amp;lt;init&amp;gt;(IMAPResponse.java:48) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.protocol.IMAPResponse.readResponse(IMAPResponse.java:122) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.protocol.IMAPProtocol.readResponse(IMAPProtocol.java:230) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.iap.Protocol.&amp;lt;init&amp;gt;(Protocol.java:91) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.protocol.IMAPProtocol.&amp;lt;init&amp;gt;(IMAPProtocol.java:87) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:446) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 6 more 
&lt;BR /&gt;Job Mail terminé à 14:02 20/08/2014. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/154283/Sans-titre.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEir.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140163i6085BCE8A81CB195/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEir.jpg" alt="0683p000009MEir.jpg" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Wed, 20 Aug 2014 13:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306226#M77797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-20T13:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306227#M77798</link>
      <description>Hi, 
&lt;BR /&gt;Is your input parameter correct? SMTP connections secured by are known by the shorthand on TCP port 465. Could you please check your input paramater in tPop component? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 21 Aug 2014 10:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306227#M77798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-21T10:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306228#M77799</link>
      <description>Hi 
&lt;A href="http://www.talendforge.org/forum/profile.php?id=154283" target="_blank" rel="nofollow noopener noreferrer"&gt;rungis,&lt;/A&gt;
&lt;BR /&gt;Is there any update for your issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 22 Aug 2014 11:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306228#M77799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T11:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing mails</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306229#M77800</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;Is your input parameter correct? SMTP connections secured by are known by the shorthand on TCP port 465. Could you please check your input paramater in tPop component?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Sabrina, 
&lt;BR /&gt;I see why it gave rungis an error. 
&lt;BR /&gt;To read mail with IMAP it's port 143. 
&lt;BR /&gt;IMAPS (SSL encrypted) is port 993. 
&lt;BR /&gt;( SMTPS, for sending mail with SSL encryption, is on port 465. )</description>
      <pubDate>Tue, 21 Oct 2014 16:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Parsing-mails/m-p/2306229#M77800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-21T16:53:02Z</dc:date>
    </item>
  </channel>
</rss>

