<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Access Gmail from Ruby using Net::POP3 and Stunnel</title>
	<atom:link href="http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/feed/" rel="self" type="application/rss+xml" />
	<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/</link>
	<description>Tony Perrie's Weblog</description>
	<pubDate>Wed, 03 Dec 2008 23:04:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Damien</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-237278</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Mon, 10 Nov 2008 18:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-237278</guid>
		<description>Yeah. The last example given here :
http://codeclimber.blogspot.com/2008/06/using-ruby-for-imap-with-gmail.html
is functionnal. I tried it a few hours ago.</description>
		<content:encoded><![CDATA[<p>Yeah. The last example given here :<br />
<a href="http://codeclimber.blogspot.com/2008/06/using-ruby-for-imap-with-gmail.html" rel="nofollow">http://codeclimber.blogspot.com/2008/06/using-ruby-for-imap-with-gmail.html</a><br />
is functionnal. I tried it a few hours ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-237216</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Mon, 10 Nov 2008 17:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-237216</guid>
		<description>Whoa, awesome.  Do you have a working example?  I tried and tried to get this to work before giving up and opening a stunnel.</description>
		<content:encoded><![CDATA[<p>Whoa, awesome.  Do you have a working example?  I tried and tried to get this to work before giving up and opening a stunnel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-237094</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Mon, 10 Nov 2008 15:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-237094</guid>
		<description>You can use gmail with IMAP. And the NET/IMAP plugin is working fine with SSL.
http://ruby-doc.org/stdlib/libdoc/net/imap/rdoc/classes/Net/IMAP.html

I guess that solution is easier than the one with stunnel :)</description>
		<content:encoded><![CDATA[<p>You can use gmail with IMAP. And the NET/IMAP plugin is working fine with SSL.<br />
<a href="http://ruby-doc.org/stdlib/libdoc/net/imap/rdoc/classes/Net/IMAP.html" rel="nofollow">http://ruby-doc.org/stdlib/libdoc/net/imap/rdoc/classes/Net/IMAP.html</a></p>
<p>I guess that solution is easier than the one with stunnel :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-89180</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 15 Mar 2008 17:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-89180</guid>
		<description>This was a great help to me.  I needed to be able to connect to arbitrary POP servers, not just gmail, so I figured out to spawn stunnels on the fly.  In case anyone else needs it:

http://www.subelsky.com/2008/03/using-stunnel-to-wrap-ruby-network.html</description>
		<content:encoded><![CDATA[<p>This was a great help to me.  I needed to be able to connect to arbitrary POP servers, not just gmail, so I figured out to spawn stunnels on the fly.  In case anyone else needs it:</p>
<p><a href="http://www.subelsky.com/2008/03/using-stunnel-to-wrap-ruby-network.html" rel="nofollow">http://www.subelsky.com/2008/03/using-stunnel-to-wrap-ruby-network.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-8568</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 27 Feb 2007 23:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-8568</guid>
		<description>hey this was a big help to me.  Here's the config file I use for the newest version of Stunnel:

[gmail]
client = yes
accept = 42
connect = pop.gmail.com:995
delay = yes

I run stunnel as a service which use that file as a config</description>
		<content:encoded><![CDATA[<p>hey this was a big help to me.  Here&#8217;s the config file I use for the newest version of Stunnel:</p>
<p>[gmail]<br />
client = yes<br />
accept = 42<br />
connect = pop.gmail.com:995<br />
delay = yes</p>
<p>I run stunnel as a service which use that file as a config</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connecting to gmail with Ruby (or Connecting to POP3 servers over SSL with Ruby)</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-3617</link>
		<dc:creator>Connecting to gmail with Ruby (or Connecting to POP3 servers over SSL with Ruby)</dc:creator>
		<pubDate>Tue, 24 Oct 2006 22:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-3617</guid>
		<description>[...] You see, gmail only accepts POP3 connections over SSL (on port 995), a feature not found in our beloved net/pop library. Hmm. Time for some help from google. The first page I came across described using stunnel to create an ssl tunnel to route standard net/pop traffic through. This sounded great, except that I couldn&#8217;t get stunnel (v4.16) to compile on mac os x, although I didn&#8217;t try too hard&#8230; The other point of interest in that original article was that the pop3 with ssl support was in development. The next step was to track down some mailing list threads that talked about the ssl support and hope for a patch. We&#8217;re in luck, the first patch was actually submitted in March 2004, with the second, accepted and committed, patch coming in April 2004. As per the last message in the second thread, the patch was accepted into core, and is now available in the 1.9 release. So, we don&#8217;t even need to patch our existing copy of net/pop, we can just download the newer version. I named this downloaded version as pop_ssl, to avoid confusion, and placed it in my ruby load path. [...]</description>
		<content:encoded><![CDATA[<p>[...] You see, gmail only accepts POP3 connections over SSL (on port 995), a feature not found in our beloved net/pop library. Hmm. Time for some help from google. The first page I came across described using stunnel to create an ssl tunnel to route standard net/pop traffic through. This sounded great, except that I couldn&#8217;t get stunnel (v4.16) to compile on mac os x, although I didn&#8217;t try too hard&#8230; The other point of interest in that original article was that the pop3 with ssl support was in development. The next step was to track down some mailing list threads that talked about the ssl support and hope for a patch. We&#8217;re in luck, the first patch was actually submitted in March 2004, with the second, accepted and committed, patch coming in April 2004. As per the last message in the second thread, the patch was accepted into core, and is now available in the 1.9 release. So, we don&#8217;t even need to patch our existing copy of net/pop, we can just download the newer version. I named this downloaded version as pop_ssl, to avoid confusion, and placed it in my ruby load path. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manton Reece</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-2385</link>
		<dc:creator>Manton Reece</dc:creator>
		<pubDate>Wed, 23 Aug 2006 00:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-2385</guid>
		<description>Excellent, this comes along at a convenient time for me as I just restarted work on a project that uses Net::POP3. I'll definitely give Stunnel a try.</description>
		<content:encoded><![CDATA[<p>Excellent, this comes along at a convenient time for me as I just restarted work on a project that uses Net::POP3. I&#8217;ll definitely give Stunnel a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-1230</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Sun, 30 Jul 2006 09:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-1230</guid>
		<description>Thank you for this, this is handy. 
Ruby is a great language, i enjoy thinking logically instead of typing too many lines to get something on the web (ahem... yeah. dont to web programming in C please, its possible but its just not necessary.)
So i can finally get a GMail connection, thats sweet.

keep up the posts!</description>
		<content:encoded><![CDATA[<p>Thank you for this, this is handy.<br />
Ruby is a great language, i enjoy thinking logically instead of typing too many lines to get something on the web (ahem&#8230; yeah. dont to web programming in C please, its possible but its just not necessary.)<br />
So i can finally get a GMail connection, thats sweet.</p>
<p>keep up the posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-1183</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Thu, 20 Jul 2006 22:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-1183</guid>
		<description>Bah, just code everything in C.  Be a man!  Ruby only runs on the Mac that is located inside of a Starbucks.</description>
		<content:encoded><![CDATA[<p>Bah, just code everything in C.  Be a man!  Ruby only runs on the Mac that is located inside of a Starbucks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-1181</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Thu, 20 Jul 2006 16:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/07/20/access-gmail-from-ruby-using-netpop3-and-stunnel/#comment-1181</guid>
		<description>Very cool! Someday I'll give Ruby a try. Someday.</description>
		<content:encoded><![CDATA[<p>Very cool! Someday I&#8217;ll give Ruby a try. Someday.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.306 seconds -->
<!-- Cached page served by WP-Cache -->
