Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

Why not using Search command. You can search messages with \Recent flag set.

share|improve this answer
I was able to make that work. I use SEARCH to retrieve emails for the last seven days (which is actually what I wanted), then pass the returned index into the FETCH command to get the actual email data. Thanks! – Greg Maletic Dec 12 '11 at 17:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.