From: "drbrain (Eric Hodel)" Date: 2012-05-08T08:31:43+09:00 Subject: [ruby-core:44928] [ruby-trunk - Feature #5373][Assigned] SMTP - new method Issue #5373 has been updated by drbrain (Eric Hodel). Status changed from Feedback to Assigned ---------------------------------------- Feature #5373: SMTP - new method https://bugs.ruby-lang.org/issues/5373#change-26517 Author: art.lussos (art lussos) Status: Assigned Priority: Normal Assignee: aamine (Minero Aoki) Category: Target version: 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/