This is the v1 version, had the v2 before.

This commit is contained in:
2025-05-01 12:02:19 +03:00
parent bcc3f95e8e
commit 0e253ba422
130 changed files with 18061 additions and 2179 deletions

9
go.mod
View File

@@ -1,8 +1,9 @@
module github.com/emersion/go-imap/v2
module github.com/emersion/go-imap
go 1.18
go 1.13
require (
github.com/emersion/go-message v0.18.1
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
github.com/emersion/go-message v0.15.0
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
golang.org/x/text v0.3.7
)