@trovyx/razon 0.0.20 → 0.0.22
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 +2 -0
- package/bin/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -132,6 +132,8 @@ razon count-total # Show emails sent per provider
|
|
|
132
132
|
razon summary # Full system summary
|
|
133
133
|
razon summary --smtp # SMTP summary only
|
|
134
134
|
razon summary --owa # OWA summary only
|
|
135
|
+
razon extension listen # Listen for Webmail Bridge OWA/Outlook captures
|
|
136
|
+
razon extension download all # Package Chrome/Firefox Webmail Bridge extensions
|
|
135
137
|
|
|
136
138
|
razon backup # Create database backup
|
|
137
139
|
razon backup my-backup # Named backup
|