@roman-16/proton-cli-win32-x64 2.6.0 → 2.8.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 -0
- package/bin/proton.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -159,6 +159,9 @@ pg_dump mydb | gzip | proton drive items upload - /Backups/db.sql.gz
|
|
|
159
159
|
# archive a folder to disk as ordinary .eml files
|
|
160
160
|
proton mail messages export --folder archive --all --output-dir ./mail-backup
|
|
161
161
|
|
|
162
|
+
# be told when things happen: arrivals and calendar reminders, live
|
|
163
|
+
proton mail messages watch --output json | jq --unbuffered -r '[.from_name,.subject]|@tsv'
|
|
164
|
+
|
|
162
165
|
# check what a bulk change would touch before it happens
|
|
163
166
|
proton mail messages trash --from newsletter@example.com --older-than 90d --dry-run
|
|
164
167
|
```
|
package/bin/proton.exe
CHANGED
|
Binary file
|