use gabriel-vasile/mimetype for the mail attachments

This commit is contained in:
Gani Georgiev
2025-03-18 00:50:35 +02:00
parent 824c7db388
commit 9f1946057f
4 changed files with 108 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## v0.27.0 (WIP)
- Updated the mail attachments auto MIME type detection to use `gabriel-vasile/mimetype` for consistency and broader sniffing signatures support.
## v0.26.1
- Removed the wrapping of `io.EOF` error when reading files since currently `io.ReadAll` doesn't check for wrapped errors ([#6600](https://github.com/pocketbase/pocketbase/issues/6600)).