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

Updated docs, especially TLS and SASL-related #66

Merged
merged 1 commit into from
Nov 4, 2023

Commits on Oct 21, 2023

  1. Updated docs, especially TLS and SASL-related

    * Escaped SMTP in many places where it refers to the protocol, not the
      class.
    * Fixed some ruby example syntax, so rdoc syntax highlighting works.
    * Separated `SMTP.start or SMTP#start`, so rdoc can link both methods.
    * Updated the RFC links.  Fixed link to RFC6409 (not 6503!).
    * Linked to the `mail` (previously TMail) and `rmail` (previously
      RubyMail) gems.
    * Fixed `<tt>` formatting issues.
    * "See also" links from `start` methods.
    * Removed detailed documentation for deprecated `LOGIN` and `CRAM-MD5`.
    * Clarified authentication arg docs to Net::SMTP.start and #start.
      * Linked directly to Net::SMTP@SMTP+Authentication.
    nevans committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d9fe72a View commit details
    Browse the repository at this point in the history