Initial Email-Forwarder scaffold
This commit is contained in:
commit
91e52aecd0
22 changed files with 1007 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module emailforwarder
|
||||
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
github.com/emersion/go-imap/v2 v2.0.0-beta.5
|
||||
github.com/emersion/go-message v0.18.2
|
||||
github.com/knadh/go-pop3 v1.0.0
|
||||
modernc.org/sqlite v1.40.1
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue