mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
"added some aliases for iso-8859-1 which seemed to be used in some mails"
This commit is contained in:
parent
2ec1a77daf
commit
b0ce76ad83
@ -441,6 +441,9 @@
|
|||||||
break;
|
break;
|
||||||
case 'us-ascii':
|
case 'us-ascii':
|
||||||
case 'macroman':
|
case 'macroman':
|
||||||
|
case 'iso8859-1':
|
||||||
|
case 'windows-1258':
|
||||||
|
case 'windows-1252':
|
||||||
$from = 'iso-8859-1';
|
$from = 'iso-8859-1';
|
||||||
break;
|
break;
|
||||||
case 'windows-1250':
|
case 'windows-1250':
|
||||||
|
Loading…
Reference in New Issue
Block a user