Page 1 of 1

HTML Mails v. MS Outlook / MIME::Parser

Posted: 2004-11-19 13:58
by alexander newald
Hallo,

ich möchte Mails per Script verarbeiten und dabei den Text der Mail speichern. Dies geht mit Perl und MIME::Parser auch wunderbar.

Das Problem(chen) welches ich nun habe ist, dass bei HTML Mails von Outlook (Express) an den den Text/plain formatierten Teil immer noch ein "=" angehängt wird:

Beispiel:

Code: Select all

[Fri Nov 19 13:48:23 2004]  Message part 0 is text/plain
Hallo=

[Fri Nov 19 13:48:23 2004]  Message part 1 is text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2523" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hallo</FONT></DIV></BODY></HTML>
Hat da jemand eine Idee woran das liegen könnte?

Re: HTML Mails v. MS Outlook / MIME::Parser

Posted: 2004-11-19 15:19
by olaf.dietsche
Vielleicht hilft dir der RFC 2045 ftp://ftp.rfc-editor.org/in-notes/rfc2045.txt Absatz 6.7 Quoted-Printable Content-Transfer-Encoding weiter.

Re: HTML Mails v. MS Outlook / MIME::Parser

Posted: 2004-11-19 15:56
by alexander newald
hm, irgendwie nicht - Kannst du mir sagen, inwieweit mir das hätte helfen sollen?

Danke,

Alex

Re: HTML Mails v. MS Outlook / MIME::Parser

Posted: 2004-11-20 00:18
by olaf.dietsche
Ich dachte, es könnte vielleicht ein soft line break sein.