Scroll to navigation

IM::Iso2022jp(3pm) Internet Message Perl modules IM::Iso2022jp(3pm)

NAME

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

SYNOPSIS

 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);

DESCRIPTION

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

This modules is provided by IM (Internet Message).

COPYRIGHT

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