Mail::Sender::CType::Ext

Section: User Contributed Perl Documentation (3)
Updated: 2021-01-27
Page Index
 

NAME

Mail::Sender::CType::Ext - (DEPRECATED) Alter how we find the MIME type of a file.  

SYNOPSIS

    use Mail::Sender;
    use Mail::Sender::CType::Ext;

    # use the registry to find the MIME Type
    my $type = Mail::Sender::GuessCType("foo.txt");

 

DESCRIPTION

This exists solely to extend the number of known extensions for the MIME type guessing in ``GuessCType'' in Mail::Sender.  

CONTRIBUTORS

Guillaume A. <webmaster@patchworks-et-boutons.com>


 

Index

NAME
SYNOPSIS
DESCRIPTION
CONTRIBUTORS