ditesh / node-poplib

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

Not able to fetch mail other than inbox folder email . #8

Closed kharatps02 closed 10 years ago

kharatps02 commented 11 years ago

Hi Ditesh , I'm fetching email using list method of client after successful connection with pop3 server (pop3.live.com) .getting only inbox folder mail. Is there any way to get mail from other folders like sent,draft,trash etc ?

Thanks, Popat

ditesh commented 10 years ago

Hey,

I am not familiar with live.com POP server. I would guess to get the other folders, you will need to use IMAP.