Skip to content

Releases: Softorize/yoy

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Feb 07:51
d7bc6b0

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 build

Quick Start

  1. Generate an app password at Yahoo Account Security
  2. yoy auth login --email you@yahoo.com --app-password YOUR_APP_PASSWORD
  3. yoy 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

Choose a tag to compare

@github-actions github-actions released this 25 Feb 06:05
59eab7d

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