PedroPauloML / mail

A simple project to list mails from [Gmail](https://github.com/gmailgem/gmail).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAIL

A simple project to list mails from Gmail.

Getting started

Prerequires

Install the gem sinatra, to run the server:

gem install sinatra

Install the gem rerun, to run the server:

gem install rerun

Install the gem google-api-client, to get Gmail messages:

gem install google-api-client

Install the gem oauth2, to do Outlook authorization:

gem install oauth2

Install the gem microsoft_graph, to get Outlook messages:

gem install microsoft_graph

To run the application execute ruby app.rb, or rerun 'ruby app.rb' to run with reload enabled.

About

A simple project to list mails from [Gmail](https://github.com/gmailgem/gmail).


Languages

Language:JavaScript 42.3%Language:Ruby 37.7%Language:HTML 19.1%Language:CSS 0.9%