diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-09 16:53:30 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-03-09 16:53:30 +0000 |
| commit | 297016a680236bb7c98d763ca2f64d810ea841a3 (patch) | |
| tree | 05e6a80c3666c4036aae8b4ac36a4b3c15b6010e /ChangeLog | |
| parent | c0e7e4d5d2755fadfea78cbdca78edbff43f40f3 (diff) | |
| download | ruby-297016a680236bb7c98d763ca2f64d810ea841a3.tar.gz ruby-297016a680236bb7c98d763ca2f64d810ea841a3.tar.xz ruby-297016a680236bb7c98d763ca2f64d810ea841a3.zip | |
* lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.
* lib/net/pop.rb: merge the 'STAT' patch from Frank S.Fejes <frank@oopdreams.com>, with modifications (listed below).
* lib/net/pop.rb: new method Net::POP#mail_size.
* lib/net/pop.rb: new method Net::POP#bytes.
* lib/net/pop.rb: new method Net::POPCommand#stat.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Mon Mar 10 01:59:47 2003 Minero Aoki <aamine@loveruby.net> + + * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty. + + * lib/net/pop.rb: merge the 'STAT' patch from Frank S.Fejes + <frank@oopdreams.com>, with modifications (listed below). + + * lib/net/pop.rb: new method Net::POP#mail_size. + + * lib/net/pop.rb: new method Net::POP#bytes. + + * lib/net/pop.rb: new method Net::POPCommand#stat. + Sun Mar 9 19:30:25 2003 WATANABE Hirofumi <eban@ruby-lang.org> * lib/fileutils.rb (mkdir, mkdir_p): revert. |
