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

Update CHANGELOG for refactor

This commit is contained in:
James Hillyerd
2018-03-18 15:14:48 -07:00
parent 30f5c163e4
commit e5785e81aa
2 changed files with 8 additions and 1 deletions

View File

@@ -45,7 +45,8 @@ func (s *StoreManager) Deliver(
prefix string,
source []byte,
) (string, error) {
// TODO enmime is too heavy for this step, only need header
// TODO enmime is too heavy for this step, only need header.
// Go's header parsing isn't good enough, so this is blocked on enmime issue #64.
env, err := enmime.ReadEnvelope(bytes.NewReader(source))
if err != nil {
return "", err