How to parse a MIME email in Golang - a tutorial on how to parse a MIME email using the standard Go packages. As an exercice it builds a command line tools that will parse an email from stdin, list all the MIME parts of this email, and decode and save the content of each MIME part in separated files