@roman-16/proton-cli-win32-x64 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bin/proton-cli.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ proton-cli mail messages list
|
|
|
58
58
|
proton-cli mail messages send --help
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
Scripting it? `proton-cli account login --user you@proton.me --password-file /run/secrets/proton` needs no terminal. Juggling a personal and a work account? `proton-cli account login --profile work`. More in [Getting started](https://github.com/roman-16/proton-cli/blob/main/docs/getting-started.md).
|
|
62
62
|
|
|
63
63
|
## What you can do
|
|
64
64
|
|
|
@@ -162,6 +162,8 @@ proton-cli mail messages trash --from newsletter@example.com --older-than 90d --
|
|
|
162
162
|
|
|
163
163
|
Data goes to stdout and progress to stderr, so redirects stay clean. Exit codes tell user error, auth failure, not-found, ambiguity, and network trouble apart, so scripts can react to each. → [Scripting](https://github.com/roman-16/proton-cli/blob/main/docs/scripting.md)
|
|
164
164
|
|
|
165
|
+
Anything that removes permanently, or that removes what a filter picked out rather than what you named, shows the rows and asks first. Off a terminal it refuses instead, so an unattended run fails safe until you add `--yes`. → [When it asks first](https://github.com/roman-16/proton-cli/blob/main/docs/language.md#when-it-asks-first)
|
|
166
|
+
|
|
165
167
|
## Encryption you can verify
|
|
166
168
|
|
|
167
169
|
Your password never reaches Proton: login is SRP, and the key password it derives stays local and unlocks your PGP keys in memory. Mail, files, events, contacts, and Pass items are decrypted after they arrive and encrypted before they leave, with the same key hierarchy the web clients use. Signatures on incoming mail are checked and reported.
|
package/bin/proton-cli.exe
CHANGED
|
Binary file
|