<br><br><div class="gmail_quote">On 25 July 2011 02:06, Maxim Khitrov <span dir="ltr"><<a href="mailto:max@mxcrypt.com">max@mxcrypt.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello python-ideas,<br>
<br>
My most recent project lead me down a path that eventually ended up at<br>
a new implementation of imaplib based on [RFC-3501]. Although I<br>
started the project by gradually adding functionality to the existing<br>
IMAP4 library, some of the features that I required simply could not<br>
be merged in (without breaking everything). As a result, I wrote my<br>
own version of the library, which incorporates all existing<br>
functionality of imaplib and includes many of my own improvements.<br>
<br></blockquote><div><br>There is an existing, well tested and widely used, replaced for imaplib that I would suggest should be the first for consideration in replacing imaplib:<br><br><a href="http://imapclient.freshfoo.com/">http://imapclient.freshfoo.com/</a><br>
<br>(Sorry.)<br><br>All the best,<br><br>Michael Foord<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I wrote a PEP-style readme file that describes all the details of why<br>
the library was written and how it works, which is available from my<br>
mercurial repository:<br>
<br>
<a href="http://hg.mxcrypt.com/python/imaplib2/raw-file/tip/README" target="_blank">http://hg.mxcrypt.com/python/imaplib2/raw-file/tip/README</a><br>
<br>
The same repository also contains the library code and an example<br>
script that you can run if you have access to an IMAP4 server:<br>
<br>
<a href="http://hg.mxcrypt.com/python/imaplib2/" target="_blank">http://hg.mxcrypt.com/python/imaplib2/</a><br>
<br>
Is there any interest in adding my code to a future version of Python<br>
3.x standard library?<br>
<br>
- Max<br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-ideas" target="_blank">http://mail.python.org/mailman/listinfo/python-ideas</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><pre cols="72"><a href="http://www.voidspace.org.uk/" target="_blank">http://www.voidspace.org.uk/</a><br><br>May you do good and not evil<br>May you find forgiveness for yourself and forgive others<br>
May you share freely, never taking more than you give.<br>-- the sqlite blessing <a href="http://www.sqlite.org/different.html" target="_blank">http://www.sqlite.org/different.html</a></pre>
<br>