Skip to content

Commit 8bd741d

Browse files
committed
WIP: POP3 support
1 parent 55cd9b0 commit 8bd741d

File tree

3 files changed

+470
-0
lines changed

3 files changed

+470
-0
lines changed

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)