Module: Ronin::Network::POP3
- Defined in:
- lib/ronin/network/pop3.rb
Overview
Global settings for accessing POP3.
Constant Summary collapse
- DEFAULT_PORT =
Default POP3 port
110
Class Method Summary collapse
-
.default_port ⇒ Integer
The default Ronin POP3 port.
-
.default_port=(port) ⇒ Object
Sets the default Ronin POP3 port.
Class Method Details
.default_port ⇒ Integer
Returns The default Ronin POP3 port.
37 38 39 |
# File 'lib/ronin/network/pop3.rb', line 37 def POP3.default_port @default_port ||= DEFAULT_PORT end |