From: "mame (Yusuke Endoh)" Date: 2012-11-20T03:03:18+09:00 Subject: [ruby-core:49596] [ruby-trunk - Feature #5373] SMTP - new method Issue #5373 has been updated by mame (Yusuke Endoh). Assignee changed from mame (Yusuke Endoh) to matz (Yukihiro Matsumoto) I can't say anything but "no" because the deadline has passed. So, don't ask me. -- Yusuke Endoh ---------------------------------------- Feature #5373: SMTP - new method https://bugs.ruby-lang.org/issues/5373#change-33112 Author: art.lussos (art lussos) Status: Assigned Priority: Normal Assignee: matz (Yukihiro Matsumoto) 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/