Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple enclosures/attachments #1684

Open
Eitot opened this issue May 6, 2023 · 1 comment
Open

Support multiple enclosures/attachments #1684

Eitot opened this issue May 6, 2023 · 1 comment
Labels
developer request 🙏 discussion 💬 The issue is or needs further discussion. stale ⏳ The issue will be closed 60 days after the label was added and no inactivity has occurred since.

Comments

@Eitot
Copy link
Contributor

Eitot commented May 6, 2023

Some decisions have to be made to support this.

  1. How to store additional enclosure/attachment URLs
  • Use the "enclosures" column of the "messages" table and store multiple URLs, separated by a delimiter. This option would require no changes to the database, but it would not be backwards compatible.
  • Add a new column to the "messages" table and migrate existing data, optionally keeping the "enclosures" column.
  • Add a new table and link the "messages" table to it, , optionally keeping the "enclosures" column.
  1. How to show the enclosures in the enclosure bar of the article viewer
  • Show file icons/previews and links for each enclosure/attachment
  • Change the enclosure bar so that it shows a pop-up menu instead, similar to Mail:
    Screenshot 2023-05-06 at 09 29 22
  1. What to do with the "Enclosure URL" column in the article list

Screenshot 2023-05-06 at 09 33 30

4. What to do with the `$ArticleEnclosureFilename$` and `$ArticleEnclosureLink$` tags in article styles

Screenshot 2023-05-06 at 09 33 46

Any ideas?

@Eitot Eitot added developer request 🙏 discussion 💬 The issue is or needs further discussion. labels May 6, 2023
Copy link

github-actions bot commented May 7, 2024

This issue hasn't been updated in a while so we're going to mark it as stale. stale issues will automatically be closed after 60 days of inactivity. If this issue is still affecting you, please update us on how it affects you, and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. Thank you for your contributions.

@github-actions github-actions bot added the stale ⏳ The issue will be closed 60 days after the label was added and no inactivity has occurred since. label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer request 🙏 discussion 💬 The issue is or needs further discussion. stale ⏳ The issue will be closed 60 days after the label was added and no inactivity has occurred since.
Projects
None yet
Development

No branches or pull requests

1 participant