<br><br><div class="gmail_quote">On Sun, Jul 24, 2011 at 18: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>
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></blockquote><div><br></div><div>Since no one has pointed you to it, there is a doc explaining what it takes to get a new module added to the stdlib: <a href="http://docs.python.org/devguide/stdlibchanges.html#adding-a-new-module">http://docs.python.org/devguide/stdlibchanges.html#adding-a-new-module</a> . </div>

</div>