Learn R Programming

⚠️There's a newer version (1.0.1) of this package.Take me there.

gmailr (version 0.0.1)

Access the Gmail RESTful API from R.

Description

An R interface to the Gmail RESTful API. Allows access to your Gmail messages, threads, drafts and labels from R.

Copy Link

Version

Install

install.packages('gmailr')

Monthly Downloads

15,674

Version

0.0.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jim Hester

Last Published

July 26th, 2014

Functions in gmailr (0.0.1)

labels

Get a list of all labels
modify_message

Modify the labels on a message
date

Get the date field of a message or draft
attachment

Retrieve an attachment to a message
trash_thread

Send a single thread to the trash
drafts

Get a list of drafts
delete_label

Permanently delete a label
history

Retrieve change history for the inbox
body.gmail_message

Extract the message body from an email message
messages

Get a list of messages
thread

Get a single thread
gmail_auth

Setup oauth authentication for your gmail
print.gmail_messages

Print a list of gmail_messages
label

Get a specific label
untrash_thread

Remove a single thread from the trash.
to

Get the to field of a message or draft
gmailr

gmailr makes gmail access easy.
message

Get a single message
create_label

Create a new label
draft

Get a single draft
threads

Get a list of threads
from

Get the from field of a message or draft
delete_thread

Permanently delete a single thread.
modify_thread

Modify the labels on a thread
print.gmail_message

Print a gmail_message
save_attachment

save the attachment to a file
print.gmail_draft

Print a gmail_draft
send_draft

Send a draft
delete_message

Permanently delete a single message
body

Get the body text of a message or draft
subject

Get the subject field of a message or draft
update_label

Update a existing label.
print.gmail_threads

Print a list of gmail_threads
id

Get the id of a message or draft
save_attachments

Save attachments to a message
trash_message

Send a single message to the trash
untrash_message

Remove a single message from the trash