Categorygithub.com/rogafe/go-email
modulepackage
0.1.10
Repository: https://github.com/rogafe/go-email.git
Documentation: pkg.go.dev

# README

go-email

I was inspired by polo2ro imapbox to create a way to download my email to a folder and I wanted to build it in Golang

Getting started

How to install

  1. Using go install

    # for latest
    go install github.com/rogafe/go-email@latest
    
    #for latest working release :)
    go install github.com/rogafe/go-email@v[see releases]
    
    
  2. Using the automatic release

    Checkout the releases page.

How to use

Using gmail

See the wiki