Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.171
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
Mail /
Box /
Message /
[ HOME SHELL ]
Name
Size
Permission
Action
Destructed.pm
2.11
KB
-rw-r--r--
Destructed.pod
16.81
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Destructed.pod
=encoding utf8 =head1 NAME Mail::Box::Message::Destructed - a destructed message =head1 INHERITANCE Mail::Box::Message::Destructed is a Mail::Box::Message is a Mail::Message is a Mail::Reporter =head1 SYNOPSIS $folder->message(3)->destruct; =head1 DESCRIPTION When a message folder is read, each message will be parsed into Perl structures. Especially the header structure can consume a huge amount of memory (message bodies can be moved to external temporary files). Destructed messages have forcefully cleaned-up all header and body information, and are therefore much smaller. Some useful information is still in the object. BE WARNED: once a message is destructed, it cannot be revived. Destructing enforces irreversable deletion from the folder. If you have a folder opened for read-only, the message will stay in that folder, but otherwise it may be deleted. Extends L<"DESCRIPTION" in Mail::Box::Message|Mail::Box::Message/"DESCRIPTION">. =head1 METHODS Extends L<"METHODS" in Mail::Box::Message|Mail::Box::Message/"METHODS">. =head2 Constructors Extends L<"Constructors" in Mail::Box::Message|Mail::Box::Message/"Constructors">. =over 4 =item $obj-E<gt>B<clone>(%options) Inherited, see L<Mail::Message/"Constructors"> =item Mail::Box::Message::Destructed-E<gt>B<new>($message_id, %options) You cannot instantiate a destructed message object. Destruction is done by calling L<Mail::Box::Message::destruct()|Mail::Box::Message/"Cleanup">. -Option --Defined in --Default body Mail::Message undef body_type Mail::Box::Message <from folder> deleted Mail::Message <false> field_type Mail::Message undef folder Mail::Box::Message <required> head Mail::Message undef head_type Mail::Message Mail::Message::Head::Complete labels Mail::Message {} log Mail::Reporter 'WARNINGS' messageId Mail::Message undef modified Mail::Message <false> size Mail::Box::Message undef trace Mail::Reporter 'WARNINGS' trusted Mail::Message <false> =over 2 =item body => OBJECT =item body_type => CODE|CLASS =item deleted => BOOLEAN =item field_type => CLASS =item folder => FOLDER =item head => OBJECT =item head_type => CLASS =item labels => ARRAY|HASH =item log => LEVEL =item messageId => STRING =item modified => BOOLEAN =item size => INTEGER =item trace => LEVEL =item trusted => BOOLEAN =back =back =head2 Constructing a message Extends L<"Constructing a message" in Mail::Box::Message|Mail::Box::Message/"Constructing a message">. =over 4 =item $obj-E<gt>B<bounce>( [<$rg_object|%options>] ) Inherited, see L<Mail::Message::Construct::Bounce/"Constructing a message"> =item Mail::Box::Message::Destructed-E<gt>B<build>( [$message|$part|$body], $content ) Inherited, see L<Mail::Message::Construct::Build/"Constructing a message"> =item Mail::Box::Message::Destructed-E<gt>B<buildFromBody>($body, [$head], $headers) Inherited, see L<Mail::Message::Construct::Build/"Constructing a message"> =item $obj-E<gt>B<forward>(%options) Inherited, see L<Mail::Message::Construct::Forward/"Constructing a message"> =item $obj-E<gt>B<forwardAttach>(%options) Inherited, see L<Mail::Message::Construct::Forward/"Constructing a message"> =item $obj-E<gt>B<forwardEncapsulate>(%options) Inherited, see L<Mail::Message::Construct::Forward/"Constructing a message"> =item $obj-E<gt>B<forwardInline>(%options) Inherited, see L<Mail::Message::Construct::Forward/"Constructing a message"> =item $obj-E<gt>B<forwardNo>(%options) Inherited, see L<Mail::Message::Construct::Forward/"Constructing a message"> =item $obj-E<gt>B<forwardPostlude>() Inherited, see L<Mail::Message::Construct::Forward/"Constructing a message"> =item $obj-E<gt>B<forwardPrelude>() Inherited, see L<Mail::Message::Construct::Forward/"Constructing a message"> =item $obj-E<gt>B<forwardSubject>(STRING) Inherited, see L<Mail::Message::Construct::Forward/"Constructing a message"> =item Mail::Box::Message::Destructed-E<gt>B<read>($fh|STRING|SCALAR|ARRAY, %options) Inherited, see L<Mail::Message::Construct::Read/"Constructing a message"> =item $obj-E<gt>B<rebuild>(%options) Inherited, see L<Mail::Message::Construct::Rebuild/"Constructing a message"> =item $obj-E<gt>B<reply>(%options) Inherited, see L<Mail::Message::Construct::Reply/"Constructing a message"> =item $obj-E<gt>B<replyPrelude>( [STRING|$field|$address|ARRAY-$of-$things] ) Inherited, see L<Mail::Message::Construct::Reply/"Constructing a message"> =item $obj-E<gt>B<replySubject>(STRING) =item Mail::Box::Message::Destructed-E<gt>B<replySubject>(STRING) Inherited, see L<Mail::Message::Construct::Reply/"Constructing a message"> =back =head2 The message Extends L<"The message" in Mail::Box::Message|Mail::Box::Message/"The message">. =over 4 =item $obj-E<gt>B<container>() Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<copyTo>($folder, %options) Inherited, see L<Mail::Box::Message/"The message"> =item $obj-E<gt>B<folder>( [$folder] ) Inherited, see L<Mail::Box::Message/"The message"> =item $obj-E<gt>B<isDummy>() Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<isPart>() Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<messageId>() Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<moveTo>($folder, %options) Inherited, see L<Mail::Box::Message/"The message"> =item $obj-E<gt>B<partNumber>() Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<print>( [$fh] ) Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<send>( [$mailer], %options ) Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<seqnr>( [$integer] ) Inherited, see L<Mail::Box::Message/"The message"> =item $obj-E<gt>B<size>() Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<toplevel>() Inherited, see L<Mail::Message/"The message"> =item $obj-E<gt>B<write>( [$fh] ) Inherited, see L<Mail::Message/"The message"> =back =head2 The header Extends L<"The header" in Mail::Box::Message|Mail::Box::Message/"The header">. =over 4 =item $obj-E<gt>B<bcc>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<cc>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<date>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<destinations>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<from>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<get>($fieldname) Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<guessTimestamp>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<head>( [$head] ) When C<undef> is specified for $head, no change has to take place and the method returns silently. In all other cases, this method will complain that the header has been removed. =item $obj-E<gt>B<nrLines>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<sender>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<study>($fieldname) Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<subject>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<timestamp>() Inherited, see L<Mail::Message/"The header"> =item $obj-E<gt>B<to>() Inherited, see L<Mail::Message/"The header"> =back =head2 The body Extends L<"The body" in Mail::Box::Message|Mail::Box::Message/"The body">. =over 4 =item $obj-E<gt>B<body>( [$body] ) When C<undef> is specified for $body, no change has to take place and the method returns silently. In all other cases, this method will complain that the body data has been removed. =item $obj-E<gt>B<contentType>() Inherited, see L<Mail::Message/"The body"> =item $obj-E<gt>B<decoded>(%options) Inherited, see L<Mail::Message/"The body"> =item $obj-E<gt>B<encode>(%options) Inherited, see L<Mail::Message/"The body"> =item $obj-E<gt>B<isMultipart>() Inherited, see L<Mail::Message/"The body"> =item $obj-E<gt>B<isNested>() Inherited, see L<Mail::Message/"The body"> =item $obj-E<gt>B<parts>( [<'ALL'|'ACTIVE'|'DELETED'|'RECURSE'|$filter>] ) Inherited, see L<Mail::Message/"The body"> =back =head2 Flags Extends L<"Flags" in Mail::Box::Message|Mail::Box::Message/"Flags">. =over 4 =item $obj-E<gt>B<delete>() Inherited, see L<Mail::Message/"Flags"> =item $obj-E<gt>B<deleted>( [BOOLEAN] ) Inherited, see L<Mail::Message/"Flags"> =item $obj-E<gt>B<isDeleted>() Inherited, see L<Mail::Message/"Flags"> =item $obj-E<gt>B<isModified>() Inherited, see L<Mail::Message/"Flags"> =item $obj-E<gt>B<label>($label|PAIRS) It is possible to delete a destructed message, but not to undelete it. =item $obj-E<gt>B<labels>() Inherited, see L<Mail::Message/"Flags"> =item $obj-E<gt>B<labelsToStatus>() Inherited, see L<Mail::Message/"Flags"> =item $obj-E<gt>B<modified>( [BOOLEAN] ) Inherited, see L<Mail::Message/"Flags"> =item $obj-E<gt>B<statusToLabels>() Inherited, see L<Mail::Message/"Flags"> =back =head2 The whole message as text Extends L<"The whole message as text" in Mail::Box::Message|Mail::Box::Message/"The whole message as text">. =over 4 =item $obj-E<gt>B<file>() Inherited, see L<Mail::Message::Construct::Text/"The whole message as text"> =item $obj-E<gt>B<lines>() Inherited, see L<Mail::Message::Construct::Text/"The whole message as text"> =item $obj-E<gt>B<printStructure>( [$fh|undef],[$indent] ) Inherited, see L<Mail::Message::Construct::Text/"The whole message as text"> =item $obj-E<gt>B<string>() Inherited, see L<Mail::Message::Construct::Text/"The whole message as text"> =back =head2 Internals Extends L<"Internals" in Mail::Box::Message|Mail::Box::Message/"Internals">. =over 4 =item $obj-E<gt>B<clonedFrom>() Inherited, see L<Mail::Message/"Internals"> =item Mail::Box::Message::Destructed-E<gt>B<coerce>($message) Coerce a L<Mail::Box::Message|Mail::Box::Message> into destruction. example: of coercion to death Mail::Box::Message::Destructed->coerce($folder->message(1)); $folder->message(1)->destruct; # same my $msg = $folder->message(1); Mail::Box::Message::Destructed->coerce($msg); $msg->destruct; # same =item $obj-E<gt>B<diskDelete>() Inherited, see L<Mail::Box::Message/"Internals"> =item $obj-E<gt>B<isDelayed>() Inherited, see L<Mail::Message/"Internals"> =item $obj-E<gt>B<readBody>( $parser, $head, [$bodytype] ) Inherited, see L<Mail::Box::Message/"Internals"> =item $obj-E<gt>B<readFromParser>( $parser, [$bodytype] ) Inherited, see L<Mail::Message/"Internals"> =item $obj-E<gt>B<readHead>( $parser, [$class] ) Inherited, see L<Mail::Message/"Internals"> =item $obj-E<gt>B<recursiveRebuildPart>($part, %options) Inherited, see L<Mail::Message::Construct::Rebuild/"Internals"> =item $obj-E<gt>B<storeBody>($body) Inherited, see L<Mail::Message/"Internals"> =item $obj-E<gt>B<takeMessageId>( [STRING] ) Inherited, see L<Mail::Message/"Internals"> =back =head2 Error handling Extends L<"Error handling" in Mail::Box::Message|Mail::Box::Message/"Error handling">. =over 4 =item $obj-E<gt>B<AUTOLOAD>() Inherited, see L<Mail::Message::Construct/"METHODS"> =item $obj-E<gt>B<addReport>($object) Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<defaultTrace>( [$level]|[$loglevel, $tracelevel]|[$level, $callback] ) =item Mail::Box::Message::Destructed-E<gt>B<defaultTrace>( [$level]|[$loglevel, $tracelevel]|[$level, $callback] ) Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<errors>() Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<log>( [$level, [$strings]] ) =item Mail::Box::Message::Destructed-E<gt>B<log>( [$level, [$strings]] ) Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<logPriority>($level) =item Mail::Box::Message::Destructed-E<gt>B<logPriority>($level) Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<logSettings>() Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<notImplemented>() Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<report>( [$level] ) Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<reportAll>( [$level] ) Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<shortSize>( [$value] ) =item Mail::Box::Message::Destructed-E<gt>B<shortSize>( [$value] ) Inherited, see L<Mail::Message/"Error handling"> =item $obj-E<gt>B<shortString>() Inherited, see L<Mail::Message/"Error handling"> =item $obj-E<gt>B<trace>( [$level] ) Inherited, see L<Mail::Reporter/"Error handling"> =item $obj-E<gt>B<warnings>() Inherited, see L<Mail::Reporter/"Error handling"> =back =head2 Cleanup Extends L<"Cleanup" in Mail::Box::Message|Mail::Box::Message/"Cleanup">. =over 4 =item $obj-E<gt>B<DESTROY>() Inherited, see L<Mail::Reporter/"Cleanup"> =item $obj-E<gt>B<destruct>() Inherited, see L<Mail::Box::Message/"Cleanup"> =back =head1 DETAILS Extends L<"DETAILS" in Mail::Box::Message|Mail::Box::Message/"DETAILS">. =head1 DIAGNOSTICS =over 4 =item Error: Cannot coerce a (class) into destruction Only real L<Mail::Box::Message|Mail::Box::Message> objects can get destructed into L<Mail::Box::Message::Destructed|Mail::Box::Message::Destructed> objects. L<Mail::Message|Mail::Message> free their memory immediately when the last reference is lost. =item Error: Cannot include forward source as $include. Unknown alternative for the L<forward(include)|Mail::Message::Construct::Forward/"Constructing a message">. Valid choices are C<NO>, C<INLINE>, C<ATTACH>, and C<ENCAPSULATE>. =item Error: Cannot include reply source as $include. Unknown alternative for the C<include> option of L<reply()|Mail::Message::Construct::Reply/"Constructing a message">. Valid choices are C<NO>, C<INLINE>, and C<ATTACH>. =item Error: Destructed message has no labels except 'deleted' =item Error: Destructed messages can not be undeleted Once a message is destructed, it can not be revived. Destruction is an optimization in memory usage: if you need an undelete functionality, then you can not use L<Mail::Box::Message::destruct()|Mail::Box::Message/"Cleanup">. =item Error: Method bounce requires To, Cc, or Bcc The message L<bounce()|Mail::Message::Construct::Bounce/"Constructing a message"> method forwards a received message off to someone else without modification; you must specified it's new destination. If you have the urge not to specify any destination, you probably are looking for L<reply()|Mail::Message::Construct::Reply/"Constructing a message">. When you wish to modify the content, use L<forward()|Mail::Message::Construct::Forward/"Constructing a message">. =item Error: Method forwardAttach requires a preamble =item Error: Method forwardEncapsulate requires a preamble =item Error: No address to create forwarded to. If a forward message is created, a destination address must be specified. =item Error: No default mailer found to send message. The message L<send()|Mail::Message/"The message"> mechanism had not enough information to automatically find a mail transfer agent to sent this message. Specify a mailer explicitly using the C<via> options. =item Error: No rebuild rule $name defined. =item Error: Only build() Mail::Message's; they are not in a folder yet You may wish to construct a message to be stored in a some kind of folder, but you need to do that in two steps. First, create a normal L<Mail::Message|Mail::Message>, and then add it to the folder. During this L<Mail::Box::addMessage()|Mail::Box/"The folder"> process, the message will get L<coerce()|Mail::Box::Message::Destructed/"METHODS">-d into the right message type, adding storage information and the like. =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. =item Error: You cannot instantiate a destructed message You cannot instantiate a destructed message object directly. Destruction is done by calling L<Mail::Box::Message::destruct()|Mail::Box::Message/"Cleanup"> on any existing folder message. =item Error: You cannot take the head/body of a destructed message The message originated from a folder, but its memory has been freed-up forcefully by means of L<Mail::Box::Message::destruct()|Mail::Box::Message/"Cleanup">. Apparently, your program still tries to get to the header or body data after this destruction, which is not possible. =back =head1 SEE ALSO This module is part of Mail-Box distribution version 3.009, built on August 18, 2020. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE Copyrights 2001-2020 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F<http://dev.perl.org/licenses/>
Close