NAME
API::MailboxOrg::API::Test - MailboxOrg::API::Test
VERSION
version 1.0.2
SYNOPSIS
use API::MailboxOrg;
my $user = '1234abc';
my $password = '1234abc';
my $api = API::MailboxOrg->new(
user => $user,
password => $password,
);
METHODS
accountallowed
Confirms if the account can be administrated using the current ACLs
Parameters:
account
returns: boolean
$api->test->accountallowed(%params);
domainallowed
Confirms if the domain can be administrated using the current ACLs
Parameters:
domain
returns: boolean
$api->test->domainallowed(%params);
AUTHOR
Renee Baecker <reneeb@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2022 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)