Class: EventMachine::Protocols::SmtpClient

Inherits:
Object
  • Object
show all
Defined in:
lib/readability_importer/event_machine_patch.rb

Instance Method Summary collapse

Instance Method Details

#receive_signonObject



9
10
11
12
13
# File 'lib/readability_importer/event_machine_patch.rb', line 9

def receive_signon
  return invoke_error unless @range == 2
  send_data "HELO #{@args[:domain]}\r\n"
  @responder = :receive_ehlo_response
end