Skip to content

v0.1.1

Latest

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