-
Notifications
You must be signed in to change notification settings - Fork 409
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
Java Mail Helper Refactor #221
Comments
Will this also deal 429s, i.e. sleeping the amount suggested in the response header if a rate limit exceeded? |
No, to follow that feature, please see this issue. Thanks! With Best Regards, Elmer |
Issues #184 and #212 are due to logic in the java-http-client library. This is done explicitly via this code. In order to maintain backwards compatability, I will deprecate the existing method, and create a new method that does not throw the IOException. PR's for both java-http-client and sendgrid-java coming shortly. |
or add a setter that indicates if it should throw or not ...
…On Wed, Oct 11, 2017 at 12:40 PM, Andy Trimble ***@***.***> wrote:
Issues #184 <#184> and
#212 <#212> are due to
logic in the java-http-client library. This is done explicitly via this
code: https://github.com/sendgrid/java-http-client/blob/master/
src/main/java/com/sendgrid/Client.java#L285.
In order to maintain backwards compatability, I will deprecate the
existing method, and create a new method that does not throw the
IOException.
PR's for both java-http-client and sendgrid-java coming shortly.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#221 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AY9Sjl_dBnSt_9V_YOrBLbDoOXY_PpADks5srRmxgaJpZM4PpyLL>
.
|
Since there has been no activity on this issue since March 1, 2020, we are closing this issue. Please feel free to reopen or create a new issue if you still require assistance. Thank you! |
Issue Summary
An interface to easily interact with the
mail/send
endpoint of the SendGrid v3 Web API.The specification for this project is here and the discussion around this specification can be found here.
Acceptance Criteria
All of the use cases defined here are implemented and all corresponding tests are passing.
The text was updated successfully, but these errors were encountered: