Skip to content

Commit

Permalink
[libetpan patch] Add error string for MAILSMTP_ERROR_AUTH_NOT_SUPPORTED
Browse files Browse the repository at this point in the history
bengotow committed Oct 16, 2018
1 parent 139eeed commit 22700fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vendor/libetpan/src/low-level/smtp/mailsmtp.c
Original file line number Diff line number Diff line change
@@ -1224,6 +1224,8 @@ const char * mailsmtp_strerror(int errnum)
return "Transaction failed";
case MAILSMTP_ERROR_MEMORY:
return "Memory error";
case MAILSMTP_ERROR_AUTH_NOT_SUPPORTED:
return "Authentication is not supported";
case MAILSMTP_ERROR_CONNECTION_REFUSED:
return "Connection refused";
case MAILSMTP_ERROR_STARTTLS_TEMPORARY_FAILURE:

0 comments on commit 22700fb

Please sign in to comment.