I have an issue on getting the results to retrieve maximum five unread
mail. Here is my feed query code to get the mail feed. I got the whole
results instead of five.

$gdata = new Zend_Gdata($client);
$query = new Zend_Gdata_Query('http://mail.google.com/mail/feed/atom/
unread/');
$query->setMaxResults(5);
$feeds = $gdata->getFeed($query);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to