@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 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roman-16/proton-cli-win32-x64",
3
- "version": "2.6.0",
3
+ "version": "2.8.0",
4
4
  "description": "proton-cli native binary for win32-x64",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/roman-16/proton-cli",