table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 0.903-1.31
 - Leap-15.6
 
| Mail::Sender::CType::Ext(3) | User Contributed Perl Documentation | Mail::Sender::CType::Ext(3) | 
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>
 
| 2016-11-18 | perl v5.42.0 |