{"id":17909080,"url":"https://github.com/mback2k/go-getmail","last_synced_at":"2025-03-23T20:31:29.092Z","repository":{"id":57555691,"uuid":"183402965","full_name":"mback2k/go-getmail","owner":"mback2k","description":"Retrieve and forward e-mails between IMAP servers.","archived":false,"fork":false,"pushed_at":"2022-04-01T23:23:54.000Z","size":56,"stargazers_count":20,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T16:45:57.099Z","etag":null,"topics":["golang-application","imap","imapsync"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mback2k.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":"2019-04-25T09:35:37.000Z","updated_at":"2024-05-31T03:38:43.000Z","dependencies_parsed_at":"2022-09-14T11:00:55.558Z","dependency_job_id":null,"html_url":"https://github.com/mback2k/go-getmail","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/mback2k%2Fgo-getmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fgo-getmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fgo-getmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fgo-getmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mback2k","download_url":"https://codeload.github.com/mback2k/go-getmail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221915442,"owners_count":16901081,"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":["golang-application","imap","imapsync"],"created_at":"2024-10-28T19:19:56.872Z","updated_at":"2024-10-28T19:19:57.484Z","avatar_url":"https://github.com/mback2k.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-getmail\n==========\nThis Go program is a simple tool to retrieve and forward e-mails between IMAP servers.\n\n[![Build Status](https://travis-ci.org/mback2k/go-getmail.svg?branch=master)](https://travis-ci.org/mback2k/go-getmail)\n[![GoDoc](https://godoc.org/github.com/mback2k/go-getmail?status.svg)](https://godoc.org/github.com/mback2k/go-getmail)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mback2k/go-getmail)](https://goreportcard.com/report/github.com/mback2k/go-getmail)\n\nDependencies\n------------\nSpecial thanks to [@emersion](https://github.com/emersion) for creating and providing\nthe following Go libraries that are the main building blocks of this program:\n\n- https://github.com/emersion/go-imap\n- https://github.com/emersion/go-imap-idle\n\nAdditional dependencies are the following awesome Go libraries:\n\n- https://github.com/spf13/viper\n\nInstallation\n------------\nYou basically have two options to install this Go program package:\n\n1. If you have Go installed and configured on your PATH, just do the following go get inside your GOPATH to get the latest version:\n\n```\ngo get -u github.com/mback2k/go-getmail\n```\n\n2. If you do not have Go installed and just want to use a released binary,\nthen you can just go ahead and download a pre-compiled Linux amd64 binary from the [Github releases](https://github.com/mback2k/go-getmail/releases).\n\nFinally put the go-getmail binary onto your PATH and make sure it is executable.\n\nConfiguration\n-------------\nThe following YAML file is an example configuration with one transfer to be handled:\n\n```\nAccounts:\n\n- Name: Test account\n  Source:\n    IMAP:\n      Server: imap-source.example.com:993\n      Username: your-imap-source-username\n      Password: your-imap-source-username\n      Mailbox: your-imap-source-mailbox\n  Target:\n    IMAP:\n      Server: imap-target.example.com:993\n      Username: your-imap-target-username\n      Password: your-imap-target-username\n      Mailbox: your-imap-target-mailbox\n```\n\nYou can have multiple accounts handled by repeating the `- Name: ...` section.\n\nSave this file in one of the following locations and run `./go-getmail`:\n\n- /etc/go-getmail/go-getmail.yaml\n- $HOME/.go-getmail.yaml\n- $PWD/go-getmail.yaml\n\nLicense\n-------\nCopyright (C) 2019  Marc Hoersken \u003cinfo@marc-hoersken.de\u003e\n\nThis software is licensed as described in the file LICENSE, which\nyou should have received as part of this software distribution.\n\nAll trademarks are the property of their respective owners.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fgo-getmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmback2k%2Fgo-getmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fgo-getmail/lists"}