diff options
| author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-01 02:27:37 +0000 |
|---|---|---|
| committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-01 02:27:37 +0000 |
| commit | b8e15e11fa54e6ff4c51ce64a567f0f4bb072e80 (patch) | |
| tree | 34ec585739150d2ad46284235f2301599a3d9ea3 /ChangeLog | |
| parent | 652e10acd9179186e7b542e65ebfe44a56ccae79 (diff) | |
| download | ruby-b8e15e11fa54e6ff4c51ce64a567f0f4bb072e80.tar.gz ruby-b8e15e11fa54e6ff4c51ce64a567f0f4bb072e80.tar.xz ruby-b8e15e11fa54e6ff4c51ce64a567f0f4bb072e80.zip | |
* lib/net/imap.rb: added document.
* lib/net/imap.rb (getquotaroot): new method.
* lib/net/imap.rb (setacl): remove the rights if the rights
parameter is nil.
* lib/net/imap.rb (getacl): return a MailboxACLItem object.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Fri Mar 1 11:22:51 2002 Amos Gouaux <amos+ruby@utdallas.edu> + + * lib/net/imap.rb: added document. + + * lib/net/imap.rb (getquotaroot): new method. + + * lib/net/imap.rb (setacl): remove the rights if the rights + parameter is nil. + + * lib/net/imap.rb (getacl): return a MailboxACLItem object. + Fri Mar 1 06:25:49 2002 Tanaka Akira <akr@m17n.org> * ext/socket/extconf.rb (have_struct_member): new method. |
