Releases: Softorize/yoy
Releases · Softorize/yoy
Release list
v0.1.1
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
v0.1.0
Changelog
- f5ea130 Add CI/CD workflows and update README for credential-free builds
- 939609b Add comprehensive README with full usage documentation
- c831be4 Initial implementation of YOY - Yahoo Mail CLI
- fdd6547 Merge pull request #1 from Softorize/ci/github-actions-and-readme
- 59eab7d Merge pull request #2 from Softorize/fix/https-oauth-callback
- 015ea1b Use HTTPS callback with self-signed cert and OpenID scope