docs
Some checks failed
CI / build (1.21.x) (push) Has been cancelled
CI / build (1.22.x) (push) Has been cancelled
CI / security-scan (push) Has been cancelled

This commit is contained in:
2026-04-29 16:30:29 -04:00
parent 0684e726bb
commit 6cc520e221
2 changed files with 86 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ A ProtonMail CLI tool written in Go, similar to gog.
## Features
- **Authentication**: Login/logout with 2FA support
- **Authentication**: Interactive login/logout with 2FA support and masked password prompts
- **Session Management**: Secure token storage in `~/.config/pop/`
- **ProtonMail API Client**: REST client with rate limiting and error handling
- **PGP Encryption**: Full support for ProtonMail's PGP encryption via gopenpgp v2
@@ -24,12 +24,9 @@ make install
## Usage
```bash
# Initialize login (interactive mode)
# Initialize login (interactive mode with masked password prompt)
pop login
# Login with explicit credentials
pop login --email user@proton.me --password secret
# Check current session
pop session