DOKK / manpages / debian 11 / im / IM::Iso2022jp.3pm.en
IM::Iso2022jp(3pm) Internet Message Perl modules IM::Iso2022jp(3pm)

IM::Iso2022jp - MIME header encoder for ISO-2022-JP

 use IM::Iso2022jp;
 $encoded_string_for_structured_header = struct_iso2022jp_mimefy(string);
 $encoded_string_for_unstructured_header = line_iso2022jp_mimefy(string);
 $rcode = header_iso2022jp_conv(\@Header, code_conv_flag);

The IM::Iso2022jp module is MIME header encoder for ISO-2022-JP.

This modules is provided by IM (Internet Message).

IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details.

2016-10-10 IM153