/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Gmail
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Gmail
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
AutoForwarding.php
1659
0644
edit
dl
rm
BatchDeleteMessagesRequest.php
1148
0644
edit
dl
rm
BatchModifyMessagesRequest.php
1758
0644
edit
dl
rm
CseIdentity.php
1436
0644
edit
dl
rm
CseKeyPair.php
3001
0644
edit
dl
rm
CsePrivateKeyMetadata.php
1607
0644
edit
dl
rm
Delegate.php
1448
0644
edit
dl
rm
DisableCseKeyPairRequest.php
866
0644
edit
dl
rm
Draft.php
1325
0644
edit
dl
rm
EnableCseKeyPairRequest.php
863
0644
edit
dl
rm
Filter.php
1671
0644
edit
dl
rm
FilterAction.php
1738
0644
edit
dl
rm
FilterCriteria.php
3181
0644
edit
dl
rm
ForwardingAddress.php
1489
0644
edit
dl
rm
History.php
2914
0644
edit
dl
rm
HistoryLabelAdded.php
1456
0644
edit
dl
rm
HistoryLabelRemoved.php
1462
0644
edit
dl
rm
HistoryMessageAdded.php
1147
0644
edit
dl
rm
HistoryMessageDeleted.php
1153
0644
edit
dl
rm
ImapSettings.php
1956
0644
edit
dl
rm
KaclsKeyMetadata.php
1374
0644
edit
dl
rm
Label.php
3633
0644
edit
dl
rm
LabelColor.php
1405
0644
edit
dl
rm
LanguageSettings.php
1154
0644
edit
dl
rm
ListCseIdentitiesResponse.php
1575
0644
edit
dl
rm
ListCseKeyPairsResponse.php
1548
0644
edit
dl
rm
ListDelegatesResponse.php
1221
0644
edit
dl
rm
ListDraftsResponse.php
1805
0644
edit
dl
rm
ListFiltersResponse.php
1182
0644
edit
dl
rm
ListForwardingAddressesResponse.php
1368
0644
edit
dl
rm
ListHistoryResponse.php
1760
0644
edit
dl
rm
ListLabelsResponse.php
1176
0644
edit
dl
rm
ListMessagesResponse.php
1835
0644
edit
dl
rm
ListSendAsResponse.php
1179
0644
edit
dl
rm
ListSmimeInfoResponse.php
1224
0644
edit
dl
rm
ListThreadsResponse.php
1820
0644
edit
dl
rm
Message.php
3246
0644
edit
dl
rm
MessagePart.php
2565
0644
edit
dl
rm
MessagePartBody.php
1589
0644
edit
dl
rm
MessagePartHeader.php
1321
0644
edit
dl
rm
ModifyMessageRequest.php
1507
0644
edit
dl
rm
ModifyThreadRequest.php
1504
0644
edit
dl
rm
ObliterateCseKeyPairRequest.php
875
0644
edit
dl
rm
PopSettings.php
1401
0644
edit
dl
rm
Profile.php
1944
0644
edit
dl
rm
SendAs.php
3389
0644
edit
dl
rm
SmimeInfo.php
2664
0644
edit
dl
rm
SmtpMsa.php
2089
0644
edit
dl
rm
Thread.php
1908
0644
edit
dl
rm
VacationSettings.php
3292
0644
edit
dl
rm
WatchRequest.php
2079
0644
edit
dl
rm
WatchResponse.php
1379
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Gmail/SmtpMsa.php
(2089B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Gmail; class SmtpMsa extends \Google\Model { /** * @var string */ public $host; /** * @var string */ public $password; /** * @var int */ public $port; /** * @var string */ public $securityMode; /** * @var string */ public $username; /** * @param string */ public function setHost($host) { $this->host = $host; } /** * @return string */ public function getHost() { return $this->host; } /** * @param string */ public function setPassword($password) { $this->password = $password; } /** * @return string */ public function getPassword() { return $this->password; } /** * @param int */ public function setPort($port) { $this->port = $port; } /** * @return int */ public function getPort() { return $this->port; } /** * @param string */ public function setSecurityMode($securityMode) { $this->securityMode = $securityMode; } /** * @return string */ public function getSecurityMode() { return $this->securityMode; } /** * @param string */ public function setUsername($username) { $this->username = $username; } /** * @return string */ public function getUsername() { return $this->username; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SmtpMsa::class, 'Google_Service_Gmail_SmtpMsa');
Save
cmd:
run