{"id":63729,"library":"jhillyerd-enmime","title":"Enmime","description":"Package enmime implements a MIME encoding and decoding library for Go.","status":"active","version":"1.3.0","language":"go","source_language":null,"source_url":"https://github.com/jhillyerd/enmime","tags":["mime","email","encoding","decoding"],"install":[{"cmd":"go get github.com/jhillyerd/enmime","lang":"bash","label":"Install github.com/jhillyerd/enmime"}],"dependencies":[],"imports":[{"symbol":"enmime","correct":"github.com/jhillyerd/enmime"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/jhillyerd/enmime\"\n)\n\nfunc main() {\n\t// Parse a MIME message from a reader\n\tmsg, err := enmime.ParseEnvelope(strings.NewReader(\"From: test@example.com\\nSubject: Test\\n\\nHello\"))\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(msg.GetHeader(\"Subject\"))\n}","lang":"go","description":"Parses a MIME message and prints the Subject header."},"warnings":[],"env_vars":null,"search_vec":"'decod':9,16 'email':14 'encod':7,15 'enmim':1,3 'go':12 'implement':4 'librari':10 'mime':6,13 'packag':2","created_at":"2026-06-17T16:47:24.325079+00:00","updated_at":"2026-06-17T16:47:24.325079+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jhillyerd/enmime","github":"https://github.com/jhillyerd/enmime","docs":"https://pkg.go.dev/github.com/jhillyerd/enmime#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}