Uh oh!
There was an error while loading. Please reload this page.
Updated docs, especially TLS and SASL-related - #66
Merged
Conversation
This was referenced Oct 9, 2023
nevansforce-pushed
the
minor-documentation-fixes
branch
from
October 11, 2023 14:11
058ad83 to
8fa0f46Comparenevans
commented
Oct 11, 2023
ContributorAuthor
FYI: as I went through several of my other branches, I realized that some of their documentation changes were applicable to the |
nevansforce-pushed
the
minor-documentation-fixes
branch
2 times, most recently
from
October 14, 2023 16:30
7800ec6 to
6b0548aCompare
This was referenced Oct 14, 2023
nevansforce-pushed
the
minor-documentation-fixes
branch
from
October 15, 2023 10:29
6b0548a to
2cfc961Comparenevans
commented
Oct 20, 2023
Uh oh!
There was an error while loading. Please reload this page.
nevans
commented
Oct 20, 2023
Uh oh!
There was an error while loading. Please reload this page.
* 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.
nevansforce-pushed
the
minor-documentation-fixes
branch
from
October 21, 2023 00:02
2cfc961 to
d9fe72aCompare
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 freeto 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.