Sat, 04 Feb 2017 12:37:31 +0100
Fixed a bug in the email dialog.
UI/EmailDialog.py | file | annotate | diff | comparison | revisions |
--- a/UI/EmailDialog.py Fri Feb 03 19:25:38 2017 +0100 +++ b/UI/EmailDialog.py Sat Feb 04 12:37:31 2017 +0100 @@ -339,7 +339,7 @@ elif isinstance(e, smtplib.SMTPException): errorStr = str(e) elif isinstance(e, socket.error): - errorStr = e[1] + errorStr = e.strerror else: errorStr = str(e) res = E5MessageBox.retryAbort(