-
-
17 Nov 2016 14:48:17 UTC
- Distribution: Mail-Sender
- Module version: 0.903
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (2083 / 0 / 2)
- Kwalitee
Bus factor: 1- 20.05% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (59.08KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Encode
- Exporter
- File::Basename
- IO::Handle
- IO::Socket::INET
- MIME::Base64
- MIME::QuotedPrint
- Socket
- Symbol
- Tie::Handle
- Time::Local
- base
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.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.
Module Install Instructions
To install Mail::Sender, copy and paste the appropriate command in to your terminal.
cpanm Mail::Sender
perl -MCPAN -e shell install Mail::Sender
For more information on module installation, please visit the detailed CPAN module installation guide.