<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://wlair.us.to/feed/by_tag/gmail.xml" rel="self" type="application/atom+xml" /><link href="https://wlair.us.to/" rel="alternate" type="text/html" /><updated>2026-04-16T20:34:56-07:00</updated><id>https://wlair.us.to/feed/by_tag/gmail.xml</id><title type="html">xoddf2’s Blog</title><subtitle>xoddf2&apos;s personal blog</subtitle><author><name>xoddf2</name></author><entry><title type="html">xbiff with Gmail</title><link href="https://wlair.us.to/blog/2013/05/01/xbiff-gmail/index.html" rel="alternate" type="text/html" title="xbiff with Gmail" /><published>2013-05-01T23:35:00-07:00</published><updated>2013-05-01T23:35:00-07:00</updated><id>https://wlair.us.to/blog/2013/05/01/xbiff-gmail/xbiff-gmail</id><content type="html" xml:base="https://wlair.us.to/blog/2013/05/01/xbiff-gmail/index.html"><![CDATA[<p>It is possible to use <a href="http://en.wikipedia.org/wiki/Xbiff">xbiff</a> with Gmail. It involves fetchmail and IMAP.</p>

<p>Put this in your ~/.fetchmailrc:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>poll imap.gmail.com protocol IMAP user "(insert username here)@gmail.com" there with password "(insert password here)" nofetchall keep ssl
</code></pre></div></div>

<p>Then have xbiff use this X resource:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>XBiff*checkCommand: fetchmail -d0 -csk
</code></pre></div></div>

<p>I also recommend adding this resource to prevent it from checking so frequently:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>XBiff*update: 300
</code></pre></div></div>

<p>Now xbiff should check your Gmail inbox. I prefer to use it in <a href="http://www.fvwm.org/documentation/manpages/stable/FvwmButtons.php">FvwmButtons</a>.</p>]]></content><author><name>xoddf2</name></author><category term="computing" /><category term="email" /><category term="xbiff" /><category term="gmail" /><summary type="html"><![CDATA[It is possible to use xbiff with Gmail. It involves fetchmail and IMAP.]]></summary></entry></feed>