update example in readme

fork
Brian White 10 years ago
parent 5348216781
commit 329d46cf1c

@ -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) {

Loading…
Cancel
Save