1
0
mirror of https://git.keinpfusch.net/loweel/zangtumb synced 2025-06-05 17:20:25 +02:00

First release

This commit is contained in:
LowEel
2020-10-08 22:36:17 +02:00
parent 18bb710c40
commit d1e88d2564
23 changed files with 1663 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module zangtumb
go 1.13
require (
github.com/amalfra/maildir v0.0.7
github.com/emersion/go-smtp v0.12.1 // indirect
)