keitaoouchi / easyimap

Simple imap wrapper.

Home Page:http://pypi.python.org/pypi/easyimap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imapper limits

franciswongcn opened this issue · comments

I found that there are limit=10 in the imapper API, how can I get more than 10? and what is the order for these 10 messages?
If I have 20 unseen emails, then I should get 10 emails and mark them as seen, then I get unseen again for the next 10 emails?
If in this case, the first 10 emails are the latest 10 emails or the oldest 10 emails?