aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/zimbra/index.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-12-20 19:22:21 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-12-20 19:22:21 +0100
commita54d5cfa8564ee77f1a08972edb1f4bdfe4248a4 (patch)
treefb19d5c6cb80005059b456e4ba7ce4710f388b5f /uncompressed/zimbra/index.js
parent#15 Add mastodon recipe (diff)
parentAdd Zimbra recipe (diff)
downloadferdium-recipes-a54d5cfa8564ee77f1a08972edb1f4bdfe4248a4.tar.gz
ferdium-recipes-a54d5cfa8564ee77f1a08972edb1f4bdfe4248a4.tar.zst
ferdium-recipes-a54d5cfa8564ee77f1a08972edb1f4bdfe4248a4.zip
Merge branch 'master' of https://github.com/getferdi/recipes
Diffstat (limited to 'uncompressed/zimbra/index.js')
-rw-r--r--uncompressed/zimbra/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/uncompressed/zimbra/index.js b/uncompressed/zimbra/index.js
new file mode 100644
index 0000000..729a4bb
--- /dev/null
+++ b/uncompressed/zimbra/index.js
@@ -0,0 +1,7 @@
1"use strict";
2
3module.exports = Franz => class Zimbra extends Franz {
4 async validateUrl(url) {
5 return true;
6 }
7}; \ No newline at end of file