@trovyx/razon 0.0.21 → 0.0.23
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 +4 -6
- package/bin/index.js +1 -1
- package/package.json +15 -15
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
|
|
@@ -177,7 +179,7 @@ Run `razon init` to generate all config files in a `config/` folder:
|
|
|
177
179
|
| `smtp.jsonc` | SMTP provider accounts and rate limits |
|
|
178
180
|
| `message.jsonc` | Email subject, body, recipients, calendar invites |
|
|
179
181
|
| `attachments.jsonc` | PDF, image, HTML, SVG, and EML attachment settings |
|
|
180
|
-
| `addon/
|
|
182
|
+
| `addon/accounts.jsonc` | Webmail Bridge accounts |
|
|
181
183
|
| `eml/attachments.jsonc` | EML-specific attachment settings |
|
|
182
184
|
|
|
183
185
|
All config files use JSONC format (JSON with comments).
|
|
@@ -364,8 +366,4 @@ Time formats: `"now"`, `"+30minutes"`, `"+2hours"`, `"+1week"`, `"+1month"`
|
|
|
364
366
|
|
|
365
367
|
## License
|
|
366
368
|
|
|
367
|
-
Proprietary. A license is required to use this software.
|
|
368
|
-
|
|
369
|
-
---
|
|
370
|
-
|
|
371
|
-
**Razon** by [Trovyx](https://trovyx.pro)
|
|
369
|
+
Proprietary. A license is required to use this software.
|