The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Coverage Status CPAN version

Correct handling of non-ASCII MIME headers

This distribution tries to provide a correct and usable implementation of RFC 2047 "MIME Part Three: Message Header Extensions for Non-ASCII Text".

Installation from a CPAN tarball

    perl Makefile.PL
    make
    make test
    make install

Build from a repository checkout

Make sure to install Dist::Zilla. Then you can build and test with dzil:

    dzil test
    dzil build

This software is copyright (C) by Nick Wellnhofer.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.