The issue of wrong charachters in the "plain" view of the article
is solved by adding some charset re-coding code to
Kernel::System::EmailParser->GetPlainEmail();

I have found the following code to work (on my system)

sub GetPlainEmail {
    my $Self = shift;
    return $Self->{EncodeObject}->Decode(
       Text => $Self->{Email}->as_string(),
       From => $Self->GetCharset()
    );
}

Tell me what you think.

Kind Regards,
Boris Ratner.
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to