docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user