fix(GODT-770): handle extraneous end-of-mail

This commit is contained in:
James Houlahan
2020-10-01 14:40:01 +02:00
parent 68616e470c
commit 7874183052
7 changed files with 139 additions and 3 deletions

View File

@ -5,11 +5,12 @@
package mocks
import (
io "io"
reflect "reflect"
crypto "github.com/ProtonMail/gopenpgp/v2/crypto"
pmapi "github.com/ProtonMail/proton-bridge/pkg/pmapi"
gomock "github.com/golang/mock/gomock"
io "io"
reflect "reflect"
)
// MockClient is a mock of Client interface