Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

email::mime::createhtml::resolver::filesystem(3pm) [debian man page]

Email::MIME::CreateHTML::Resolver::Filesystem(3pm)	User Contributed Perl Documentation	Email::MIME::CreateHTML::Resolver::Filesystem(3pm)

NAME
Email::MIME::CreateHTML::Resolver::Filesystem - finds resources via the filesystem SYNOPSIS
my $o = new Email::MIME::CreateHTML::Resolver::Filesystem(\%args) my ($content,$filename,$mimetype,$xfer_encoding) = $o->get_resource($uri) DESCRIPTION
This 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 possible VERSION
$Revision: 1.6 $ on $Date: 2006/08/24 21:41:38 $ by $Author: johna $ AUTHOR
Tony Hennessy, Simon Flack and John Alden COPYRIGHT
(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)

Check Out this Related Man Page

Email::MIME::ContentType(3pm)				User Contributed Perl Documentation			     Email::MIME::ContentType(3pm)

NAME
Email::MIME::ContentType - Parse a MIME Content-Type Header VERSION
version 1.013 $Id: /my/pep/Email-MIME-ContentType/trunk/lib/Email/MIME/ContentType.pm 31133 2007-03-22T19:52:26.296283Z rjbs $ SYNOPSIS
use Email::MIME::ContentType; # Content-Type: text/plain; charset="us-ascii"; format=flowed my $ct = 'text/plain; charset="us-ascii"; format=flowed'; my $data = parse_content_type($ct); $data = { discrete => "text", composite => "plain", attributes => { charset => "us-ascii", format => "flowed" } }; FUNCTIONS
parse_content_type This routine is exported by default. This routine parses email content type headers according to section 5.1 of RFC 2045. It returns a hash as above, with entries for the dis- crete type, the composite type, and a hash of attributes. WARNINGS
This is not a valid content-type header, according to both RFC 1521 and RFC 2045: Content-Type: type/subtype; If a semicolon appears, a parameter must. "parse_content_type" will carp if it encounters a header of this type, but you can suppress this by setting $Email::MIME::ContentType::STRICT_PARAMS to a false value. Please consider localizing this assignment! PERL EMAIL PROJECT
This module is maintained by the Perl Email Project. <http://emailproject.perl.org/wiki/Email::MIME::ContentType> AUTHOR
Casey West, "casey@geeknest.com" Simon Cozens, "simon@cpan.org" SEE ALSO
Email::MIME perl v5.8.8 2008-03-01 Email::MIME::ContentType(3pm)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Raw vs. Filesystem?

Maybe this is the wrong forum to start this debate and I apologize if it is, but I have been wondering for some time which is better to use for a database, raw or filesystem? By better I mean don't just mean better performance but also ease of maintenance, etc. I know that several years ago it... (5 Replies)
Discussion started by: keelba
5 Replies

2. UNIX for Dummies Questions & Answers

Pl. Help me in code Email

i have working in informatica & unix (Kshell), i need the simple programm ( to sending of Email in (Kshell Script)). Pl. any one help to do so. From Karthik :confused: (3 Replies)
Discussion started by: karthpar
3 Replies

3. AIX

Extend a Filesystem with other LV

Hi Everybody, Is it possible to extend a Filesystem by adding a new LV that exist on different VG to this Filesystem? Thanks in advance. (6 Replies)
Discussion started by: aldowsary
6 Replies

4. UNIX for Advanced & Expert Users

Filesystem from scratch

Hey, Had anyone tried with writing a new FS - file system ( whether its useful or not, that doesn't matter ) ? I tried one couple of years ago, but that was a fatal failure :( and can't continue working on it since then. :( Anybody got some experience with writing file system from the... (4 Replies)
Discussion started by: matrixmadhan
4 Replies

5. Shell Programming and Scripting

awk - print file contents except regex

Hello, I have a file which has user information. Each user has 2 variables with the same name like Email: testuser1 Email: testuser1@test.com Email: testuser2 Email: testuser2@test.com My intention is to delete the ones without the '@' symbol. When I run this statement awk '/^Email:/&&!/@/'... (6 Replies)
Discussion started by: rmsagar
6 Replies

6. UNIX for Dummies Questions & Answers

how to grep a number from output line

I`m having a output shown below, CFR 235,BBC DM-2 ALL CFR 111,BBC DM-2 ALL CFR 333,BBC DM-2 ALL from the above Output i want to use 235,111,333 as input for other purpose. these no always change every time i run script.so please suggest me the way i could do it with example,i have tried... (5 Replies)
Discussion started by: nitin_aaa27
5 Replies

7. Solaris

How to setup Email notification when storage reach certain % ?

(16 Replies)
Discussion started by: i-counsellor
16 Replies

8. Solaris

Resizing the Root Filesystem

Is it possible to increase the root filesystem size without reboot ?? (4 Replies)
Discussion started by: gowthamakanthan
4 Replies

9. UNIX for Dummies Questions & Answers

TRU64 Filesystem Issue

Hi Guys i cant find any anwers everywhere hope you can help me, we have an issue with our Tru64 V5.1 2650 alpha server, its saying that a FS is full but its not, free space is very low but if you check its fs and its usage, free fs should be high: $ df -i Filesystem 512-blocks ... (12 Replies)
Discussion started by: batas
12 Replies

10. AIX

choosing correct VG for Filesystem extend

Hi Gurus, I have Aix 5.3 server and would like to extend the following filesystem. Filesystem GB blocks Free %Used Iused %Iused Mounted on /dev/lv_mecdr 120.00 12.04 90% 560973 14% /home/mecdrBut there's only 16G for the VG, may be i can expand it... (11 Replies)
Discussion started by: thepurple
11 Replies

11. Solaris

How to resolve Filesystem Full?

I have experienced Filesystem full (%iused = 100%) as below. I have tried to remove a lot of garbage but it still become full soon. # df -F ufs -o i Filesystem       iused    ifree  %iused  Mount /dev/dsk/c0t0d0s0  512000     0   100%  / /dev/dsk/c0t0d0s3   1887   382113   0%  /cms Other... (4 Replies)
Discussion started by: SwordCar
4 Replies

12. Shell Programming and Scripting

Create a file using a existed file

Hello everyone, My problem is suppose I have one file name dipanjan.conf and the format of this file is as follows- Name : Ddd Rrr Ooo Email : abc@pqr.com Mobile No : +8801911000000 Now, I want to create a new file using this one by shell script giving parameter (1)name, (2)email &... (4 Replies)
Discussion started by: sreejond
4 Replies

13. SCO

HTFS Filesystem

I'm not sure exactly where to put this, so I'll just try here. I have an old SCO Openserver 5 box that has some important data on it. I had a hardware failure on the computer and can't boot from there. I obviously can't boot the drive from a different computer. I tried to mount the HTFS filesystem... (6 Replies)
Discussion started by: Lazere
6 Replies

14. Filesystems, Disks and Memory

Compressed Filesystem for Linux

Hi Everybody: I'm searching a compressed Filesystem for a external disk, what I use for a full, diary and differential Backup. The performance is not important, I search the best option for compress data, but I want have access to structure disk, with directories and files in the Backup disk.... (6 Replies)
Discussion started by: bypper
6 Replies

15. Shell Programming and Scripting

Pulling Data, Then Moving to the Next File

I'm scanning a list of emails- I need to pull 2 pieces of data, then move to the next file: Sender's Email Address Email Date I need these to be outputted into a single column- separated by a ",". Like this: Email1's Address, Email1's Date Stamp Email2's Address, Email2's Date Stamp... (4 Replies)
Discussion started by: sudo
4 Replies