<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DarkkInferno's Blog &#187; alpine</title>
	<atom:link href="http://inferno.freedom-uplink.net/blog/tag/alpine/feed/" rel="self" type="application/rss+xml" />
	<link>http://inferno.freedom-uplink.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 28 May 2010 20:03:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Gmail&#8217;s IMAP Through Alpine</title>
		<link>http://inferno.freedom-uplink.net/blog/2008/07/05/using-gmails-imap-through-alpine/</link>
		<comments>http://inferno.freedom-uplink.net/blog/2008/07/05/using-gmails-imap-through-alpine/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 18:01:36 +0000</pubDate>
		<dc:creator>Inferno</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[alpine]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://inferno.freedom-uplink.net/blog/?p=17</guid>
		<description><![CDATA[Alpine is the FOSS version of Pine, which is now dead software. It&#8217;s an excellent command-line text-only email and newsgroup reader which I use as I prefer to do all my work through an ssh shell as opposed to a USB drive as some others choose to do. I thought I&#8217;d quickly help anyone who [...]]]></description>
			<content:encoded><![CDATA[<p>Alpine is the <a href="http://en.wikipedia.org/wiki/Free_and_open_source_software">FOSS</a> version of Pine, which is now dead software.  It&#8217;s an excellent command-line text-only email and newsgroup reader which I use as I prefer to do all my work through an ssh shell as opposed to a USB drive as some others choose to do.</p>
<p>I thought I&#8217;d quickly help anyone who may be having troubles setting up Google&#8217;s GMail IMAP server through Alpine as it took me a little bit of messing around to come up with a solid answer.  It&#8217;s a pretty easy setup if you know Gmail&#8217;s IMAP server addresses and especially easy if you&#8217;ve used IMAP in the past.</p>
<p>Simply replace the following variables in your .pinerc configuration file (in your home directory):<br />
# Over-rides your full name from Unix password file. Required for PC-Alpine.<br />
personal-name=<strong>YOUR NAME</strong></p>
<p># Sets domain part of From: and local addresses in outgoing mail.<br />
user-domain=<strong>gmail.com</strong></p>
<p># List of SMTP servers for sending mail. If blank: Unix Alpine uses sendmail.<br />
smtp-server=smtp.gmail.com/submit/user=<strong>YOUR USER NAME</strong>@gmail.com/novalidate-cert</p>
<p># Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox<br />
# Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER).<br />
inbox-path={imap.gmail.com/user=<strong>YOUR USER NAME</strong>@gmail.com/ssl/novalidate-cert}Inbox</p>
<p>Of course this is just the tip of the iceberg.  I&#8217;d strongly suggest checking out <a href="http://staff.washington.edu/chappa/alpine/">this page</a> as well as it&#8217;s full of useful information on using alpine and other tips and tricks.</p>
]]></content:encoded>
			<wfw:commentRss>http://inferno.freedom-uplink.net/blog/2008/07/05/using-gmails-imap-through-alpine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->