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