Page 1 sur 1

Import office365 imap "UTF-8" is not supported by setServerEncoding

Posté : jeu. 5 nov. 2020 15:33
par Gnagna
Bonjour,

depuis la mise à jour en vers 3.2.0 de gestsup j'ai un message d'erreur indiquant de l'UTF-8 n'est pas supporté. j'ai essayé de mettre jusqu'en V3.2.4 mais toujours le même problème:
*********************************************************************************************
MAP server : outlook.office365.com
IMAP port : 993/imap/ssl
IMAP connection string : {outlook.office365.com:993/imap/ssl/novalidate-cert}
IMAP connector mode : SINGLE


Fatal error: Uncaught PhpImap\Exceptions\InvalidParameterException: "UTF-8" is not supported by setServerEncoding(). Your system only supports these encodings: US-ASCII, in /var/www/html/components/PhpImap/Mailbox.php:201 Stack trace: #0 /var/www/html/components/PhpImap/Mailbox.php(50): PhpImap\Mailbox->setServerEncoding('UTF-8') #1 /var/www/html/mail2ticket.php(210): PhpImap\Mailbox->__construct('{outlook.office...', 'xxx@xxxxxx.fr', 'xxxxxxxxx', '/var/www/html/u...') #2 {main} thrown in /var/www/html/components/PhpImap/Mailbox.php on line 201
***********************************************************************************************
voici en PJ mes paramètres.

quelqu'un a une idée?

Merci d'avance.

Bonne journée.

Re: Import office365 imap "UTF-8" is not supported by setServerEncoding

Posté : jeu. 5 nov. 2020 15:39
par Flox
Bonjour,

pouvez-vous transmettre un impression écran de votre page système ?

Cdt

Re: Import office365 imap "UTF-8" is not supported by setServerEncoding

Posté : jeu. 5 nov. 2020 16:24
par Gnagna
Bonjour et merci !

voici la page système:
Screenshot_3.jpg
Screenshot_3.jpg (118.15 Kio) Vu 2001 fois

Re: Import office365 imap "UTF-8" is not supported by setServerEncoding

Posté : jeu. 5 nov. 2020 16:30
par Flox
Merci de supprimer corriger tous les points de couleur rouge et refaire un test.

Cdt

Re: Import office365 imap "UTF-8" is not supported by setServerEncoding

Posté : jeu. 5 nov. 2020 17:09
par Gnagna
en réinstallant php_mbstring + php_gd tout refonctionne...

Merci beaucoup.