Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105997

Re: [stdlib-sig] Can imaplib be improved?

From Random832 <random832@fastmail.com>
Newsgroups comp.lang.python
Subject Re: [stdlib-sig] Can imaplib be improved?
Date 2016-03-29 14:55 -0400
Message-ID <mailman.166.1459277760.28225.python-list@python.org> (permalink)
References <1458873222.2158998.559175002.3C7CEAF4@webmail.messagingengine.com> <mailman.163.1459272132.28225.python-list@python.org> <ndeigm$9s5$1@reader1.panix.com>

Show all headers | View raw


On Tue, Mar 29, 2016, at 14:45, Grant Edwards wrote:
> I think giving up on backwards compatiblity and starting from scratch
> is the best idea.
> 
> I like imaplib2
> 
> https://pypi.python.org/pypi/imaplib2
> https://github.com/bcoe/imaplib2
> https://sourceforge.net/projects/imaplib2/
> 
> imapclient is pretty nice to work with:
> 
>  https://pypi.python.org/pypi/IMAPClient
>  https://bitbucket.org/mjs0/imapclient
>  http://freshfoo.com/presentations/imapclient-intro/#/
> 
> Perhaps it (or something like it) could be added to the std library
> alongside the current imaplib.

I couldn't get imapclient to install; I got some kind of error (I can't
remember, and can't reproduce now because it "thinks" it was successful)
from pip installing some crypto dependency, and a runtime error not
finding a SSLContext class. I haven't tried imaplib2 yet; by the time I
discovered it my scripts were already mature enough that I just finished
with what I had.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [stdlib-sig] Can imaplib be improved? Random832 <random832@fastmail.com> - 2016-03-29 13:22 -0400
  Re: [stdlib-sig] Can imaplib be improved? Grant Edwards <invalid@invalid.invalid> - 2016-03-29 18:45 +0000
    Re: [stdlib-sig] Can imaplib be improved? Random832 <random832@fastmail.com> - 2016-03-29 14:55 -0400

csiph-web