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