chirag04 / mail-listener2

Mail listener library for node.js. Get notification when new email arrived.
MIT License
245 stars 116 forks source link

Added node-imap options to deal with ofice365 bad times #53

Open filmerjarred opened 8 years ago

filmerjarred commented 8 years ago

Office 365 imap will timeout authenticating (for some, at least) with the default auth timeout of 5000.

Can be easily fixed by updating config object to accommodate the node-imap authTimeout option.

Should fix issue #46 #48