Is there any way to request just the most recent, say, 100 emails from an IMAP server?
Some background...currently I'm doing the following:
a0005 FETCH 1:*
If I did this:
a0005 FETCH 1:100
...these would be the 100 oldest emails, not the newest.