aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zimbra/index.js
blob: 729a4bb9984d2c960d6e58e76eec9ba07204a89f (plain) (blame)
1
2
3
4
5
6
7
"use strict";

module.exports = Franz => class Zimbra extends Franz {
  async validateUrl(url) {
    return true;
  }
};