martinrusev / imbox

Python IMAP for Human beings
MIT License
1.18k stars 188 forks source link

can not filter emails in imbox.messages() #237

Open Li-xy-lucky opened 1 year ago

Li-xy-lucky commented 1 year ago

When I try to use sent_from or date__on parameters in imbox.messages(), it didn't work. It always return all emails by default. However, unread=True works. I couldn't solve this question. Hope you can fix it ASAP.

Ezj-Amon commented 1 year ago

I am facing the same problem as you. You can filter the emails in the 'for' loop.

kapeyue commented 8 months ago

me too,waiting