node-imap icon indicating copy to clipboard operation
node-imap copied to clipboard

An IMAP client module for node.js.

Results 115 node-imap issues
Sort by recently updated
recently updated
newest added

Good morning, could you help me, I am not able to connect to the gmail server, below the code. describe('Check connection to email server', function () { it('It should return...

Recently I came across an odd error in the parser, which looked like this: ``` TypeError: list[i].toLowerCase is not a function at Parser.parseFetch (.../node_modules/imap/lib/Parser.js:433:19) at Parser._resUntagged (.../node_modules/imap/lib/Parser.js:257:24) at Parser._parse (.../node_modules/imap/lib/Parser.js:137:16)...

**Issue Description** I am using the imap library to receive emails in my Node.js application. I have set up event handling for the 'mail' event to log a message whenever...

Hi mscdex, Thank you for your support to node community.I'm using your **"node-imap"** to connect with email servers. I tried with Gmail everything was as expected : var mailListener =...

when i test your library wtih 163 mail,just like [email protected], it gives me a error which shows 'EXAMINE Unsafe Login.Please contact [email protected] for help'. Will you resolve this question later?

Hello I have a job process that downloads email using node-imap. I have a kaspersky antivirus which scans email in mailbox in search of malware. While the antivirus does this...

How can I only get the most recent message in a conversation? My email client can detect it but I'm not able to find a certain patern

I've been working with this library recently for a personal project, and I'm hugely grateful for the work that's gone into it! The problem I ran into is that semver,...

`[connection] Ended [connection] Error: Error: This socket has been ended by the other party events.js:287 throw er; // Unhandled 'error' event ^ Error: This socket has been ended by the...

So I'm trying to use this library to read emails that come into the inbox and then read the contents to pass on to another part of the program. The...