On Sat, Jul 07, 2018 at 04:03:39PM +0300, Ilias Tsitsimpis wrote:
> On Sat, Jun 30, 2018 at 03:59PM, Faidon Liambotis wrote:
> > I went to upstream's GitHub in order to see if anyone else had reported
> > this or to submit a PR, but to my surprise, it seems like upstream's
> > repository has two di
Hi Faidon,
On Sat, Jun 30, 2018 at 03:59PM, Faidon Liambotis wrote:
> I went to upstream's GitHub in order to see if anyone else had reported
> this or to submit a PR, but to my surprise, it seems like upstream's
> repository has two different versions of imaplib2, one of them
> designated as "py3
Package: python3-imaplib2
Version: 2.57-2
Severity: grave
Hi,
Using this test program and Gmail as the IMAP server:
M = imaplib2.IMAP4_SSL(host=IMAP_SERVER, debug=IMAP_DEBUG)
M.login(IMAP_USERNAME, IMAP_PASSWORD)
if (compress):
M.enable_compression()
M.SELECT(mailbox=IMAP
3 matches
Mail list logo