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

[Backport 2.x] Improve wording for TLS-related options #119

Merged
merged 1 commit into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. Improve wording for TLS-related options (#115)

    When configuring a SMTP sender, the user is prompted for an "Encryption
    method" and given a drop-down list to choose from.  The list currently
    contain "SSL", "TLS" and "None" which is a bit confusing given that TLS
    is built on deprecated SSL and both refer to the same thing.
    
    In this list, "SSL" actually mean TLS, and "TLS" actually mean StartTLS
    (aka Opportunistic TLS).
    
    Adjust wording to wake this more obvious.  The new wording match the one
    used in Thunderbird when configuring connection security.
    
    Signed-off-by: Romain Tartière <[email protected]>
    (cherry picked from commit 2506331)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d27038b View commit details
    Browse the repository at this point in the history