Espo: 8.2.4
DB : MariaDB 10.5.23
Steps:
Group mail account
Protocol: IMAP
Select "save sent mail" in group account.
Sent folder name is cyrrilic ('Отправленные')
Mail don't saved into 'Отправленные'
missing reverse encoding to 'UTF7-IMAP'
$this->imap->appendMessage($content, mb_convert_encoding($folder, 'UTF7-IMAP', 'UTF-8'));
If modify all ok
DB : MariaDB 10.5.23
Steps:
Group mail account
Protocol: IMAP
Select "save sent mail" in group account.
Sent folder name is cyrrilic ('Отправленные')
Mail don't saved into 'Отправленные'
missing reverse encoding to 'UTF7-IMAP'
$this->imap->appendMessage($content, mb_convert_encoding($folder, 'UTF7-IMAP', 'UTF-8'));
If modify all ok
Comment