Support for smtp LOGIN authentication (#1048)

* finished to implement new mail client

* delete email_test.go
This commit is contained in:
shopper
2020-09-04 15:45:29 +09:00
committed by GitHub
parent 4f1578b2d6
commit 425c585e47
4 changed files with 59 additions and 166 deletions

2
go.mod
View File

@@ -19,6 +19,8 @@ require (
github.com/boltdb/bolt v1.3.1
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/d4l3k/messagediff v1.2.2-0.20190829033028-7e0a312ae40b
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
github.com/emersion/go-smtp v0.13.0
github.com/google/subcommands v1.2.0
github.com/gosuri/uitable v0.0.4
github.com/hashicorp/go-uuid v1.0.2