K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-09-08T20:42:19.000000Z K 7 svn:log V 339 Provides SMTP STARTTLS support for Ruby 1.8.6, this 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 END