You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
The externally served attachments functionality is great, thanks for that @fancypantalons! Two additional features that could make it even better:
I think sometimes libmagic fails to detect the proper file type (I've seen image/gif and video/mp4 attachments result in .???). Perhaps in such cases, it can split the attachment type and use the part after the / as the appropriate extension? (handled in Incorrect file extensions for externally served attachments #39)
It would be nice to rename the files to something more useful -- perhaps allow a formatstring option that lets you select variables like sender name, recipient name, date/time string, etc. ?