[issue16041] poplib: unlimited readline() from connection

Stephen Coulson report at bugs.python.org
Wed Aug 12 03:22:05 CEST 2015


Stephen Coulson added the comment:

Broke for me today. Hacked the _MAXLINE to get around it.
I don't see any size limit on multi-line in rfc. Only requirement is dot-stuffing. I think this fix might need a rethink.

----------
nosy: +scoulson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16041>
_______________________________________


More information about the Python-bugs-list mailing list