Files
fastway-plugin-mailer/plugin.json
Ken Johnson 398edec84c
All checks were successful
Build & Release Plugin / build (push) Successful in 13s
v0.0.3: Enhanced WFC endpoint + include reorder
- HandleWFC: full link status array (pivoted from link_props + outbound)
- Outbound detail per address/packet_type
- ZMH status, scheduler info, echomail stats in today object
- Max poll retries from config for frontend display
- Move mailer_scheduler.inc before mailer_wfc.inc (IsZMH dependency)
- Bump version 0.0.1 → 0.0.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 15:07:20 -07:00

34 lines
772 B
JSON

{
"name": "mailer",
"version": "0.0.3",
"api_version": 1,
"description": "Front-End Mailer - Link management, session tracking, polling, nodelist, WFC",
"short_description": "FidoNet front-end mailer (like FrontDoor/Xenia)",
"author": "Fastway BBS",
"license": "GPL-3.0",
"category": "networking",
"target": "server",
"homepage": "https://kjgr.io/fastway/fastway-plugin-mailer",
"repository": "fastway/fastway-plugin-mailer",
"tags": "fidonet,mailer,binkp,nodelist,wfc",
"dependencies": {
"fastway": ">=0.4.7",
"plugins": []
},
"capabilities": [
"database",
"routes",
"admin",
"events",
"config",
"service",
"scheduled"
],
"files": {
"binary": "libmailer.so",
"web": [
"web/"
]
}
}