Replace hand-rolled IMAP with go-imap
This commit is contained in:
parent
21aa6e39e1
commit
253435d87f
7 changed files with 449 additions and 346 deletions
7
go.mod
7
go.mod
|
|
@ -2,10 +2,15 @@ module mail-graveyard
|
|||
|
||||
go 1.25
|
||||
|
||||
require modernc.org/sqlite v1.40.1
|
||||
require (
|
||||
github.com/emersion/go-imap/v2 v2.0.0-beta.8
|
||||
modernc.org/sqlite v1.40.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/emersion/go-message v0.18.2 // indirect
|
||||
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/ncruces/go-strftime v0.1.9 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue