mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-06 10:39:21 +03:00
Fixed indentation
This commit is contained in:
parent
ec9c2ff671
commit
1c526b989b
@ -446,21 +446,21 @@ class Server
|
|||||||
return (boolean) $this->getMailBoxDetails($mailbox);
|
return (boolean) $this->getMailBoxDetails($mailbox);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return information about the mailbox or mailboxes
|
* Return information about the mailbox or mailboxes
|
||||||
*
|
*
|
||||||
* @param $mailbox
|
* @param $mailbox
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function getMailBoxDetails($mailbox)
|
public function getMailBoxDetails($mailbox)
|
||||||
{
|
{
|
||||||
return imap_getmailboxes(
|
return imap_getmailboxes(
|
||||||
$this->getImapStream(),
|
$this->getImapStream(),
|
||||||
$this->getServerString(),
|
$this->getServerString(),
|
||||||
$this->getServerSpecification() . $mailbox
|
$this->getServerSpecification() . $mailbox
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates the given mailbox.
|
* Creates the given mailbox.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user