Man Page: email::mime::createhtml::resolver::filesystem
Operating Environment: debian
Section: 3pm
Email::MIME::CreateHTML::Resolver::Filesystem(3pm) User Contributed Perl Documentation Email::MIME::CreateHTML::Resolver::Filesystem(3pm)NAMEEmail::MIME::CreateHTML::Resolver::Filesystem - finds resources via the filesystemSYNOPSISmy $o = new Email::MIME::CreateHTML::Resolver::Filesystem(\%args) my ($content,$filename,$mimetype,$xfer_encoding) = $o->get_resource($uri)DESCRIPTIONThis is used by Email::MIME::CreateHTML to load resources.METHODS$o = new Email::MIME::CreateHTML::Resolver::Filesystem(\%args) %args can contain: base Base directory used to resolve relative filepaths passed to get_resource. ($content,$filename,$mimetype,$xfer_encoding) = $o->get_resource($uri)TODO- Currently the MIME type is deduced from the file extension via MIME::Types; given we have the content available, more sophisticated strategies are probably possibleVERSION$Revision: 1.6 $ on $Date: 2006/08/24 21:41:38 $ by $Author: johna $AUTHORTony Hennessy, Simon Flack and John AldenCOPYRIGHT(c) BBC 2005,2006. This program is free software; you can redistribute it and/or modify it under the GNU GPL. See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt perl v5.10.1 2010-02-12 Email::MIME::CreateHTML::Resolver::Filesystem(3pm)
| Related Man Pages |
|---|
| email::abstract(3pm) - debian |
| email::send::io(3pm) - debian |
| email::sender::failure(3pm) - debian |
| html::rewriteattributes::resources(3pm) - debian |
| http::request::params(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Raw vs. Filesystem? |
| Filesystem from scratch |
| how to grep a number from output line |
| How to resolve Filesystem Full? |
| Pulling Data, Then Moving to the Next File |