diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-12-20 20:48:49 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-12-20 20:48:49 +0000 |
| commit | c8a7419e0e6a95b925e2dcfdd8a1f9389f614c1d (patch) | |
| tree | 86ce346fb848be4de1c2cfe9f3087008ef785711 /lib/net/pop.rb | |
| parent | 41e4525b18a11d471ca7da2840ca8680997a6c17 (diff) | |
| download | ruby-c8a7419e0e6a95b925e2dcfdd8a1f9389f614c1d.tar.gz ruby-c8a7419e0e6a95b925e2dcfdd8a1f9389f614c1d.tar.xz ruby-c8a7419e0e6a95b925e2dcfdd8a1f9389f614c1d.zip | |
Version 1.1.1
o HTTP chunk data
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/pop.rb')
| -rw-r--r-- | lib/net/pop.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/net/pop.rb b/lib/net/pop.rb index 1a0c61b51..7098bb949 100644 --- a/lib/net/pop.rb +++ b/lib/net/pop.rb @@ -52,6 +52,8 @@ Net::Session class POP3Session < Session + Version = '1.1.1' + session_setvar :port, '110' session_setvar :command_type, 'POP3Command' |
