jrgarcia (J.R. Garcia)
- Login: jrgarcia
- Email: mrjohngarcia@gmail.com
- Registered on: 05/23/2011
- Last sign in: 10/08/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
05/23/2011
-
10:14 AM Ruby Bug #4769: Updated SMTP standards
- Based on section 1.2 of RFC5321 (http://tools.ietf.org/html/rfc5321#section-1.2), it looks like there were only "editorial" and "clarification" changes which lead me to believe that the documentation had changed but the details did not. ...
-
08:55 AM Ruby Bug #4769 (Rejected): Updated SMTP standards
- The standards listed in the documentation for Net::SMTP (RFC2821, RFC2822) have been obsoleted by new ones (RFC5321, RFC5322). I have updated the documentation to reflect this (as well as the links in the documentation).
*Patch included -
04:18 AM Ruby Bug #4768 (Closed): Adding documentation for Net::SMTP::Response
- As part of the Ruby 1.9.3 documentation challenge, I'm sending a patch for documentation for the Net::SMTP::Response class. Everything in that class should be documented now. I plan on finishing up any loose ends in the SMTP library, but...