Gmail Agent API - Mail Notifier - Address Book Importer * Joh...
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
- gmail
- , ajax
- , programming
- , api
- , javascript
- , web
- , xml
- , web_programming
- , googletools
- , Delicious
- , util
- , http
- , tech
- , web_tools
- , general
Bookmark History
Saved by 34 people (11 private), first by anonymouse user on 2006-07-06
Public Sticky notes
he search query for all unread threads is:
/gmail?search=query&q=is%3Aunread&view=tl&start=0&init=1&zx=
The main parameters are search= and q=, which define what set of threads the user is requesting. The zx= parameter is a proxy cache defeater, and I've omitted it here for brevity. See GmailAdapter.MakeUniqueUrl() for more information.
Highlighted by wisely


Public Comment