[prev] [thread] [next] [lurker] [Date index for 2003/10/16]
Author: richardc Date: 2003-10-16 10:31:11 +0100 (Thu, 16 Oct 2003) New Revision: 1426 Modified: trunk/mariachi/lib/Mariachi/Message.pm Log: doc tweak Modified: trunk/mariachi/lib/Mariachi/Message.pm =================================================================== --- trunk/mariachi/lib/Mariachi/Message.pm 2003-10-16 09:29:53 UTC (rev 1425) +++ trunk/mariachi/lib/Mariachi/Message.pm 2003-10-16 09:31:11 UTC (rev 1426) @@ -71,7 +71,8 @@ =head2 ->header_set C<body>, C<header>, and C<header_set> are provided for interface -compatibility with Email::Simple +compatibility with Email::Simple. Note that only a small subset of +headers are available. =cut @@ -87,6 +88,7 @@ $self->$meth( shift ); } + =head2 ->first_lines =head2 ->first_paragraph @@ -113,6 +115,7 @@ return Text::Original::first_sentence( $self->body ); } + =head2 ->body_sigless Returns the body with the signature (defined as anything @@ -127,6 +130,7 @@ return $body; } + =head2 ->sig Returns the stripped sig. @@ -141,7 +145,6 @@ } - =head2 ->from A privacy repecting version of the From: header. @@ -160,6 +163,7 @@ } memoize('from'); + =head2 ->subject =head2 ->date @@ -196,8 +200,6 @@ The date header pared into epoch seconds -=head2 ->ymd - =head2 ->day =head2 ->month
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52