Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provides SMTP STARTTLS support for Ruby 1.8.6, this | Philip M. Gollucci | 2010-09-08 | 1 | -0/+3 |
functionality is built-in for Ruby 1.8.7+. To use simply: require 'smtp_tls' and use the Net::SMTP#enable_starttls method to talk to servers that use STARTTLS. WWW: http://seattlerb.rubyforge.org/smtp_tls/ PR: ports/150115 Submitted by: Eric Freeman <freebsdports at chillibear.com> Notes: svn path=/head/; revision=260780 |