mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 10:30:51 +00:00
02c7d3da58
This change makes it possible to connect the client over WebSocket. Running `websocat wss://example.org/imap` connects to the IMAP and running `websocat wss://example.org/smtp` connects to SMTP (submission service, not port 25). Connecting from a web client will still need a CORS policy for clients not running on the same domain, but for non-web clients this is already usable.