chirag04 / mail-listener2

Mail listener library for node.js. Get notification when new email arrived.
MIT License
245 stars 116 forks source link

There is no list of the different mailbox type. #71

Open Dduvacher opened 6 years ago

Dduvacher commented 6 years ago

I'm looking for the name of the "Sent Box", I'm trying multiple choices, I'm not finding the right name. It could be good to have a list of the name of the different mailbox type.

jamesdesouza commented 5 years ago

imap object has below function imap.getBoxes((err, boxes) => console.log("BOXES", boxes))