jcreigno / nodejs-mail-notifier

nodejs library to listen incoming mail
MIT License
168 stars 77 forks source link

Unable to get the list of sent mails #36

Closed b3rew closed 7 years ago

b3rew commented 7 years ago

I was trying to get the list of sent emails by changing box option to [Gmail]/Sent Mail, but i didn't get any response, on the other hand INBOX works fine

if u have any suggestions or corrections, i need your help thanks

b3rew commented 7 years ago

it could be because it is using 'UNSEEN' as its default search option but if i change the default it works fine for example

search: [['TO', 'email@gmail.com']]

what can i change the search option to, to get all sent mails?

jcreigno commented 7 years ago

Hi @b3rew

Set search to SEEN. CF https://tools.ietf.org/search/rfc3501#section-6.4.4