[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: MailManagerClient.php
<?php namespace Aws\MailManager; use Aws\AwsClient; /** * This client is used to interact with the **MailManager** service. * @method \Aws\Result createAddonInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise createAddonInstanceAsync(array $args = []) * @method \Aws\Result createAddonSubscription(array $args = []) * @method \GuzzleHttp\Promise\Promise createAddonSubscriptionAsync(array $args = []) * @method \Aws\Result createAddressList(array $args = []) * @method \GuzzleHttp\Promise\Promise createAddressListAsync(array $args = []) * @method \Aws\Result createAddressListImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise createAddressListImportJobAsync(array $args = []) * @method \Aws\Result createArchive(array $args = []) * @method \GuzzleHttp\Promise\Promise createArchiveAsync(array $args = []) * @method \Aws\Result createIngressPoint(array $args = []) * @method \GuzzleHttp\Promise\Promise createIngressPointAsync(array $args = []) * @method \Aws\Result createRelay(array $args = []) * @method \GuzzleHttp\Promise\Promise createRelayAsync(array $args = []) * @method \Aws\Result createRuleSet(array $args = []) * @method \GuzzleHttp\Promise\Promise createRuleSetAsync(array $args = []) * @method \Aws\Result createTrafficPolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise createTrafficPolicyAsync(array $args = []) * @method \Aws\Result deleteAddonInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAddonInstanceAsync(array $args = []) * @method \Aws\Result deleteAddonSubscription(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAddonSubscriptionAsync(array $args = []) * @method \Aws\Result deleteAddressList(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteAddressListAsync(array $args = []) * @method \Aws\Result deleteArchive(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteArchiveAsync(array $args = []) * @method \Aws\Result deleteIngressPoint(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteIngressPointAsync(array $args = []) * @method \Aws\Result deleteRelay(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteRelayAsync(array $args = []) * @method \Aws\Result deleteRuleSet(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteRuleSetAsync(array $args = []) * @method \Aws\Result deleteTrafficPolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteTrafficPolicyAsync(array $args = []) * @method \Aws\Result deregisterMemberFromAddressList(array $args = []) * @method \GuzzleHttp\Promise\Promise deregisterMemberFromAddressListAsync(array $args = []) * @method \Aws\Result getAddonInstance(array $args = []) * @method \GuzzleHttp\Promise\Promise getAddonInstanceAsync(array $args = []) * @method \Aws\Result getAddonSubscription(array $args = []) * @method \GuzzleHttp\Promise\Promise getAddonSubscriptionAsync(array $args = []) * @method \Aws\Result getAddressList(array $args = []) * @method \GuzzleHttp\Promise\Promise getAddressListAsync(array $args = []) * @method \Aws\Result getAddressListImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise getAddressListImportJobAsync(array $args = []) * @method \Aws\Result getArchive(array $args = []) * @method \GuzzleHttp\Promise\Promise getArchiveAsync(array $args = []) * @method \Aws\Result getArchiveExport(array $args = []) * @method \GuzzleHttp\Promise\Promise getArchiveExportAsync(array $args = []) * @method \Aws\Result getArchiveMessage(array $args = []) * @method \GuzzleHttp\Promise\Promise getArchiveMessageAsync(array $args = []) * @method \Aws\Result getArchiveMessageContent(array $args = []) * @method \GuzzleHttp\Promise\Promise getArchiveMessageContentAsync(array $args = []) * @method \Aws\Result getArchiveSearch(array $args = []) * @method \GuzzleHttp\Promise\Promise getArchiveSearchAsync(array $args = []) * @method \Aws\Result getArchiveSearchResults(array $args = []) * @method \GuzzleHttp\Promise\Promise getArchiveSearchResultsAsync(array $args = []) * @method \Aws\Result getIngressPoint(array $args = []) * @method \GuzzleHttp\Promise\Promise getIngressPointAsync(array $args = []) * @method \Aws\Result getMemberOfAddressList(array $args = []) * @method \GuzzleHttp\Promise\Promise getMemberOfAddressListAsync(array $args = []) * @method \Aws\Result getRelay(array $args = []) * @method \GuzzleHttp\Promise\Promise getRelayAsync(array $args = []) * @method \Aws\Result getRuleSet(array $args = []) * @method \GuzzleHttp\Promise\Promise getRuleSetAsync(array $args = []) * @method \Aws\Result getTrafficPolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise getTrafficPolicyAsync(array $args = []) * @method \Aws\Result listAddonInstances(array $args = []) * @method \GuzzleHttp\Promise\Promise listAddonInstancesAsync(array $args = []) * @method \Aws\Result listAddonSubscriptions(array $args = []) * @method \GuzzleHttp\Promise\Promise listAddonSubscriptionsAsync(array $args = []) * @method \Aws\Result listAddressListImportJobs(array $args = []) * @method \GuzzleHttp\Promise\Promise listAddressListImportJobsAsync(array $args = []) * @method \Aws\Result listAddressLists(array $args = []) * @method \GuzzleHttp\Promise\Promise listAddressListsAsync(array $args = []) * @method \Aws\Result listArchiveExports(array $args = []) * @method \GuzzleHttp\Promise\Promise listArchiveExportsAsync(array $args = []) * @method \Aws\Result listArchiveSearches(array $args = []) * @method \GuzzleHttp\Promise\Promise listArchiveSearchesAsync(array $args = []) * @method \Aws\Result listArchives(array $args = []) * @method \GuzzleHttp\Promise\Promise listArchivesAsync(array $args = []) * @method \Aws\Result listIngressPoints(array $args = []) * @method \GuzzleHttp\Promise\Promise listIngressPointsAsync(array $args = []) * @method \Aws\Result listMembersOfAddressList(array $args = []) * @method \GuzzleHttp\Promise\Promise listMembersOfAddressListAsync(array $args = []) * @method \Aws\Result listRelays(array $args = []) * @method \GuzzleHttp\Promise\Promise listRelaysAsync(array $args = []) * @method \Aws\Result listRuleSets(array $args = []) * @method \GuzzleHttp\Promise\Promise listRuleSetsAsync(array $args = []) * @method \Aws\Result listTagsForResource(array $args = []) * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) * @method \Aws\Result listTrafficPolicies(array $args = []) * @method \GuzzleHttp\Promise\Promise listTrafficPoliciesAsync(array $args = []) * @method \Aws\Result registerMemberToAddressList(array $args = []) * @method \GuzzleHttp\Promise\Promise registerMemberToAddressListAsync(array $args = []) * @method \Aws\Result startAddressListImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise startAddressListImportJobAsync(array $args = []) * @method \Aws\Result startArchiveExport(array $args = []) * @method \GuzzleHttp\Promise\Promise startArchiveExportAsync(array $args = []) * @method \Aws\Result startArchiveSearch(array $args = []) * @method \GuzzleHttp\Promise\Promise startArchiveSearchAsync(array $args = []) * @method \Aws\Result stopAddressListImportJob(array $args = []) * @method \GuzzleHttp\Promise\Promise stopAddressListImportJobAsync(array $args = []) * @method \Aws\Result stopArchiveExport(array $args = []) * @method \GuzzleHttp\Promise\Promise stopArchiveExportAsync(array $args = []) * @method \Aws\Result stopArchiveSearch(array $args = []) * @method \GuzzleHttp\Promise\Promise stopArchiveSearchAsync(array $args = []) * @method \Aws\Result tagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) * @method \Aws\Result untagResource(array $args = []) * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) * @method \Aws\Result updateArchive(array $args = []) * @method \GuzzleHttp\Promise\Promise updateArchiveAsync(array $args = []) * @method \Aws\Result updateIngressPoint(array $args = []) * @method \GuzzleHttp\Promise\Promise updateIngressPointAsync(array $args = []) * @method \Aws\Result updateRelay(array $args = []) * @method \GuzzleHttp\Promise\Promise updateRelayAsync(array $args = []) * @method \Aws\Result updateRuleSet(array $args = []) * @method \GuzzleHttp\Promise\Promise updateRuleSetAsync(array $args = []) * @method \Aws\Result updateTrafficPolicy(array $args = []) * @method \GuzzleHttp\Promise\Promise updateTrafficPolicyAsync(array $args = []) */ class MailManagerClient extends AwsClient {}
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.43 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002