Skip to content

Commit 69d0321

Browse files
committed
WIP: POP3 support
1 parent 55cd9b0 commit 69d0321

3 files changed

Lines changed: 470 additions & 0 deletions

File tree

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ require (
107107
github.com/hashicorp/hcl v1.0.0 // indirect
108108
github.com/jmespath/go-jmespath v0.4.0 // indirect
109109
github.com/josharian/intern v1.0.0 // indirect
110+
github.com/kiwiz/popgun v0.0.0 // indirect
110111
github.com/klauspost/compress v1.17.11 // indirect
111112
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
112113
github.com/magiconair/properties v1.8.9 // indirect
@@ -171,3 +172,5 @@ replace github.com/emersion/go-imap => github.com/foxcpp/go-imap v1.0.0-beta.1.0
171172
replace github.com/emersion/go-smtp => github.com/foxcpp/go-smtp v1.21.4-0.20250124171104-c8519ae4fb23 // v1.21.3+maddy.1
172173

173174
replace github.com/libdns/gandi => github.com/foxcpp/libdns-gandi v1.0.4-0.20240127130558-4782f9d5ce3e // v1.0.3+maddy.1
175+
176+
replace github.com/kiwiz/popgun v0.0.0 => ../popgun

0 commit comments

Comments
 (0)