1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

chore: use enmime 2.0 (#531)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2024-09-28 12:03:01 -07:00
committed by GitHub
parent cdff6ea571
commit b1b7e4b07c
5 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/inbucket/inbucket/v3/pkg/extension/event"
"github.com/inbucket/inbucket/v3/pkg/storage"
"github.com/jhillyerd/enmime"
"github.com/jhillyerd/enmime/v2"
)
// Message holds both the metadata and content of a message.