Coffeescript: Imapconnection Is Not Defined In Node-imap
I am trying to run example Coffee Scripts from: CoffeScript and node-imap Sending messages works fine, but when I attempt to read a message, I got this kind of error: TypeError: im
Solution 1:
I got it ;) according to this link, I realized, that I have to create a new imap object using server = new imap
as it was declared in the beggining of script.
Post a Comment for "Coffeescript: Imapconnection Is Not Defined In Node-imap"