mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix for problem describt on the german list: headers from mails send from Outlook, eg:
From: =?Windows-1250?Q?X=F6rg_Brd?= <x_brd@xxx.de> get not decoded correct --> php (at least some versions) seems not to understand the charset windows-1250, which is more or less identical to iso-8859-1
This commit is contained in:
parent
73f0201a96
commit
9722a08168
@ -417,6 +417,7 @@
|
||||
break;
|
||||
case 'us-ascii':
|
||||
case 'macroman':
|
||||
case 'windows-1250':
|
||||
$from = 'iso-8859-1';
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user