IMAP client wrapper

This commit is contained in:
Ian Gulliver
2022-10-30 20:31:51 +00:00
parent fa7ffb8135
commit 3ff3fa59eb
3 changed files with 96 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/firestuff/imap2asana
go 1.18
require github.com/emersion/go-imap v1.2.1
require (
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
golang.org/x/text v0.3.7 // indirect
)