A simple CLI tool to interact with Gmail API and download email messages.
To use this tool you need to turn on Gmail API, create client_secret.json and put it into resources directory.
Follow the great tutorial by Google to do so.
To run this program you should clone this repository, change directory to it and execute go build
command.
Then you should run an executable file built by Go compiler.
Example:
./go-gmail-downloader
on Linux.