pakalk <[email protected]> wrote: > >Can anyone help me find GOOD IMAP library for python? Imaplib is.. >ekhm... nevermind... Is there any good library?
What do you expect it to do? Imaplib is designed to help you access IMAP stores, and it does that well enough. But it's not a mail reader. -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list
