From: "mame (Yusuke Endoh)" Date: 2012-11-24T11:13:53+09:00 Subject: [ruby-core:49969] [ruby-trunk - Feature #5373] SMTP - new method Issue #5373 has been updated by mame (Yusuke Endoh). Target version changed from 2.0.0 to next minor ---------------------------------------- Feature #5373: SMTP - new method https://bugs.ruby-lang.org/issues/5373#change-33735 Author: art.lussos (art lussos) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) 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/