-
Notifications
You must be signed in to change notification settings - Fork 3
Any 5xx error from SMTP server becomes a strange internal error #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
I'm receiving runtime error from smtp client when server sends 3xx,4xx and 5xx status codes:
|
If SMTP server responds with some weird message, i.e. |
This was referenced Sep 23, 2021
vr009
added a commit
that referenced
this issue
Dec 19, 2021
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx and 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Dec 20, 2021
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx and malformed codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Dec 29, 2021
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx and malformed codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Dec 30, 2021
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx and malformed codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 11, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx and malformed codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 14, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 14, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 20, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 20, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 20, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 20, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 20, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 21, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 21, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 21, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 21, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 21, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 24, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 24, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 24, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. The value of key for cache-step bumped to v4. That is needed for changing postfix of the key. During testing of changes there were troubles with cache-reload described and reported in github/docs#14145. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 25, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. The value of key for cache-step bumped to v4. That is needed for changing postfix of the key. During testing of changes there were troubles with cache-reload described and reported in github/docs#14145. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 31, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. The value of key for cache-step bumped to v4. That is needed for changing postfix of the key. During testing of changes there were troubles with cache-reload described and reported in github/docs#14145. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 31, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. The value of key for cache-step bumped to v4. That is needed for changing postfix of the key. During testing of changes there were troubles with cache-reload described and reported in github/docs#14145. Fixes #13
vr009
added a commit
that referenced
this issue
Jan 31, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. The value of key for cache-step bumped to v4. That is needed for changing value of the key. During testing of changes there were troubles with cache-reload described and reported in github/docs#14145. Fixes #13
Totktonada
pushed a commit
that referenced
this issue
Jan 31, 2022
In case server has some settings, which don't let some types of SMTP request to be handled, SMTP client may receive 5xx, 4xx, 3xx codes. This patch fixes the problem, when on the client side this SMTP codes are not handled normally. Instead of runtime error and unusual message that there is some connection error. The value of key for cache-step bumped to v4. That is needed for changing value of the key. During testing of changes there were troubles with cache-reload described and reported in github/docs#14145. Fixes #13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example., the server (mock) is set up for returning a 510 code for some sort of e-mails. The server returns "510 Bad email address" in that case.
On the client side, I want to see the exact response code and error message, but instead I get a runtime error with message "SMTP error 55 (os errno 0)".
The proposed changes to the client: check the response code and return it back with the error message
The text was updated successfully, but these errors were encountered: