Commit 7634621c by Jose Carlos López

Update pop3

parent 60e3b4f8
Showing with 3 additions and 2 deletions
......@@ -25,7 +25,7 @@ function Strategy(options, verify) {
passport.Strategy.call(this);
this._host = options.host || '';
this._port = options.port || 993;
this._tls = options.tls || true;
//this._tls = options.tls || true;
this._success_callback = options.success_callback || null;
this.name = 'imap';
}
......@@ -80,4 +80,4 @@ Strategy.prototype.authenticate = function(req, options) {
/**
* Expose `Strategy`.
*/
module.exports = Strategy;
module.exports = Strategy;
\ No newline at end of file
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