// Copyright (C) 2022 Storj Labs, Inc. // See LICENSE for copying information package post import ( "net/mail" "regexp" "strings" "testing" "github.com/stretchr/testify/require" ) func TestMessage_ClosingLastPart(t *testing.T) { from := mail.Address{Name: "No reply", Address: "noreply@eu1.storj.io"} m := &Message{ From: from, To: []mail.Address{{Name: "Foo Bar", Address: "foo@storj.io"}}, Subject: "This is a proper test mail", PlainText: "", Parts: []Part{ { Type: "text/html; charset=UTF-8", Content: string("