General

Profile

pveselov (Pawel Veselov)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

11/19/2013

11:55 AM Ruby Bug #9125 (Closed): Net::SMTP - invalid method raised when attempting to connect using STARTTLS
Simple attempt (in irb):
require 'net/smtp'
smtp = Net::SMTP.new('server', 587)
mtp.enable_starttls()
smtp.start()
NoMethodError: undefined method `success?' for "200 dummy reply code":String
from /usr/local/rvm/rubies/ruby-2....
pveselov (Pawel Veselov)

Also available in: Atom