
11 Jun
2004
11 Jun
'04
8:31 a.m.
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.