aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zimbra/index.js
blob: 94357a367a40a5ecb671e0c07ab53f06620f0e21 (plain) (blame)
1
2
3
4
5
module.exports = Franz => class Zimbra extends Franz {
  async validateUrl(url) {
    return true;
  }
};