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

NAME

MIME::Tools::MailFieldTokenizerForRFC2045 - as it says

SYNOPSIS

The MIME::Tools::* modules are for MIME::Tools internal consumption only. The modules and their interfaces may change radically from version to version.

    $mft = new MIME::Tools::MailFieldTokenizerForRFC2045;
    
    @tokens = $mft->tokenize($contents_of_mail_header_field);
    $listed = $mft->list_tokens(@tokens);
    $pretty = $mft->join_tokens(@tokens);
     
    $canon  = $mft->canonicalize($contents_of_mail_header_field);

DESCRIPTION

Methods for parsing and formatting mail header field tokens, as per RFC-2045. This is a modification of the RFC-822 syntax and logic.