aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/zimbra/index.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2019-12-11 19:52:52 +0100
committerLibravatar Bennett <hello@vantezzen.io>2019-12-11 19:52:52 +0100
commit3c374271bff116415bbc680739e597d0c05e529a (patch)
tree333584c7044eb2f585e356057b9c54fec93e3e07 /uncompressed/zimbra/index.js
parentMerge branch 'master' of https://github.com/getferdi/recipes (diff)
downloadferdium-recipes-3c374271bff116415bbc680739e597d0c05e529a.tar.gz
ferdium-recipes-3c374271bff116415bbc680739e597d0c05e529a.tar.zst
ferdium-recipes-3c374271bff116415bbc680739e597d0c05e529a.zip
Add Zimbra recipe
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