Fixed bug: Added missing 'verify_string' parameter.
This commit is contained in:
parent
fb8f2799ff
commit
5dbe603a5a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ require 'net/pop'
|
||||||
|
|
||||||
class Channel::POP3 < Channel::EmailParser
|
class Channel::POP3 < Channel::EmailParser
|
||||||
|
|
||||||
def fetch (channel, check_type = '')
|
def fetch (channel, check_type = '', verify_string = '')
|
||||||
ssl = false
|
ssl = false
|
||||||
port = 110
|
port = 110
|
||||||
if channel[:options][:ssl].to_s == 'true'
|
if channel[:options][:ssl].to_s == 'true'
|
||||||
|
|
Loading…
Reference in a new issue