# File lib/em/protocols/smtpserver.rb, line 182 182: def reset_protocol_state 183: init_protocol_state 184: s,@state = @state,[] 185: @state << :starttls if s.include?(:starttls) 186: @state << :ehlo if s.include?(:ehlo) 187: receive_transaction 188: end