Project

General

Profile

Bug #4769 ยป 0001-Updated-list-of-standards.-RFC2821-has-been-obsolete.patch

jrgarcia (J.R. Garcia), 05/23/2011 08:55 AM

View differences:

lib/net/smtp.rb
#
# This library provides functionality to send internet
# mail via SMTP, the Simple Mail Transfer Protocol. For details of
# SMTP itself, see [RFC2821] (http://www.ietf.org/rfc/rfc2821.txt).
# SMTP itself, see [RFC5321] (http://www.ietf.org/rfc/rfc5321.txt).
#
# == What is This Library NOT?
#
......
# try RubyMail or TMail. You can get both libraries from RAA.
# (http://www.ruby-lang.org/en/raa.html)
#
# FYI: the official documentation on internet mail is: [RFC2822] (http://www.ietf.org/rfc/rfc2822.txt).
# FYI: the official documentation on internet mail is: [RFC5322] (http://www.ietf.org/rfc/rfc5322.txt).
#
# == Examples
#
    (1-1/1)