From: "drbrain (Eric Hodel)" Date: 2013-03-05T06:16:29+09:00 Subject: [ruby-core:53129] [ruby-trunk - Feature #5373] SMTP - new method Issue #5373 has been updated by drbrain (Eric Hodel). Assignee changed from matz (Yukihiro Matsumoto) to drbrain (Eric Hodel) Since Aoki-san was listed as neutral last I asked, I will apply this sometime next week. ---------------------------------------- Feature #5373: SMTP - new method https://bugs.ruby-lang.org/issues/5373#change-37288 Author: art.lussos (art lussos) Status: Assigned Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib Target version: next minor 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/