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

The mailcrab UI is stuck when loading emails with large attachment #126

Open
NotSqrt opened this issue Nov 6, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@NotSqrt
Copy link

NotSqrt commented Nov 6, 2024

Hello !

I've hit this issue:

It is an email with an empty body, but with an attached file of 30-40 MB.
Impossible to trigger the download of the attachment..

Thanks !

@marlonbaeten marlonbaeten self-assigned this Nov 21, 2024
@marlonbaeten
Copy link
Member

Hmm, that would require a bit of a rewrite, since we also render the complete raw contents of a message. Browser do not like that amount of text.

Maybe I could do a check in a message is larger than a certain threshold and then truncate the body, but provide a separate endpoint to download attachments.

I'll have I look what I can do 👍🏻

@marlonbaeten marlonbaeten added the enhancement New feature or request label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants