imap-checker
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -29,3 +29,3 @@ const mailNotifier = require('mail-notifier'); | ||
notifier.stop(); | ||
console.log(`Timeout when checking for email from: '${from}' to: '${to}' with subject: '${subject}'`); | ||
console.log(`Unable to find any email from: '${from}' to: '${to}' with subject: '${subject}' in ${timeout} ms`); | ||
resolve(null); | ||
@@ -32,0 +32,0 @@ }, timeout); |
{ | ||
"name": "imap-checker", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Check the email server and return the matching emails", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3140