From: "shugo (Shugo Maeda)" Date: 2012-11-13T18:32:56+09:00 Subject: [ruby-core:49290] [ruby-trunk - Feature #5373] SMTP - new method Issue #5373 has been updated by shugo (Shugo Maeda). Assignee changed from aamine (Minero Aoki) to mame (Yusuke Endoh) drbrain (Eric Hodel) wrote: > May I apply this? Sasada-san told me that Aoki-san is neutral about this issue, and asked my take as a maintainer of Net::IMAP. I think it's nice Net::SMTP to have a new method for the RSET command, but what do you think of it, Endo-san? If permission is granted by Endo-san, there's one consideration about the method name. The originally proposed method name is `reset', but the method name in the Eric's patch is `rset'. I think `rset' is better, because other methods of Net::STMP have the same names as the SMTP command names. ---------------------------------------- Feature #5373: SMTP - new method https://bugs.ruby-lang.org/issues/5373#change-32847 Author: art.lussos (art lussos) Status: Assigned Priority: Normal Assignee: mame (Yusuke Endoh) 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/