diff options
author | 2020-01-10 19:37:56 +0100 | |
---|---|---|
committer | 2020-02-05 12:21:54 +0100 | |
commit | 6a6ece03e49f29de32c8e6d598871de764e07232 (patch) | |
tree | 6e1208ce6da995ffbd02593d7be230e5d1c54d7b /go.mod | |
parent | 6ea7cd9134318874a21aa08ea0d9feecadd8874d (diff) | |
download | alps-6a6ece03e49f29de32c8e6d598871de764e07232.tar.gz alps-6a6ece03e49f29de32c8e6d598871de764e07232.tar.bz2 alps-6a6ece03e49f29de32c8e6d598871de764e07232.zip |
plugins/carddav: new plugin
A new minimal CardDAV plugin is introduced. It injects a list of e-mail
addresses in the e-mail compose view.
References: https://todo.sr.ht/~sircmpwn/koushin/7
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ require ( github.com/emersion/go-message v0.11.1 github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b github.com/emersion/go-smtp v0.12.1 + github.com/emersion/go-vcard v0.0.0-20191221110513-5f81fa0d3cc7 + github.com/emersion/go-webdav v0.2.0 github.com/gorilla/css v1.0.0 // indirect github.com/labstack/echo/v4 v4.1.15-0.20200203180927-504f39abaf32 github.com/labstack/gommon v0.3.0 |