All checks were successful
Build & Release Plugin / build (push) Successful in 13s
- 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>
34 lines
772 B
JSON
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/"
|
|
]
|
|
}
|
|
}
|