• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/mailbox/imap.php
  • Класс: BitrixMailHelperMailboxImap
  • Вызов: Imap::syncInternal
protected function syncInternal()
{
	$syncReport = $this->syncMailbox();
	if (false === $syncReport['syncCount'])
	{
		$this->errors = new MainErrorCollection($this->client->getErrors()->toArray());
	}

	return $syncReport;
}