summaryrefslogtreecommitdiff
path: root/lib/net/pop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/pop.rb')
-rw-r--r--lib/net/pop.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index 1a0c61b51c..7098bb9499 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'