-
-
03 Dec 2003 15:58:45 UTC
- Distribution: Mariachi
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (11 / 274 / 3)
- Kwalitee
Bus factor: 0- 30.41% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (20.19KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- AppConfig
- Class::Accessor
- Date::Parse
- Email::Find
- Email::Folder
- Email::Thread
- File::Basename
- File::Copy
- File::Find::Rule
- File::Path
- Mail::Thread
- Mail::Thread::Chronological
- Memoize
- Module::Build
- Storable
- Template
- Template::Plugin::Page
- Text::Original
- Time::HiRes
- URI::Find::Schemeless::Stricter
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Mariachi::Message - representation of a mail message
METHODS
->new($message)
$message
is a rfc2822 compliant message bodyyour standard constructor
->body
->header
->header_set
body
,header
, andheader_set
are provided for interface compatibility with Email::Simple->first_lines
->first_paragraph
->first_sentence
See Text::Original
->body_sigless
Returns the body with the signature (defined as anything after "\n-- \n") removed.
->sig
Returns the stripped sig.
->from
A privacy repecting version of the From: header.
->subject
->date
the
Subject
andDate
headers->filename
the name of the output file
->epoch_date
The date header pared into epoch seconds
->ymd
->day
->month
->year
epoch_date formatted in useful ways
->linked
hashref of indexes that link to us. key is the type of index, value is the filename
->next
the next message in the archive, thread-wise
->prev
the previous message in the archive, thread-wise
->root
the root of the thread you live in
Module Install Instructions
To install Mariachi, copy and paste the appropriate command in to your terminal.
cpanm Mariachi
perl -MCPAN -e shell install Mariachi
For more information on module installation, please visit the detailed CPAN module installation guide.