From: art lussos Date: 2011-09-28T00:49:16+09:00 Subject: [ruby-core:39742] [Ruby 1.9 - Feature #5373][Open] SMTP - new method Issue #5373 has been reported by art lussos. ---------------------------------------- Feature #5373: SMTP - new method http://redmine.ruby-lang.org/issues/5373 Author: art lussos Status: Open Priority: Normal Assignee: 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://redmine.ruby-lang.org