ditesh / node-poplib

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

Pop Mail Fetching Issue #15

Closed Anuja25 closed 9 years ago

Anuja25 commented 10 years ago

I am trying to fetch mails using pop list and retrieve listener . Sometimes i am getting all mails and sometimes i am getting particular mails from inbox.

ditesh commented 10 years ago

My best guess would be that this is an issue with the server itself.

You can manually telnet in and issue the LIST command after authentication and see whether the server response changes.

Anuja25 commented 10 years ago

I want to access mail contents such as to,from,subject,body etc.When i retrieve a particular mail by its id i got a text response. From this response how can i access those particular fields??

sachiniec commented 9 years ago

@Anuja25 you can use mailparser module which results in formatted header and html fields .