From 329d46cf1c273a123561bb955a06eb5fcf607f63 Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 20 Mar 2014 10:05:10 -0400 Subject: [PATCH] update example in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 61b4aeb..298f6f6 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ var imap = new Imap({ password: 'mygmailpassword', host: 'imap.gmail.com', port: 993, - tls: true, - tlsOptions: { rejectUnauthorized: false } + tls: true }); function openInbox(cb) {