Fri Dec 13 05:07:13 2013zurom [...] mail.ru - Ticket created
Subject:
No support for UTF8
Because of binmod without ':utf8' it doaesn't work with UTF
local *STDIN;
open(STDIN, '<', \$mime_string);
binmode STDIN;
It should look like
binmode STDIN, ':utf8';