メールの内容を解析したい場合、 net/mailパッケージだと、そのままでは日本語メールを読めないですよね。 github.com/curious-eyes/jmailパッケージを使ってみてはいかがでしょう。 package main import ( "fmt" mail "github.com/curious-eyes/jmail" "log" "strings" ) func main() { msg := `Date: Wed, 16 Sep 2015 05:32:06 +0900 From: Gopher <from@example.com> To: Another Gopher <to@example.com> Subject: =?UTF-8?Q?=E7=94=9F=E6=B4=BB=E3=81=AE=E3=81=BB=E3=81=A8=E3=82=93=E3=81=A9=E