1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/net/imap.rb (media_subtype): return subtype.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2001-04-02 03:41:35 +00:00
parent 41aac21944
commit 3c0af9ca44
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Apr 2 12:40:45 2001 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb (media_subtype): return subtype.
Mon Apr 2 12:01:15 2001 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb (flag_list): capitalize flags.

View file

@ -1256,6 +1256,7 @@ module Net
def media_subtype
$stderr.printf("warning: media_subtype is obsolete.\n")
$stderr.printf(" use subtype instead.\n")
return subtype
end
end
@ -1272,6 +1273,7 @@ module Net
def media_subtype
$stderr.printf("warning: media_subtype is obsolete.\n")
$stderr.printf(" use subtype instead.\n")
return subtype
end
end
@ -1288,6 +1290,7 @@ module Net
def media_subtype
$stderr.printf("warning: media_subtype is obsolete.\n")
$stderr.printf(" use subtype instead.\n")
return subtype
end
end
@ -1302,6 +1305,7 @@ module Net
def media_subtype
$stderr.printf("warning: media_subtype is obsolete.\n")
$stderr.printf(" use subtype instead.\n")
return subtype
end
end