Bug#902755: Python 3 version broken, throws exception immediately after connecting

2018-07-07 Thread Faidon Liambotis
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

Bug#902755: Python 3 version broken, throws exception immediately after connecting

2018-07-07 Thread Ilias Tsitsimpis
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

Bug#902755: Python 3 version broken, throws exception immediately after connecting

2018-06-30 Thread Faidon Liambotis
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