<?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: Will IMAP Mailbox work for Splunk 6.3? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253633#M29148</link>
    <description>&lt;P&gt;You should mark this as answered.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2016 15:44:33 GMT</pubDate>
    <dc:creator>dfronck</dc:creator>
    <dc:date>2016-01-05T15:44:33Z</dc:date>
    <item>
      <title>Will IMAP Mailbox work for Splunk 6.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253629#M29144</link>
      <description>&lt;P&gt;I have installed the IMAP Mailbox application in version 6.2.x and everything works fine.&lt;BR /&gt;
After I have updated to 6.3.0, the IMAP application stopped working.&lt;/P&gt;

&lt;P&gt;When I try to run get_imap_email.py, it gives:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;DEBUG:root:EOF occurred in violation of protocol (_ssl.c:595)
Traceback (most recent call last):
  File "get_imap_email.py", line 331, in getMail
    M = imaplib.IMAP4_SSL(self.server,int(self.port))
  File "/home/splunk/lib/python2.7/imaplib.py", line 1165, in __init__
    IMAP4.__init__(self, host, port)
  File "/home/splunk/lib/python2.7/imaplib.py", line 172, in __init__
    self.open(host, port)
  File "/home/splunk/lib/python2.7/imaplib.py", line 1177, in open
    self.sslobj = ssl.wrap_socket(self.sock, self.keyfile, self.certfile)
  File "/home/splunk/lib/python2.7/ssl.py", line 891, in wrap_socket
    ciphers=ciphers)
  File "/home/splunk/lib/python2.7/ssl.py", line 566, in __init__
    self.do_handshake()
  File "/home/splunk/lib/python2.7/ssl.py", line 788, in do_handshake
    self._sslobj.do_handshake()
SSLEOFError: EOF occurred in violation of protocol (_ssl.c:595)
None
Traceback (most recent call last):
  File "get_imap_email.py", line 717, in &amp;lt;module&amp;gt;
    parseArgs()
  File "get_imap_email.py", line 709, in parseArgs
    imapProc.getMail()
  File "get_imap_email.py", line 345, in getMail
    raise LoginError('Could not log into server: %s with password provided' % self.server)
__main__.LoginError: Could not log into server:   with password provided
I have another server with same configuration and Splunk 6.2.
And everything works fine..
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there any problems for IMAP mailbox running on Splunk 6.3?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253629#M29144</guid>
      <dc:creator>loje</dc:creator>
      <dc:date>2020-09-29T07:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Will IMAP Mailbox work for Splunk 6.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253630#M29145</link>
      <description>&lt;P&gt;Hi @loje&lt;/P&gt;

&lt;P&gt;Looking at the app's page on Splunkbase (&lt;A href="https://splunkbase.splunk.com/app/1739/"&gt;https://splunkbase.splunk.com/app/1739/&lt;/A&gt; ), Splunk 6.3 is not listed as one of the supported versions. Only Splunk 6.0, 6.1, and 6.2 are shown. Hopefully the developer of the app will answer/comment here with an update for you if there are plans to make it compatible with 6.3.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 18:30:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253630#M29145</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2015-10-05T18:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Will IMAP Mailbox work for Splunk 6.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253631#M29146</link>
      <description>&lt;P&gt;I have upgraded my system to 6.3.0. I use SSL IMAP to gmail and am getting no errors.  Is the server you are connecting too have a self-signed cert? Is it running SSL v1 or v2 or TLS?&lt;/P&gt;

&lt;P&gt;Appears there is a python ssl bug. &lt;A href="https://stackoverflow.com/questions/14102416/python-requests-requests-exceptions-sslerror-errno-8-ssl-c504-eof-occurred"&gt;https://stackoverflow.com/questions/14102416/python-requests-requests-exceptions-sslerror-errno-8-ssl-c504-eof-occurred&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Since I can't reproduce, I'm not sure if the suggested fixes will help.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 13:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253631#M29146</guid>
      <dc:creator>ragingwire</dc:creator>
      <dc:date>2015-10-14T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Will IMAP Mailbox work for Splunk 6.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253632#M29147</link>
      <description>&lt;P&gt;it works fine now.  Thanks for your help and solution!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2015 06:25:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253632#M29147</guid>
      <dc:creator>loje</dc:creator>
      <dc:date>2015-12-10T06:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Will IMAP Mailbox work for Splunk 6.3?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253633#M29148</link>
      <description>&lt;P&gt;You should mark this as answered.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:44:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Will-IMAP-Mailbox-work-for-Splunk-6-3/m-p/253633#M29148</guid>
      <dc:creator>dfronck</dc:creator>
      <dc:date>2016-01-05T15:44:33Z</dc:date>
    </item>
  </channel>
</rss>

