summaryrefslogtreecommitdiff
path: root/lib/net/pop.rb
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-16 19:26:07 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-16 19:26:07 +0000
commit79c2d60971501ea6cb8304a9c860bac0bc2bee94 (patch)
tree7d6554504218674f08a07f47a322496c0a0d09a7 /lib/net/pop.rb
parent82178a552907e413a09f5dfe646fb3e876f4011c (diff)
aamine
* lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.27. * lib/net/protocol.rb: writing methods returns written byte size. * lib/net/smtp.rb: send_mail accepts many destinations. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/pop.rb')
-rw-r--r--lib/net/pop.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index 01b2deaa84..6e12d4064a 100644
--- a/lib/net/pop.rb
+++ b/lib/net/pop.rb
@@ -1,11 +1,12 @@
=begin
-= net/pop.rb version 1.1.27
+= net/pop.rb version 1.1.28
written by Minero Aoki <aamine@dp.u-netsurf.ne.jp>
-This library is distributed under the terms of the Ruby license.
-You can freely distribute/modify this library.
+This program is free software.
+You can distribute/modify this program under
+the terms of the Ruby Distribute License.
== Net::POP3