{"id":17909070,"url":"https://github.com/mback2k/go-smartmail","last_synced_at":"2025-08-14T04:26:46.826Z","repository":{"id":141896394,"uuid":"184456993","full_name":"mback2k/go-smartmail","owner":"mback2k","description":"Folder-based smart actions for IMAP servers.","archived":false,"fork":false,"pushed_at":"2025-01-27T21:07:35.000Z","size":62,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T22:23:09.784Z","etag":null,"topics":["folder-monitor","golang-application","imap"],"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-01T17:49:51.000Z","updated_at":"2025-01-27T21:07:38.000Z","dependencies_parsed_at":"2023-03-13T10:27:54.472Z","dependency_job_id":null,"html_url":"https://github.com/mback2k/go-smartmail","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-smartmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fgo-smartmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fgo-smartmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fgo-smartmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mback2k","download_url":"https://codeload.github.com/mback2k/go-smartmail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238789910,"owners_count":19530788,"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":["folder-monitor","golang-application","imap"],"created_at":"2024-10-28T19:19:56.069Z","updated_at":"2025-02-14T05:27:54.625Z","avatar_url":"https://github.com/mback2k.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-smartmail\n==========\nThis Go program is a simple tool to provide folder-based smart actions for IMAP servers.\n\n[![Build Status](https://travis-ci.org/mback2k/go-smartmail.svg?branch=master)](https://travis-ci.org/mback2k/go-smartmail)\n[![GoDoc](https://godoc.org/github.com/mback2k/go-smartmail?status.svg)](https://godoc.org/github.com/mback2k/go-smartmail)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mback2k/go-smartmail)](https://goreportcard.com/report/github.com/mback2k/go-smartmail)\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- https://github.com/emersion/go-imap-move\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-smartmail\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-smartmail/releases).\n\nFinally put the go-smartmail 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: Archive per year\n  IMAP:\n    Server: imap-source.example.com:993\n    Username: your-imap-source-username\n    Password: your-imap-source-username\n    Mailbox: INBOX.Archive\n  Actions:\n    Move: INBOX.Archive.%YYYY%\n    MoveJodaTime: true\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-smartmail`:\n\n- /etc/go-smartmail/go-smartmail.yaml\n- $HOME/.go-smartmail.yaml\n- $PWD/go-smartmail.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-smartmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmback2k%2Fgo-smartmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fgo-smartmail/lists"}