apache / incubator-ponymail

Apache Pony Mail (Incubating) - Email for Ponies & People
http://ponymail.incubator.apache.org/
Other
80 stars 30 forks source link

Bug: buffering=1 not allowed with binary files #534

Closed sebbASF closed 3 years ago

sebbASF commented 3 years ago

import-mbox.py tries to use buffering=1 with binary files. This means line buffering, which obviously does not apply. Recent versions of Python complain.