Skip to content
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

chore: enhance client-related typings #1227

Merged
merged 3 commits into from
Jan 12, 2021

Commits on Dec 5, 2020

  1. Enhance client-related typings

    The MailService has a method to set a client, but it isn't exposed in
    typings. Adding this so there is an easier way to customize underlying
    agents used (for keep-alive and other connection-pooling settings)
    without having compilation problems (or subverting the type system by
    just using 'any')
    kyle221b committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    0e8d261 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Style fix

    kyle221b committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    1427e5e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    8514165 View commit details
    Browse the repository at this point in the history