fix unknown SMTP auth method error

This commit is contained in:
David Rousselie
2010-06-09 13:48:44 +02:00
parent 321d552054
commit c68d23e801
4 changed files with 1017 additions and 3 deletions

View File

@@ -28,5 +28,5 @@ builddeb:
clean:
$(PYTHON) setup.py clean
fakeroot $(MAKE) -f $(CURDIR)/debian/rules clean
rm -rf build/ MANIFEST
rm -rf build/ MANIFEST .coverage
find . -name '*.pyc' -delete