Added files.

This commit is contained in:
2025-12-08 06:42:29 +02:00
commit a65a31fdac
109 changed files with 16539 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/emersion/go-imap/v2
go 1.18
require (
github.com/emersion/go-message v0.18.2
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
)