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
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. ?
The text was updated successfully, but these errors were encountered:
For Pidgin users, the purple xfer API would be the most sensible choice. Upon receival, a dialog is opened "where do you want to save this file?" – this functionality already exists within libpurple. However, I do not know how bad this would be for bitlbee or spectrum users.
The externally served attachments functionality is great, thanks for that @fancypantalons! Two additional features that could make it even better:
The text was updated successfully, but these errors were encountered: