Updated docs, especially TLS and SASL-related#66
Merged
tmtm merged 1 commit intoruby:masterfrom Nov 4, 2023
Merged
Conversation
This was referenced Oct 9, 2023
058ad83 to
8fa0f46
Compare
Contributor
Author
|
FYI: as I went through several of my other branches, I realized that some of their documentation changes were applicable to the |
7800ec6 to
6b0548a
Compare
This was referenced Oct 14, 2023
6b0548a to
2cfc961
Compare
nevans
commented
Oct 20, 2023
nevans
commented
Oct 20, 2023
* 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.
2cfc961 to
d9fe72a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
class.
SMTP.start or SMTP#start, so rdoc can link both methods.mail(previously TMail) andrmail(previouslyRubyMail) gems.
<tt>formatting issues.startmethods.LOGINandCRAM-MD5.This handles several of the areas I've been working on (or adjacent to) in my other PRs. Everything in this PR should be accurate for the current release.