ditesh / node-poplib

POP3 client library for Node.js
MIT License
128 stars 44 forks source link

tried to use the sample with GMail and GoDaddy - msgnumber continues to be null #5

Closed mikebz closed 10 years ago

meteormatt commented 11 years ago

At my side, it is OK. But too much Email when execute this line

client.top(123123, 10);

1

ditesh commented 10 years ago

Hey,

I checked with gmail and its working correctly.

As for msgnumber 123123 not being found, that was a test msgnumber in demo.js. If you are changing it, you may do so but be careful as the demo will delete the msgnumber!