POP3 Fetching stops working when using german umlaut äöüß in "mail from"
Posted: Tue Apr 11, 2017 8:52 am
Script URL: hesk_pop3.php
Version of script: HESK 2.7.2
Hosting company: LOCAL
php: 7.0.15
MySQL-Version: 5.7.17
What terms did you try when SEARCHING for a solution: POP3, UMLAUT, Email-to-Ticket, Parsing
POP3 Fetching works fine until a user with umlaut in "mail from" sends a ticket.
Here in this example
User Jürgen P**** send to IT.Ticket@******.de
The mail header looks like this
Received: from mail.******.local ([::1]) by
mail.******.local ([::1]) with mapi id 14.03.0319.002; Mon, 10
From: =?iso-8859-1?Q?P****=2C_J=FCrgen?= <Juergen.P****@******.de>
To: IT Ticket <IT.Ticket@******.de>
Subject: Testmail....
Thread-Topic: Testmail....
The debug of
******/inc/mail/hesk_pop3.php
shows:
#!/usr/bin/php -q
Connected to the POP3 server "mail.******.local".
User "IT.Ticket" logged in.
There are 2 messages in the mail box with a total of 10301 bytes.
Parsing message 1 of 2.
While parsing the mail ist stops working.
Is it possible to change the parsing options to except german umlaute?
Thanks a lot
Kaffeeopfer
Version of script: HESK 2.7.2
Hosting company: LOCAL
php: 7.0.15
MySQL-Version: 5.7.17
What terms did you try when SEARCHING for a solution: POP3, UMLAUT, Email-to-Ticket, Parsing
POP3 Fetching works fine until a user with umlaut in "mail from" sends a ticket.
Here in this example
User Jürgen P**** send to IT.Ticket@******.de
The mail header looks like this
Received: from mail.******.local ([::1]) by
mail.******.local ([::1]) with mapi id 14.03.0319.002; Mon, 10
From: =?iso-8859-1?Q?P****=2C_J=FCrgen?= <Juergen.P****@******.de>
To: IT Ticket <IT.Ticket@******.de>
Subject: Testmail....
Thread-Topic: Testmail....
The debug of
******/inc/mail/hesk_pop3.php
shows:
#!/usr/bin/php -q
Connected to the POP3 server "mail.******.local".
User "IT.Ticket" logged in.
There are 2 messages in the mail box with a total of 10301 bytes.
Parsing message 1 of 2.
While parsing the mail ist stops working.
Is it possible to change the parsing options to except german umlaute?
Thanks a lot
Kaffeeopfer