{"id":19538027,"url":"https://github.com/thecreeper/go-pop3","last_synced_at":"2025-04-26T16:30:35.890Z","repository":{"id":49138324,"uuid":"31736034","full_name":"TheCreeper/go-pop3","owner":"TheCreeper","description":"Package pop3 provides an implementation of the Post Office Protocol - Version 3.","archived":false,"fork":false,"pushed_at":"2021-06-26T11:30:28.000Z","size":38,"stargazers_count":20,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T14:44:05.262Z","etag":null,"topics":["go","pop","pop3","post-office-protocol"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheCreeper.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}},"created_at":"2015-03-05T20:58:11.000Z","updated_at":"2024-04-02T17:41:51.000Z","dependencies_parsed_at":"2022-09-15T12:10:47.251Z","dependency_job_id":null,"html_url":"https://github.com/TheCreeper/go-pop3","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCreeper%2Fgo-pop3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCreeper%2Fgo-pop3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCreeper%2Fgo-pop3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheCreeper%2Fgo-pop3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheCreeper","download_url":"https://codeload.github.com/TheCreeper/go-pop3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251017184,"owners_count":21523531,"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":["go","pop","pop3","post-office-protocol"],"created_at":"2024-11-11T02:30:33.760Z","updated_at":"2025-04-26T16:30:34.147Z","avatar_url":"https://github.com/TheCreeper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-pop3\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/TheCreeper/go-pop3)](https://pkg.go.dev/github.com/TheCreeper/go-pop3)\n\nPackage pop3 provides an implementation of the\n[Post Office Protocol - Version 3](https://www.ietf.org/rfc/rfc1939.txt).\n\n## Example\n\n```Go\n// Create a connection to the server\nc, err := pop3.DialTLS(\"pop3.riseup.net:993\")\nif err != nil {\n\tlog.Fatal(err)\n}\ndefer c.Quit()\n\n// Authenticate with the server\nif err = c.Auth(\"username\", \"password\"); err != nil {\n\tlog.Fatal(err)\n}\n\n// Print the UID of all messages in the maildrop\nmessages, err := c.UidlAll()\nif err != nil {\n\tlog.Fatal(err)\n}\nfor _, v := range messages {\n\tlog.Print(v.UID)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreeper%2Fgo-pop3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecreeper%2Fgo-pop3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreeper%2Fgo-pop3/lists"}