Fixed bug: Added missing 'verify_string' parameter.

This commit is contained in:
Thorsten Eckel 2014-11-09 21:17:14 +01:00
parent fb8f2799ff
commit 5dbe603a5a

View file

@ -4,7 +4,7 @@ require 'net/pop'
class Channel::POP3 < Channel::EmailParser
def fetch (channel, check_type = '')
def fetch (channel, check_type = '', verify_string = '')
ssl = false
port = 110
if channel[:options][:ssl].to_s == 'true'