[issue44408] imaplib fails when server sends extra blank line after literal value

John L report at bugs.python.org
Sun Jun 13 01:34:08 EDT 2021


New submission from John L <johnl at taugh.com>:

Some IMAP servers return an extra blank line after a counted literal value, which makes imaplib crash.
MacOS mail and T'bird handle the blank line OK so it seems to be a somewhat common bug.

----------
components: Library (Lib)
messages: 395729
nosy: jrlevine
priority: normal
severity: normal
status: open
title: imaplib fails when server sends extra blank line after literal value
type: crash
versions: Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44408>
_______________________________________


More information about the Python-bugs-list mailing list