Mercurial > libervia-backend
comparison doc/components.rst @ 4340:ea72364131d5 default tip @
doc (components): Update Email Gateway documentation:
A section has been added to explain how attachments are handled.
fix 453
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 03 Dec 2024 00:53:18 +0100 |
parents | ef29fa1d9d69 |
children |
comparison
equal
deleted
inserted
replaced
4339:699aa8788d98 | 4340:ea72364131d5 |
---|---|
954 Some headers are converted between XMPP and email, such as the ``Keywords`` or the | 954 Some headers are converted between XMPP and email, such as the ``Keywords`` or the |
955 ``Importance`` ones. On XMPP side, `XEP-0131 (Stanza Headers and Internet Metadata)`_ is | 955 ``Importance`` ones. On XMPP side, `XEP-0131 (Stanza Headers and Internet Metadata)`_ is |
956 used. | 956 used. |
957 | 957 |
958 | 958 |
959 Attachment Management | |
960 ~~~~~~~~~~~~~~~~~~~~~ | |
961 | |
962 Email attachments are downloaded and stored by the gateway. Attachments can be managed | |
963 individually, independent of the email message itself. They can be retrieved and deleted | |
964 from the gateway (using `XEP-0498 (PubSub File Sharing)`_). | |
965 | |
966 .. note:: | |
967 | |
968 **Current Limitation:** Attachments are partially handled; while they can be retrieved | |
969 and deleted, they are not yet sent with the message. This functionality will be added | |
970 as development progresses. | |
971 | |
972 | |
959 .. _XEP-0033 (Extended Stanza Addressing): https://xmpp.org/extensions/xep-0033.html | 973 .. _XEP-0033 (Extended Stanza Addressing): https://xmpp.org/extensions/xep-0033.html |
960 .. _XEP-0100 (Gateway Interaction): https://xmpp.org/extensions/xep-0100.html | 974 .. _XEP-0100 (Gateway Interaction): https://xmpp.org/extensions/xep-0100.html |
961 .. _XEP-0106 (JID Escaping): https://xmpp.org/extensions/xep-0106.html | 975 .. _XEP-0106 (JID Escaping): https://xmpp.org/extensions/xep-0106.html |
962 .. _XEP-0131 (Stanza Headers and Internet Metadata): https://xmpp.org/extensions/xep-0131.html | 976 .. _XEP-0131 (Stanza Headers and Internet Metadata): https://xmpp.org/extensions/xep-0131.html |
963 | 977 .. _XEP-0498 (Pubsub File Sharing): https://xmpp.org/extensions/xep-0498.html |
978 |