.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "Mail::Message::Head::ResentGroup 3pm" .TH Mail::Message::Head::ResentGroup 3pm "2012-05-07" "perl v5.14.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Mail::Message::Head::ResentGroup \- header fields tracking message delivery .SH "INHERITANCE" .IX Header "INHERITANCE" .Vb 3 \& Mail::Message::Head::ResentGroup \& is a Mail::Message::Head::FieldGroup \& is a Mail::Reporter .Ve .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 3 \& my $rg = Mail::Message::Head::ResentGroup\->new(head => $head, \& From => \*(Aqme@home.nl\*(Aq, To => \*(AqYou@tux.aq\*(Aq); \& $head\->addResentGroup($rg); \& \& my $rg = $head\->addResentGroup(From => \*(Aqme\*(Aq); \& \& my @from = $rg\->From; \& \& my @rgs = $head\->resentGroups; \& $rg[2]\->delete if @rgs > 2; .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" A \fIresent group\fR is a set of header fields which describe one intermediate step in the message transport. Resent groups \fBhave \s-1NOTHING\s0 to do\fR with user activety; there is no relation to the \f(CW\*(C`user\*(Aqs\*(C'\fR sense of creating reply, forward, or bounce messages at all! .SH "METHODS" .IX Header "METHODS" .SS "Constructors" .IX Subsection "Constructors" .ie n .IP "$obj\->\fBclone\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBclone\fR()" 4 .IX Item "$obj->clone()" See \*(L"Constructors\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBfrom\fR([HEAD|MESSAGE, \s-1OPTIONS\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBfrom\fR([HEAD|MESSAGE, \s-1OPTIONS\s0])" 4 .IX Item "$obj->from([HEAD|MESSAGE, OPTIONS])" \&\s-1WARNING:\s0 this method has two very different purposes. For backward compatibility reasons, without arguments \fIresentFrom()\fR is called to return the \f(CW\*(C`From\*(C'\fR field of this resent group. .Sp With any arguments, a list of \f(CW\*(C`Mail::Message::Head::ResentGroup\*(C'\fR objects is returned, taken from the specified \s-1MESSAGE\s0 or message \s-1HEAD\s0. .ie n .IP "$obj\->\fBimplementedTypes\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBimplementedTypes\fR()" 4 .IX Item "$obj->implementedTypes()" .PD 0 .IP "Mail::Message::Head::ResentGroup\->\fBimplementedTypes\fR()" 4 .IX Item "Mail::Message::Head::ResentGroup->implementedTypes()" .PD See \*(L"Constructors\*(R" in Mail::Message::Head::FieldGroup .IP "Mail::Message::Head::ResentGroup\->\fBnew\fR([\s-1FIELDS\s0], \s-1OPTIONS\s0)" 4 .IX Item "Mail::Message::Head::ResentGroup->new([FIELDS], OPTIONS)" Create an object which maintains one set of resent headers. The \&\s-1FIELDS\s0 are Mail::Message::Field objects from the same header. .Sp \&\s-1OPTIONS\s0 which start with capitals will be used to construct additional fields. These option names are prepended with \f(CW\*(C`Resent\-*\*(C'\fR, keeping the capitization of what is specified. .Sp .Vb 10 \& \-Option \-\-Defined in \-\-Default \& Bcc undef \& Cc undef \& Date \& Delivered\-To undef \& From \& Message\-ID \& Received \& Return\-Path undef \& Sender undef \& To undef \& head \& log Mail::Reporter \*(AqWARNINGS\*(Aq \& message_head undef \& software Mail::Message::Head::FieldGroup undef \& trace Mail::Reporter \*(AqWARNINGS\*(Aq \& type Mail::Message::Head::FieldGroup undef \& version Mail::Message::Head::FieldGroup undef .Ve .RS 4 .IP "Bcc => STRING|OBJECT|OBJECTS" 2 .IX Item "Bcc => STRING|OBJECT|OBJECTS" .PD 0 .IP "Cc => STRING|OBJECT|OBJECTS" 2 .IX Item "Cc => STRING|OBJECT|OBJECTS" .IP "Date => \s-1STRING\s0" 2 .IX Item "Date => STRING" .PD When this resent-group is dispatched by the resender of the message. Like the \f(CW\*(C`Date\*(C'\fR field, it is not the date and time that the message was actually transported. .IP "Delivered-To => STRING|FIELD" 2 .IX Item "Delivered-To => STRING|FIELD" .PD 0 .IP "From => STRING|OBJECT|OBJECTS" 2 .IX Item "From => STRING|OBJECT|OBJECTS" .IP "Message-ID => STRING|FIELD" 2 .IX Item "Message-ID => STRING|FIELD" .PD The \f(CW\*(C`Resent\-Message\-ID\*(C'\fR which identifies this resent group. The \s-1FIELD\s0 must contain a message id. .IP "Received => \s-1STRING\s0" 2 .IX Item "Received => STRING" The \f(CW\*(C`Received\*(C'\fR field is the starting line for a resent group of header lines. If it is not defined, one is created using \fIcreateReceived()\fR. .IP "Return-Path => STRING|FIELD" 2 .IX Item "Return-Path => STRING|FIELD" .PD 0 .IP "Sender => STRING|OBJECT" 2 .IX Item "Sender => STRING|OBJECT" .PD Only permitted when more than one from address is specified. In this case, it selects one of these addresses as the main originator of the message. .IP "To => STRING|OBJECT|OBJECTS" 2 .IX Item "To => STRING|OBJECT|OBJECTS" .PD 0 .IP "head => \s-1OBJECT\s0" 2 .IX Item "head => OBJECT" .PD The header where the data is stored in. By default a Mail::Message::Head::Partial is created for you. .IP "log => \s-1LEVEL\s0" 2 .IX Item "log => LEVEL" .PD 0 .IP "message_head => \s-1HEAD\s0" 2 .IX Item "message_head => HEAD" .PD The real header of the message where this resent group is part of. The \&\f(CW\*(C`head\*(C'\fR used in this class is only a container for a subset of fields. .IP "software => \s-1STRING\s0" 2 .IX Item "software => STRING" .PD 0 .IP "trace => \s-1LEVEL\s0" 2 .IX Item "trace => LEVEL" .IP "type => \s-1STRING\s0" 2 .IX Item "type => STRING" .IP "version => \s-1STRING\s0" 2 .IX Item "version => STRING" .RE .RS 4 .RE .PD .SS "The header" .IX Subsection "The header" .ie n .IP "$obj\->\fBadd\fR((\s-1FIELD\s0 => \s-1VALUE\s0) | \s-1OBJECT\s0)" 4 .el .IP "\f(CW$obj\fR\->\fBadd\fR((\s-1FIELD\s0 => \s-1VALUE\s0) | \s-1OBJECT\s0)" 4 .IX Item "$obj->add((FIELD => VALUE) | OBJECT)" All fields appear only once, so \f(CW\*(C`add()\*(C'\fR behaves as \fIset()\fR. .ie n .IP "$obj\->\fBaddFields\fR([\s-1FIELDNAMES\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBaddFields\fR([\s-1FIELDNAMES\s0])" 4 .IX Item "$obj->addFields([FIELDNAMES])" Not applicable to resent-groups: the same name can appear in more than one group. Therefore, a \s-1FIELDNAME\s0 is sufficiently distinctive. .ie n .IP "$obj\->\fBattach\fR(\s-1HEAD\s0)" 4 .el .IP "\f(CW$obj\fR\->\fBattach\fR(\s-1HEAD\s0)" 4 .IX Item "$obj->attach(HEAD)" See \*(L"The header\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBdelete\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBdelete\fR()" 4 .IX Item "$obj->delete()" See \*(L"The header\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBfieldNames\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBfieldNames\fR()" 4 .IX Item "$obj->fieldNames()" See \*(L"The header\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBfields\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBfields\fR()" 4 .IX Item "$obj->fields()" See \*(L"The header\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBhead\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBhead\fR()" 4 .IX Item "$obj->head()" See \*(L"The header\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBmessageHead\fR([\s-1HEAD\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBmessageHead\fR([\s-1HEAD\s0])" 4 .IX Item "$obj->messageHead([HEAD])" Returns (optionally after setting) the real header where this resent group belongs to. This may be undef at creation, and then later filled in when \fIMail::Message::Head::Complete::addResentGroup()\fR is called. .ie n .IP "$obj\->\fBorderedFields\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBorderedFields\fR()" 4 .IX Item "$obj->orderedFields()" Returns the fields in the order as should appear in header according to rfc2822. For the \f(CW\*(C`Resent\-*\*(C'\fR fields of the group, the order is not that important, but the \f(CW\*(C`Return\-Path\*(C'\fR, \f(CW\*(C`Delivered\-To\*(C'\fR, and \f(CW\*(C`Received\*(C'\fR must come first. Only fields mentioned in the \s-1RFC\s0 are returned. .ie n .IP "$obj\->\fBset\fR((\s-1FIELD\s0 => \s-1VALUE\s0) | \s-1OBJECT\s0)" 4 .el .IP "\f(CW$obj\fR\->\fBset\fR((\s-1FIELD\s0 => \s-1VALUE\s0) | \s-1OBJECT\s0)" 4 .IX Item "$obj->set((FIELD => VALUE) | OBJECT)" Set a \s-1FIELD\s0 to a (new) \s-1VALUE\s0. The \s-1FIELD\s0 names which do not start with \&'Resent\-*' but need it will have that added. It is also an option to specify a fully prepared message field \s-1OBJECT\s0. In any case, a field \&\s-1OBJECT\s0 is returned. .Sp example: .Sp .Vb 4 \& my $this = Mail::Message::Head::ResentGroup\->new; \& $this\->set(To => \*(Aqfish@tux.aq\*(Aq); \& $msg\->addResentGroup($this); \& $msg\->send; \& \& $msg\->bounce(To => \*(Aqfish@tux.aq\*(Aq)\->send; # the same \& \& my $this = Mail::Message::Head::ResentGroup \& \->new(To => \*(Aqfish@tux.aq\*(Aq); .Ve .SS "Access to the header" .IX Subsection "Access to the header" .ie n .IP "$obj\->\fBbcc\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBbcc\fR()" 4 .IX Item "$obj->bcc()" In scalar context, the \f(CW\*(C`Resent\-Bcc\*(C'\fR field is returned. In list context, the addresses as specified within the bcc field are returned as Mail::Address objects. Bcc fields are not transmitted (hidden for external parties). .ie n .IP "$obj\->\fBcc\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBcc\fR()" 4 .IX Item "$obj->cc()" In scalar context, the \f(CW\*(C`Resent\-Cc\*(C'\fR field is returned. In list context, the addresses as specified within the cc field are returned as Mail::Address objects. .ie n .IP "$obj\->\fBdate\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBdate\fR()" 4 .IX Item "$obj->date()" Returns the \f(CW\*(C`Resent\-Date\*(C'\fR field, or \f(CW\*(C`undef\*(C'\fR if it was not defined. .ie n .IP "$obj\->\fBdateTimestamp\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBdateTimestamp\fR()" 4 .IX Item "$obj->dateTimestamp()" The timestamp as stored within the \f(CW\*(C`Resent\-Date\*(C'\fR field converted to local system time. .ie n .IP "$obj\->\fBdeliveredTo\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBdeliveredTo\fR()" 4 .IX Item "$obj->deliveredTo()" The field which describes the \f(CW\*(C`Delivered\-To\*(C'\fR of this resent group. .ie n .IP "$obj\->\fBdestinations\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBdestinations\fR()" 4 .IX Item "$obj->destinations()" Returns a list of all addresses specified in the \f(CW\*(C`Resent\-To\*(C'\fR, \f(CW\*(C`\-Cc\*(C'\fR, and \&\f(CW\*(C`\-Bcc\*(C'\fR fields of this resent group. .ie n .IP "$obj\->\fBisResentGroupFieldName\fR(\s-1NAME\s0)" 4 .el .IP "\f(CW$obj\fR\->\fBisResentGroupFieldName\fR(\s-1NAME\s0)" 4 .IX Item "$obj->isResentGroupFieldName(NAME)" .PD 0 .IP "Mail::Message::Head::ResentGroup\->\fBisResentGroupFieldName\fR(\s-1NAME\s0)" 4 .IX Item "Mail::Message::Head::ResentGroup->isResentGroupFieldName(NAME)" .ie n .IP "$obj\->\fBmessageId\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBmessageId\fR()" 4 .IX Item "$obj->messageId()" .PD Returns the message-ID used for this group of resent lines. .ie n .IP "$obj\->\fBreceived\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBreceived\fR()" 4 .IX Item "$obj->received()" The field which describes the \f(CW\*(C`Received\*(C'\fR data of this resent group. .ie n .IP "$obj\->\fBreceivedTimestamp\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBreceivedTimestamp\fR()" 4 .IX Item "$obj->receivedTimestamp()" The timestamp as stored within the \f(CW\*(C`Received\*(C'\fR field converted to local system time. .ie n .IP "$obj\->\fBresentFrom\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBresentFrom\fR()" 4 .IX Item "$obj->resentFrom()" In scalar context, the \f(CW\*(C`Resent\-From\*(C'\fR field is returned. In list context, the addresses as specified within the from field are returned as Mail::Address objects. .Sp For reasons of backward compatibility and consistency, the \fIfrom()\fR method will return the same as this method. .ie n .IP "$obj\->\fBreturnPath\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBreturnPath\fR()" 4 .IX Item "$obj->returnPath()" The field which describes the \f(CW\*(C`Return\-Path\*(C'\fR of this resent group. .ie n .IP "$obj\->\fBsender\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBsender\fR()" 4 .IX Item "$obj->sender()" In scalar context, the \f(CW\*(C`Resent\-Sender\*(C'\fR field is returned. In list context, the addresses as specified within the from field are returned as Mail::Address objects. .ie n .IP "$obj\->\fBsoftware\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBsoftware\fR()" 4 .IX Item "$obj->software()" See \*(L"Access to the header\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBto\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBto\fR()" 4 .IX Item "$obj->to()" In scalar context, the \f(CW\*(C`Resent\-To\*(C'\fR field is returned. In list context, the addresses as specified within the to field are returned as Mail::Address objects. .ie n .IP "$obj\->\fBtype\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBtype\fR()" 4 .IX Item "$obj->type()" See \*(L"Access to the header\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBversion\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBversion\fR()" 4 .IX Item "$obj->version()" See \*(L"Access to the header\*(R" in Mail::Message::Head::FieldGroup .SS "Internals" .IX Subsection "Internals" .ie n .IP "$obj\->\fBcollectFields\fR([\s-1NAME\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBcollectFields\fR([\s-1NAME\s0])" 4 .IX Item "$obj->collectFields([NAME])" See \*(L"Internals\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBcreateReceived\fR([\s-1DOMAIN\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBcreateReceived\fR([\s-1DOMAIN\s0])" 4 .IX Item "$obj->createReceived([DOMAIN])" Create a received field for this resent group. This is automatically called if none was specified during creation of this resent group object. .Sp The content of this field is described in \s-1RFC2821\s0 section 4.4. It could use some improvement. .ie n .IP "$obj\->\fBdetected\fR(\s-1TYPE\s0, \s-1SOFTWARE\s0, \s-1VERSION\s0)" 4 .el .IP "\f(CW$obj\fR\->\fBdetected\fR(\s-1TYPE\s0, \s-1SOFTWARE\s0, \s-1VERSION\s0)" 4 .IX Item "$obj->detected(TYPE, SOFTWARE, VERSION)" See \*(L"Internals\*(R" in Mail::Message::Head::FieldGroup .SS "Error handling" .IX Subsection "Error handling" .ie n .IP "$obj\->\fB\s-1AUTOLOAD\s0\fR()" 4 .el .IP "\f(CW$obj\fR\->\fB\s-1AUTOLOAD\s0\fR()" 4 .IX Item "$obj->AUTOLOAD()" See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBaddReport\fR(\s-1OBJECT\s0)" 4 .el .IP "\f(CW$obj\fR\->\fBaddReport\fR(\s-1OBJECT\s0)" 4 .IX Item "$obj->addReport(OBJECT)" See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBdefaultTrace\fR([\s-1LEVEL\s0]|[\s-1LOGLEVEL\s0, \s-1TRACELEVEL\s0]|[\s-1LEVEL\s0, \s-1CALLBACK\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBdefaultTrace\fR([\s-1LEVEL\s0]|[\s-1LOGLEVEL\s0, \s-1TRACELEVEL\s0]|[\s-1LEVEL\s0, \s-1CALLBACK\s0])" 4 .IX Item "$obj->defaultTrace([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK])" .PD 0 .IP "Mail::Message::Head::ResentGroup\->\fBdefaultTrace\fR([\s-1LEVEL\s0]|[\s-1LOGLEVEL\s0, \s-1TRACELEVEL\s0]|[\s-1LEVEL\s0, \s-1CALLBACK\s0])" 4 .IX Item "Mail::Message::Head::ResentGroup->defaultTrace([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK])" .PD See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBdetails\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBdetails\fR()" 4 .IX Item "$obj->details()" See \*(L"Error handling\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBerrors\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBerrors\fR()" 4 .IX Item "$obj->errors()" See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBlog\fR([\s-1LEVEL\s0 [,STRINGS]])" 4 .el .IP "\f(CW$obj\fR\->\fBlog\fR([\s-1LEVEL\s0 [,STRINGS]])" 4 .IX Item "$obj->log([LEVEL [,STRINGS]])" .PD 0 .IP "Mail::Message::Head::ResentGroup\->\fBlog\fR([\s-1LEVEL\s0 [,STRINGS]])" 4 .IX Item "Mail::Message::Head::ResentGroup->log([LEVEL [,STRINGS]])" .PD See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBlogPriority\fR(\s-1LEVEL\s0)" 4 .el .IP "\f(CW$obj\fR\->\fBlogPriority\fR(\s-1LEVEL\s0)" 4 .IX Item "$obj->logPriority(LEVEL)" .PD 0 .IP "Mail::Message::Head::ResentGroup\->\fBlogPriority\fR(\s-1LEVEL\s0)" 4 .IX Item "Mail::Message::Head::ResentGroup->logPriority(LEVEL)" .PD See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBlogSettings\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBlogSettings\fR()" 4 .IX Item "$obj->logSettings()" See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBnotImplemented\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBnotImplemented\fR()" 4 .IX Item "$obj->notImplemented()" See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBprint\fR([\s-1FILEHANDLE\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBprint\fR([\s-1FILEHANDLE\s0])" 4 .IX Item "$obj->print([FILEHANDLE])" See \*(L"Error handling\*(R" in Mail::Message::Head::FieldGroup .ie n .IP "$obj\->\fBreport\fR([\s-1LEVEL\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBreport\fR([\s-1LEVEL\s0])" 4 .IX Item "$obj->report([LEVEL])" See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBreportAll\fR([\s-1LEVEL\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBreportAll\fR([\s-1LEVEL\s0])" 4 .IX Item "$obj->reportAll([LEVEL])" See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBtrace\fR([\s-1LEVEL\s0])" 4 .el .IP "\f(CW$obj\fR\->\fBtrace\fR([\s-1LEVEL\s0])" 4 .IX Item "$obj->trace([LEVEL])" See \*(L"Error handling\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBwarnings\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBwarnings\fR()" 4 .IX Item "$obj->warnings()" See \*(L"Error handling\*(R" in Mail::Reporter .SS "Cleanup" .IX Subsection "Cleanup" .ie n .IP "$obj\->\fB\s-1DESTROY\s0\fR()" 4 .el .IP "\f(CW$obj\fR\->\fB\s-1DESTROY\s0\fR()" 4 .IX Item "$obj->DESTROY()" See \*(L"Cleanup\*(R" in Mail::Reporter .ie n .IP "$obj\->\fBinGlobalDestruction\fR()" 4 .el .IP "\f(CW$obj\fR\->\fBinGlobalDestruction\fR()" 4 .IX Item "$obj->inGlobalDestruction()" See \*(L"Cleanup\*(R" in Mail::Reporter .SH "DIAGNOSTICS" .IX Header "DIAGNOSTICS" .IP "Error: Message header required for creation of ResentGroup." 4 .IX Item "Error: Message header required for creation of ResentGroup." It is required to know to which header the resent-group is created. Use the \f(CW\*(C`head\*(C'\fR option. Maybe you should use \&\fIMail::Message::Head::Complete::addResentGroup()\fR with \s-1DATA\s0, which will organize the correct initiations for you. .ie n .IP "Error: Package $package does not implement $method." 4 .el .IP "Error: Package \f(CW$package\fR does not implement \f(CW$method\fR." 4 .IX Item "Error: Package $package does not implement $method." Fatal error: the specific package (or one of its superclasses) does not implement this method where it should. This message means that some other related classes do implement this method however the class at hand does not. Probably you should investigate this and probably inform the author of the package. .SH "SEE ALSO" .IX Header "SEE ALSO" This module is part of Mail-Box distribution version 2.105, built on May 07, 2012. Website: \fIhttp://perl.overmeer.net/mailbox/\fR .SH "LICENSE" .IX Header "LICENSE" Copyrights 2001\-2012 by [Mark Overmeer]. For other contributors see ChangeLog. .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See \fIhttp://www.perl.com/perl/misc/Artistic.html\fR