Hi Piers,
The Request class set self.aborted to a 3 elements tuple but
IMAP4._command_completer asks to unpack only 2 values from it.
More details here:
https://github.com/OfflineIMAP/offlineimap/issues/173
I didn't dig into this more. I guess Request.abort_tb is right at
setting self.aborted = (typ, val, tb) and error unpacking is missing the
traceback.
This is still imaplib2 v2.37.
Hi Nicholas,
On Tue, 03 Mar 2015 12:00:58 +0000, Ticket 5 wrote:
I'm confused - there is no "abort_tb" method in imaplib2.py...?
Anyway, I'd like the code to be consistent with the manual which states that
the call back error value is a tuple (exception class, reason).
Is this by any chance an offlineimap ammendment?
Related
Bugs:
#5closed, as this bug turned out to be in offlineimap ammendments