mailproxy icon indicating copy to clipboard operation
mailproxy copied to clipboard

Fix for issue #6 and one other error

Open dancysoft opened this issue 6 years ago • 0 comments

If delivery failed due to a SMTPNotSupportedError exception, the exception handler in _deliver would try to invoke the decode() method on the class object, resulting in a cascading error. This commit fixes that problem.

dancysoft avatar Oct 09 '19 21:10 dancysoft