From: "drbrain (Eric Hodel)" Date: 2012-11-17T10:12:44+09:00 Subject: [ruby-core:49470] [ruby-trunk - Feature #5373] SMTP - new method Issue #5373 has been updated by drbrain (Eric Hodel). I chose rset because it matches the other methods that follow the SMTP protocol in Net::SMTP like helo, ehlo, rcptto, mailfrom ---------------------------------------- Feature #5373: SMTP - new method https://bugs.ruby-lang.org/issues/5373#change-33001 Author: art.lussos (art lussos) Status: Assigned Priority: Normal Assignee: mame (Yusuke Endoh) Category: lib Target version: 2.0.0 I would like to add the following method to smtp.rb command dispatcher section. # The reset command tells the mail server that the current mail transaction should be aborted. def reset getok('RSET') end -- http://bugs.ruby-lang.org/