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.
This issue was solved with changeset r39729.
art , thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTP
RSET command. [ruby-trunk - Feature #5373]