DEV Community

mirko
mirko

Posted on

A tool to download attachments from Gmail

Hi I'm Mirko.
Some months ago I have started learning Go in my free time, because I'm very interesting about it.

The best way I know to learn a new programming language is to use it into a tiny but real and useful (at least for me) project.

This is the story behind gmail-downloader.

What is it ?

It's a cli tool that permits to download all email attachments selecting a particular label from Gmail.
It uses the official google go sdk for gmail.

It's my first experiment using Go and it is released on Github with GPLv3 license.
Every feedback about the code or the features is very welcome 🙏🏻

Top comments (0)