{"id":19608599,"url":"https://github.com/teamwork/mailaddress","last_synced_at":"2025-04-27T20:32:56.494Z","repository":{"id":52201676,"uuid":"96220774","full_name":"Teamwork/mailaddress","owner":"Teamwork","description":"Mail address parsing library for Go","archived":false,"fork":false,"pushed_at":"2023-12-12T20:40:41.000Z","size":54,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-04-05T03:13:02.679Z","etag":null,"topics":["email","go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teamwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-04T13:24:51.000Z","updated_at":"2023-09-10T02:44:52.000Z","dependencies_parsed_at":"2024-06-21T04:19:56.215Z","dependency_job_id":"237f1cf2-a92e-4f87-9663-7f54d99804f7","html_url":"https://github.com/Teamwork/mailaddress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmailaddress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmailaddress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmailaddress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fmailaddress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teamwork","download_url":"https://codeload.github.com/Teamwork/mailaddress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251204673,"owners_count":21552266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["email","go"],"created_at":"2024-11-11T10:15:53.405Z","updated_at":"2025-04-27T20:32:56.219Z","avatar_url":"https://github.com/Teamwork.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/Teamwork/mailaddress.svg?branch=master)](https://travis-ci.com/Teamwork/mailaddress)\n[![codecov](https://codecov.io/gh/Teamwork/mailaddress/branch/master/graph/badge.svg?token=n0k8YjbQOL)](https://codecov.io/gh/Teamwork/mailaddress)\n[![GoDoc](https://godoc.org/github.com/Teamwork/mailaddress?status.svg)](https://godoc.org/github.com/Teamwork/mailaddress)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Teamwork/mailaddress)](https://goreportcard.com/report/github.com/Teamwork/mailaddress)\n\nThe mailaddress package parses email addresses.\n\nIt's an alternative to `net/mail`; significant differences include:\n\n- Better errors.\n- When parsing a list it will continue to the next address on an error; this is\n  especially useful when providing feedback to users.\n- Some useful utility functions.\n\nBasic example:\n\n\taddr, err := mailaddress.Parse(`Martin \u003csingle_address@example.com\u003e`)\n\n\taddrs, haveErr := mailaddress.ParseLint(`many@example.com, addresses@example.com`)\n\tif haveErr {\n\t\tfmt.Println(addrs.Errors())\n\t}\n\nSee godoc for more docs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwork%2Fmailaddress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamwork%2Fmailaddress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwork%2Fmailaddress/lists"}