mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.14k stars 379 forks source link

IMAP takes a variable time to read emails depending on my inbox #888

Open dchicchon opened 1 year ago

dchicchon commented 1 year ago

When I create an IMAP connection to my work email, I noticed that emails would be read after a period of around 5 minutes. However, when I utilized my personal email for the connection I noticed the IMAP would read this emails as soon as they came in. Is there a specific setting that I need to utilize when using this package?

I've read the antivirus software could prevent the immediate picking up my inbox emails but I'm unsure.

BCaspari commented 1 year ago

I noticed the same. For me, the cause was that there were about 300 mails in the inbox. After deleting them, new mails are recogniced immediately.