From: "drbrain (Eric Hodel)" Date: 2012-07-04T08:42:17+09:00 Subject: [ruby-core:46155] [ruby-trunk - Feature #5373] SMTP - new method Issue #5373 has been updated by drbrain (Eric Hodel). Category set to lib Target version set to 2.0.0 May I apply this? ---------------------------------------- Feature #5373: SMTP - new method https://bugs.ruby-lang.org/issues/5373#change-27775 Author: art.lussos (art lussos) Status: Assigned Priority: Normal Assignee: aamine (Minero Aoki) 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/