nodejs-mail-notifier
nodejs-mail-notifier copied to clipboard
nodejs library to listen incoming mail
I'm getting these errors logged when receiving certain emails. ``` Error: Encoding not recognized: 'UTF-32LE' (searched as: 'utf32le') at Object.getCodec (.\node_modules\iconv-lite\lib\index.js:106:23) at Object.getDecoder (.\node_modules\iconv-lite\lib\index.js:127:23) at Object.decode (.\node_modules\iconv-lite\lib\index.js:40:25) at convertIconvLite (.\node_modules\encoding\lib\encoding.js:91:26)...
const imap = { user: "yourimapuser", password: "yourimappassword", host: "imap.host.com", port: 993, // imap port tls: true,// use secure connection tlsOptions: { rejectUnauthorized: false } box:['INBOX','SPAM'] // is it correct...
i want to read unread mails from multiple mail accounts with some interval times. how can i do please help.
Reason why I suggest this is that right now, mail-notifier may try to fetch over 1000 emails at a time depending on your search query, which often overloads a server,...
/var/www/vhosts/chattet.de/maiwell-mail.chattet.de/node_modules/mail-notifier/index.js:117 2|simple-m | Notifier.prototype.dbg = function (...args) { 2|simple-m | ^ 2|simple-m | SyntaxError: Unexpected token . 2|simple-m | at Module._compile (module.js:439:25) 2|simple-m | at Object.Module._extensions..js (module.js:474:10) 2|simple-m | at...
There are sometimes up to a few minutes until received mail is acknowledged. Is there a way to speed it up?
Does this library support OAuth (Azure MSAL) to access a specific email? For instance, given the email [email protected] I can't connect directly with username and password but I need to...
In my project I need to know when a new email arrived before downloading it from the server. so added this event and it might help other users in the...
Hi, Good day. Just wanted to inform that we encountered a security issue on one of mail-notifier dependency for its version 0.5.0: Dependency: semver Version: 5.3.0 It is raised under...