Thread Confixx 3 - Webmail: Falsche Darstellung von Umlauten (25 answers)
Opened by Alex at 2005-09-08 20:54

Alex
 2005-09-10 06:45
#17565 #17565
User since
2003-12-04
285 Artikel
BenutzerIn
[default_avatar]
Also in der email_config.php steht meines Erachtens nix von Bedeutung drin:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?
/* global Data: */
$cnf_PHP_AUTH_USER = $PHP_AUTH_USER;

/* POP3-Data: */
$cnf_server = "127.0.0.1";
$cnf_port = "110";
$cnf_user = $PHP_AUTH_USER;
$cnf_pass = $PHP_AUTH_PW;

/* DB-Data: */
$cnf_db_email = "email";
$cnf_db_ab = "webmail_ab";
$cnf_db_deffrom = "webmail_def_from";
$cnf_db_sign = "webmail_sign";
?>


Das grep ergibt:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ grep "8bit" * 
email_attach.php:header("Content-Transfer-Encoding: 8bit");
email_attach.php: header("Content-Transfer-Encoding: 8bit");
email_functions.php: $encodings = array(ENC7BIT => '7bit', ENC8BIT => '8bit', ENCBINARY => 'binary', ENCBASE64 => 'base64',
email_neu.php: /* This ContentTypes should not be encoded with base64 - use the given encode-Type e.g. "8bit" */
email_neu.php: $encodeType["text/plain"] = "8bit";
email_neu.php: $encodeType["text/html"] = "8bit";
email_neu.php: $encodeType["message/rfc822"] = "8bit";
email_neu.php: $encodeType["message/external-body"] = "8bit";
email_neu.php: $encodeType["message/http"] = "8bit";
email_neu.php: $encodeType["message/news"] = "8bit";
email_neu.php: $encodeType["message/partial"] = "8bit";
email_neu.php: $mail_header .= "\nContent-Transfer-Encoding: 8bit";
email_neu.php: $mail_header .= "\nContent-Transfer-Encoding: 8bit";


Sieht ganz gut aus, wobei ich da viel zu viel Leie bin um eine Bewusste Veränderung vornehmen zu können.

Vorschläge?
<center>Schönen Gruß, Alex
Mit dem Computer geht alles viel schneller - es dauert nur ein bißchen länger!
</center>

View full thread Confixx 3 - Webmail: Falsche Darstellung von Umlauten