Mercurial > libervia-backend
view docker/web-demo_build.yml @ 4303:a7ec325246fb
component email-gateway: first draft:
Initial implementation of the Email Gateway.
This component uses XEP-0100 for registration. Upon registration and subsequent startups,
a connection is made to registered IMAP services, and incoming emails (in `INBOX`
mailboxes) are immediately forwarded as XMPP messages.
In the opposite direction, an SMTP connection is established to send emails on incoming
XMPP messages.
rel 449
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Sep 2024 18:07:17 +0200 |
parents | d018d2d8a9e5 |
children |
line wrap: on
line source
version: "3.6" services: prosody: image: libervia/prosody:demo build: prosody-demo backend: image: libervia/backend:dev-demo build: backend-dev-demo web: image: libervia/web:dev-demo build: libervia-web-dev-demo