feat: switch to public go-rfc5322 parser

This commit is contained in:
James Houlahan
2020-11-09 16:19:35 +01:00
parent 11a0dec047
commit e04196f8a0
67 changed files with 34 additions and 20697 deletions

View File

@ -28,7 +28,7 @@ import (
"sort"
"strings"
"github.com/ProtonMail/proton-bridge/pkg/message/rfc5322"
"github.com/ProtonMail/go-rfc5322"
"github.com/pkg/errors"
)