mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.17k stars 381 forks source link

TypeError: list[i].toLowerCase is not a function. (In 'list[i].toLowerCase()', 'list[i].toLowerCase' is undefined) #922

Open timwuhaotian opened 3 hours ago

timwuhaotian commented 3 hours ago

https://github.com/mscdex/node-imap/blob/9918f08bc0bf5e3b0ed0e154fe98b3396e108606/lib/Parser.js#L431

image

node-imap is constantly throwing this error while fetching emails, can we add a narrow check just to break the loop first?

timwuhaotian commented 3 hours ago

https://github.com/mscdex/node-imap/pull/923