marrow / mailer

A light-weight, modular, message representation and mail delivery framework for Python.
MIT License
279 stars 62 forks source link

SMTP basically works on Python 3... #54

Closed nandoflorestan closed 8 years ago

nandoflorestan commented 9 years ago

...but there still may be other bugs. Please review the changes, but I think this is a little progress.

I am skipping tests that need PyDNS because it doesn't seem to be available on Python 3.

I really need help making tests pass and I don't like the way many tests are written or left unexplained. So for now I have given up on fixing the automated tests, although I would love to have them working.