Add Nextcloud integration tools
- CLI tools: nextcloud-client, nextcloud-contacts, nextcloud-calendar, nextcloud-mail - Build script with compile-time credentials - Skills for all four tools - Email tool supports IMAP/SMTP with attachment download
This commit is contained in:
10
tools/go/nextcloud-mail/go.mod
Normal file
10
tools/go/nextcloud-mail/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module github.com/wltbagent/nextcloud-mail
|
||||
|
||||
go 1.21
|
||||
|
||||
require github.com/emersion/go-imap v1.2.1
|
||||
|
||||
require (
|
||||
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user