12345678910111213141516 |
- Q: incoming
- A:
- - arrives as signed(?) json POST at seppo.cgi/inbox, check block
- - goes to app/var/spool/from/<hash base64>/2024-04-26T194817Z/0.s
- - add unique to app/var/db/ids.cdb
- and to app/var/cache/from/<hash base64>/2024-04-26T194817Z/0.s
- and app/var/cache/from/<hash base64>/p-0.xml
- and ?
- ! Not for now
- - how do we stitch the replies? cdb? id -> reply-id
- - how do we do replies to incoming?
|