aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zimbra/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zimbra/index.js')
-rw-r--r--recipes/zimbra/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/zimbra/index.js b/recipes/zimbra/index.js
new file mode 100644
index 0000000..729a4bb
--- /dev/null
+++ b/recipes/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