-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
1 changed file
with
89 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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