<p>Usage notes:</p>
<pre><code>1. Install PySocks.
```
pip install PySocks
```
2. Added an option line in your account section:
```
[Account Gmail]
localrepository = Gmail-Local
remoterepository = Gmail-Remote
status_backend = sqlite
proxy = SOCKS5:localhost:9999
```
available proxy types are: SOCKS5, SOCKS4, HTTP
</code></pre>
<p>Implementation notes:</p>
<p>I personally removed imaplib2 from this repo before working <br>
on this feature, and have to do some work around imaplibutil.</p>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/OfflineIMAP/offlineimap/pull/169'>https://github.com/OfflineIMAP/offlineimap/pull/169</a></p>
<h4>Commit Summary</h4>
<ul>
<li>Added proxy support.</li>
<li>fixed stupid typo.</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/OfflineIMAP/offlineimap/pull/169/files#diff-0">offlineimap/imaplibutil.py</a>
(45)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/OfflineIMAP/offlineimap/pull/169/files#diff-1">offlineimap/imapserver.py</a>
(23)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/OfflineIMAP/offlineimap/pull/169.patch'>https://github.com/OfflineIMAP/offlineimap/pull/169.patch</a></li>
<li><a href='https://github.com/OfflineIMAP/offlineimap/pull/169.diff'>https://github.com/OfflineIMAP/offlineimap/pull/169.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/OfflineIMAP/offlineimap/pull/169">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AKFSEO3_JiodxygZ8Tgcq084GL78d3Caks5nrd3KgaJpZM4DgEsb.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/OfflineIMAP/offlineimap/pull/169"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>