# goimapnotify を Homebrew, apk, MacPorts, Nix, pacman でインストール

goimapnotify のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:goimapnotify
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install goimapnotify
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install goimapnotify
```

  証拠: MacPorts ports tree: mail/goimapnotify/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add goimapnotify
```

  証拠: Alpine Linux edge package indexes: goimapnotify from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#goimapnotify
```

  証拠: nixpkgs package indexes: pkgs/by-name/go/goimapnotify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S goimapnotify
```

  証拠: Arch Linux sync databases: goimapnotify from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:goimapnotify
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/goimapnotify>
- **バージョン:** 2.5.6
- **ソース概要:** Execute scripts on IMAP mailbox changes using IDLE
- **ホームページ:** <https://gitlab.com/shackra/goimapnotify>
- **リポジトリ:** <https://gitlab.com/shackra/goimapnotify>
- **上流ドキュメント:** <https://gitlab.com/shackra/goimapnotify#readme>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://gitlab.com/shackra/goimapnotify/-/archive/2.5.6/goimapnotify-2.5.6.tar.bz2>
- **最終更新:** 2026-07-11T18:00:29Z
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- goimapnotify (cli)
- goimapnotify (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 2.5.6
- マネージャ更新日: 2026-07-11
- ローカルデータ: OK
- 上流リポジトリ: https://gitlab.com/shackra/goimapnotify
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

goimapnotify is a Go command-line utility that watches IMAP mailboxes with IDLE and runs user-configured commands when messages are added, deleted, or changed.

### プロジェクトの歴史

The project was created on GitLab in August 2017 and describes itself as a Golang version of an IMAP notification tool for executing scripts on mailbox changes. Its first visible Git tags, 1.0 and 1.0.1, appeared in August 2017.

The README documents compatibility with the Python imapnotify configuration style while using Go-specific option names such as passwordCMD. Later releases added OAuth2 support, STARTTLS-related fixes, YAML configuration, monitoring all mailboxes, IMAP ID support, and event handling for changed or deleted mail.

### 採用の歴史

The package is distributed in multiple Unix package ecosystems, including Homebrew, Arch Linux, MacPorts, Alpine, and Nix according to the supplied package-manager metadata. Arch Linux and MacPorts both publish package pages that point back to the GitLab upstream and describe the same IMAP-IDLE script-triggering purpose.

### 使われ方

Users install the goimapnotify CLI and provide a JSON, YAML, YML, or TOML configuration file. The documented default config path is $XDG_CONFIG_HOME/goimapnotify/goimapnotify.yaml, and the -conf flag can override it.

A configuration defines one or more IMAP accounts, watched mailboxes, authentication values or commands that produce them, TLS behavior, and shell commands to run for events such as new, changed, or deleted messages. The -list mode helps users inspect mailbox hierarchy before choosing mailbox names.

### パッケージ好きにとっての重要性

goimapnotify is a small Unix-style automation utility: it bridges remote IMAP IDLE events to local commands such as mail sync scripts. That makes it useful in terminal mail setups where package-manager availability and predictable config-file behavior matter more than a graphical mail client.

For package maintainers, it is a compact Go network daemon/CLI with a stable upstream, tagged releases, and cross-distribution packaging, but it also carries typical mail-tool concerns around TLS defaults, OAuth2 token handling, and redaction of credentials in logs.

### タイムライン

- 2017-08-23: GitLab project created.
- 2017-08-25: Tag 1.0 published.
- 2019-04-26: Tag 2.0 published.
- 2021-04-19: Tag 2.2 published with OAuth2-related development in the tag history.
- 2024-09-30: Version 2.4 changelog records YAML support, monitoring all mailboxes, IMAP ID support, and credential-redaction work.
- 2026-02-14: Version 2.5.5 released.

### Related projects

- python-imapnotify is listed by the goimapnotify README as the older Python implementation whose configuration style goimapnotify mostly follows.

### ソース

- <https://archlinux.org/packages/extra/x86_64/goimapnotify/>
- <https://gitlab.com/shackra/goimapnotify>
- <https://gitlab.com/shackra/goimapnotify/-/raw/master/CHANGELOG.md>
- <https://gitlab.com/shackra/goimapnotify/-/raw/master/README.md>
- <https://gitlab.com/shackra/goimapnotify/-/tags>
- <https://gitlab.com/shackra/goimapnotify/-/tags?page=2>
- <https://ports.macports.org/port/goimapnotify/>


## セキュリティノート

goimapnotify に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: $XDG_CONFIG_HOME/goimapnotify/goimapnotify.yaml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** goimapnotify
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Nix - goimapnotify: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/goimapnotify/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - goimapnotify - 2.5.4-r3: normalized package name match | Alpine Linux edge package indexes: goimapnotify from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | execute scripts on IMAP mailbox changes using IDLE, golang version | https://gitlab.com/shackra/goimapnotify
- apk - goimapnotify-systemd - 2.5.4-r3: normalized package name match | Alpine Linux edge package indexes: goimapnotify-systemd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | execute scripts on IMAP mailbox changes using IDLE, golang version (systemd files) | https://gitlab.com/shackra/goimapnotify
- pacman - goimapnotify - 2.5.5-1: normalized package name match | Arch Linux sync databases: goimapnotify from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version. | https://gitlab.com/shackra/goimapnotify
- MacPorts - goimapnotify: normalized package name match | MacPorts ports tree: mail/goimapnotify/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/ja/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [fetchmail](https://www.automicvault.com/ja/pkg/brew/fetchmail/) - Shares av.db curated category or tags: cli, email, imap, networking.
- [mailutils](https://www.automicvault.com/ja/pkg/brew/mailutils/) - Shares av.db curated category or tags: cli, email, imap, networking.
- [mpop](https://www.automicvault.com/ja/pkg/brew/mpop/) - Shares av.db curated category or tags: cli, email, networking.
- [msmtp](https://www.automicvault.com/ja/pkg/brew/msmtp/) - Shares av.db curated category or tags: cli, email, networking.
- [sendemail](https://www.automicvault.com/ja/pkg/brew/sendemail/) - Shares av.db curated category or tags: cli, email, networking.
- [dovecot](https://www.automicvault.com/ja/pkg/brew/dovecot/) - Shares av.db curated category or tags: cli, email, imap, networking.
- [getmail6](https://www.automicvault.com/ja/pkg/brew/getmail6/) - Shares av.db curated category or tags: cli, email, imap, networking.
- [isync](https://www.automicvault.com/ja/pkg/brew/isync/) - Shares av.db curated category or tags: cli, email, imap, networking.
- [obfs4proxy](https://www.automicvault.com/ja/pkg/brew/obfs4proxy/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, go, networking.
- [amtterm](https://www.automicvault.com/ja/pkg/brew/amtterm/) - Local package facts share a topical domain. Shared terms: cli, networking.

## Combined YAML source

View the package source record on GitHub. [combined/goimapnotify.yml](https://github.com/automic-vault/db/blob/main/combined/goimapnotify.yml)


## ソース

- Nucleus package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
