gmail v0.0.15 Gmail.Draft
A draft email in the user’s mailbox.
Summary
Functions
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/drafts#resource
Gets the specified draft
Lists the drafts in the user’s mailbox
Types
t :: %Gmail.Draft{id: term, message: term}
Functions
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/drafts#resource
Specs
get(String.t | String.t, String.t) ::
{atom, Gmail.Message.t} |
{atom, String.t} |
{atom, map}
Gets the specified draft.
Gmail API documentation: https://developers.google.com/gmail/api/v1/reference/users/drafts/get
Specs
list(String.t) :: {atom, [Gmail.Draft.t]}
Lists the drafts in the user’s mailbox.
Gmail API Documentation: https://developers.google.com/gmail/api/v1/reference/users/drafts/list