Commit 7634621c by Jose Carlos López

Update pop3

parent 60e3b4f8
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ function Strategy(options, verify) { ...@@ -25,7 +25,7 @@ function Strategy(options, verify) {
passport.Strategy.call(this); passport.Strategy.call(this);
this._host = options.host || ''; this._host = options.host || '';
this._port = options.port || 993; this._port = options.port || 993;
this._tls = options.tls || true; //this._tls = options.tls || true;
this._success_callback = options.success_callback || null; this._success_callback = options.success_callback || null;
this.name = 'imap'; this.name = 'imap';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment