mirror of
https://github.com/makeplane/plane.git
synced 2026-02-25 04:35:21 +01:00
* chore: intake email attachment * chore: add rate limit for intake form issues * chore: add attachments for intake issues * chore: add logging in email service * chore: remove patch endpoint url * chore: remove private key * chore: update formatting * chore: move intake anchor function to separate utility file * chore: added anchor based rate limiting * chore: update rate limit
16 lines
299 B
Modula-2
16 lines
299 B
Modula-2
module plane/email
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
|
|
github.com/emersion/go-smtp v0.21.3
|
|
)
|
|
|
|
require github.com/emersion/go-message v0.18.1
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
)
|