table of contents
Mail::Sender::CType::Win32(3) | User Contributed Perl Documentation | Mail::Sender::CType::Win32(3) |
NAME¶
Mail::Sender::CType::Win32 - (DEPRECATED) Alter how we find the MIME type of a file.
SYNOPSIS¶
use Mail::Sender; use Mail::Sender::CType::Win32; # use the registry to find the MIME Type my $type = Mail::Sender::GuessCType("foo.txt");
DESCRIPTION¶
This exists solely to change the way you look up MIME types in Windows environments.
FUNCTIONS¶
Mail::Sender::CType::Win32 makes the following functions available and overrides the functions in Mail::Sender with these functions as well.
GuessCType¶
Guess the MIME type using the Windows registry.
2016-11-17 | perl v5.26.3 |