class Minbox::StartTls
Public Instance Methods
run(client, _line)
click to toggle source
# File lib/minbox/client.rb, line 51 def run(client, _line) client.write '220 Ready to start TLS' client.secure_socket! end