Thread Mime::Parser und Umlaute im Dateinamen der Attachments
(10 answers)
Opened by Kai at 2010-06-24 21:40
hi,
![]() Code (perl): (dl
)
1 2 3 4 use MIME::QuotedPrint; $encoded = encode_qp($decoded); $decoded = decode_qp($encoded); Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: ![]() ![]() |