Eryq > MIME-tools-6.200_02 > MIME::Tools::MailFieldTokenizerForRFC2045

Download:
MIME-tools-6.200_02.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  12
Open  8
View Bugs
Report a bug
Source  

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.