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

Added support for sending "ehlo" and receiving multiline "ehlo" response. #19077

Merged
merged 6 commits into from
Nov 3, 2021

Commits on Oct 31, 2021

  1. Added support for sending "ehlo"

    and receiving multiline "ehlo" response.
    
    Signed-off-by: David Krause <enthus1ast@users.noreply.github.com>
    enthus1ast committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    918950f View commit details
    Browse the repository at this point in the history
  2. fix typo

    Signed-off-by: David Krause <enthus1ast@users.noreply.github.com>
    enthus1ast committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    dc6bc63 View commit details
    Browse the repository at this point in the history
  3. send "EHLO" first, if not supported, send "HELO" to smtp server.

    Signed-off-by: David Krause <enthus1ast@users.noreply.github.com>
    enthus1ast committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    7a40c2a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. fix english

    Signed-off-by: David Krause <enthus1ast@users.noreply.github.com>
    enthus1ast committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7e4effd View commit details
    Browse the repository at this point in the history
  2. add changelog entry for smtp ehlo

    Signed-off-by: David Krause <enthus1ast@users.noreply.github.com>
    enthus1ast committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    d46cc9f View commit details
    Browse the repository at this point in the history
  3. recvEhlo must not be exported

    Signed-off-by: David Krause <enthus1ast@users.noreply.github.com>
    enthus1ast committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b4b997b View commit details
    Browse the repository at this point in the history