Will GMails Greasemoney API help me: composing and sending messages, adding a button to the compose view, listing and sending drafts [migrated]
- by Kent
I want to create a Greasemonkey script for GMail and I've browsed through the GMail Greasemonkey 1.0 API documentation. I haven't fully understood what the API actually provides, which leads me to ask a few concrete questions. How will the API help if I want to:
Add a button to the Compose view which executes some of my code.
Compose and send a new message from scratch.
List the current drafts.
Pick a draft and send it.
From what I can see it'll help me with 1 above, but I don't see any real interaction API parts which can help me with 2-4.