1 2 3 4 5 6 7
package types import "github.com/emersion/go-imap/client" type EmailClient struct { *client.Client }