YOY v0.1.1 — Yahoo Mail CLI
A fast, powerful command-line interface for Yahoo Mail using app password authentication.
Install
Download the binary for your platform below — no credentials or build tools needed. Just extract and run:
# macOS (Apple Silicon)
tar xzf yoy_0.1.1_darwin_arm64.tar.gz
sudo cp yoy /usr/local/bin/
# macOS (Intel)
tar xzf yoy_0.1.1_darwin_amd64.tar.gz
sudo cp yoy /usr/local/bin/
# Linux (amd64)
tar xzf yoy_0.1.1_linux_amd64.tar.gz
sudo cp yoy /usr/local/bin/Or build from source — no secrets or credentials required:
git clone https://github.com/Softorize/yoy.git
cd yoy && make buildQuick Start
- Generate an app password at Yahoo Account Security
yoy auth login --email you@yahoo.com --app-password YOUR_APP_PASSWORDyoy mail list
Changelog
- Remove OAuth2 — use app password authentication only
- Add GOG CLI attribution to README
- Add app password auth and fix IMAP envelope parsing