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

Remove non-SMTP transports and connection setup code #57

Merged
merged 1 commit into from
Jan 31, 2023
Merged

Commits on Jan 31, 2023

  1. Remove connection setup and all the "transports" except SMTP

    Now the user is responsible for providing a stream with
    TLS, read and write timeouts, buffering, SOCKS5 etc.
    
    This makes it possible to have proper read and write
    timeouts instead of per-command timeouts,
    use alternative TLS implementations such as Rustls
    and use SMTP over other proxies, such as HTTP CONNECT,
    without modifying the library.
    link2xt committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ebd13a1 View commit details
    Browse the repository at this point in the history