# HG changeset patch # User Goffi # Date 1733183598 -3600 # Node ID ea72364131d57a7617621e89d0c5002773f8821a # Parent 699aa8788d982d5c74712dbead2349dfe1bd1b6b doc (components): Update Email Gateway documentation: A section has been added to explain how attachments are handled. fix 453 diff -r 699aa8788d98 -r ea72364131d5 doc/components.rst --- a/doc/components.rst Tue Dec 03 00:52:06 2024 +0100 +++ b/doc/components.rst Tue Dec 03 00:53:18 2024 +0100 @@ -956,8 +956,23 @@ used. +Attachment Management +~~~~~~~~~~~~~~~~~~~~~ + +Email attachments are downloaded and stored by the gateway. Attachments can be managed +individually, independent of the email message itself. They can be retrieved and deleted +from the gateway (using `XEP-0498 (PubSub File Sharing)`_). + +.. note:: + + **Current Limitation:** Attachments are partially handled; while they can be retrieved + and deleted, they are not yet sent with the message. This functionality will be added + as development progresses. + + .. _XEP-0033 (Extended Stanza Addressing): https://xmpp.org/extensions/xep-0033.html .. _XEP-0100 (Gateway Interaction): https://xmpp.org/extensions/xep-0100.html .. _XEP-0106 (JID Escaping): https://xmpp.org/extensions/xep-0106.html .. _XEP-0131 (Stanza Headers and Internet Metadata): https://xmpp.org/extensions/xep-0131.html +.. _XEP-0498 (Pubsub File Sharing): https://xmpp.org/extensions/xep-0498.html