.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45) .\" .\" 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 .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' '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 >0, 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. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Required to disable full justification in groff 1.23.0. .if n .ds AD l .\" ======================================================================== .\" .IX Title "Mail::Box::Manage::User 3" .TH Mail::Box::Manage::User 3 2026-04-11 "perl v5.42.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::Box::Manage::User \- manage the folders of a user .SH INHERITANCE .IX Header "INHERITANCE" .Vb 3 \& Mail::Box::Manage::User \& is a Mail::Box::Manager \& is a Mail::Reporter \& \& Mail::Box::Manage::User is extended by \& Mail::Server::IMAP4::User .Ve .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 2 \& use Mail::Box::Manage::User; \& use User::Identity; \& \& my $id = User::Identity\->new(...); \& my $user = Mail::Box::Manage::User\->new( \& identity => $id, \& folderdir => "$ENV{HOME}/Mail", \& inbox => $ENV{MAIL}, \& ); \& \& my $inbox = $user\->open($user\->inbox); \& my $top = $user\->topfolder; .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" Where the Mail::Box::Manager takes care of some set of open folder, this extension will add knowledge about some related person. At the same time, it will try to cache some information about that person\*(Aqs folder files. .PP Extends "DESCRIPTION" in Mail::Box::Manager. .SH METHODS .IX Header "METHODS" Extends "METHODS" in Mail::Box::Manager. .SS Constructors .IX Subsection "Constructors" Extends "Constructors" in Mail::Box::Manager. .ie n .IP $class\->\fBnew\fR(%options) 4 .el .IP \f(CW$class\fR\->\fBnew\fR(%options) 4 .IX Item "$class->new(%options)" Use new(default_folder_type) to explicitly state which kind of folders you use. Improves base, see "Constructors" in Mail::Reporter .Sp .Vb 12 \& \-Option \-\-Defined in \-\-Default \& autodetect Mail::Box::Manager undef \& collection_type Mail::Box::Collection \& default_folder_type Mail::Box::Manager \*(Aqmbox\*(Aq \& delimiter "/" \& folder_id_type Mail::Box::Identity \& folder_types Mail::Box::Manager \& folderdir Mail::Box::Manager [ \*(Aq.\*(Aq ] \& folderdirs Mail::Box::Manager > \& identity \& inbox undef \& topfolder_name \*(Aq=\*(Aq .Ve .RS 4 .ie n .IP "autodetect => $type|\e@types" 2 .el .IP "autodetect => \f(CW$type\fR|\e@types" 2 .IX Item "autodetect => $type|@types" .PD 0 .ie n .IP "collection_type => $class" 2 .el .IP "collection_type => \f(CW$class\fR" 2 .IX Item "collection_type => $class" .PD Subfolders grouped together. .ie n .IP "default_folder_type => $type|CLASS" 2 .el .IP "default_folder_type => \f(CW$type\fR|CLASS" 2 .IX Item "default_folder_type => $type|CLASS" .PD 0 .IP "delimiter => STRING" 2 .IX Item "delimiter => STRING" .PD The separator used in folder names. This doesn\*(Aqt need to be the same as your directory system is using. .IP "folder_id_type => CLASS|OBJECT" 2 .IX Item "folder_id_type => CLASS|OBJECT" .PD 0 .ie n .IP "folder_types => $typedef|\e@typedefs" 2 .el .IP "folder_types => \f(CW$typedef\fR|\e@typedefs" 2 .IX Item "folder_types => $typedef|@typedefs" .IP "folderdir => DIRECTORY" 2 .IX Item "folderdir => DIRECTORY" .IP "folderdirs => [DIRECTORIES]" 2 .IX Item "folderdirs => [DIRECTORIES]" .IP "identity => OBJECT" 2 .IX Item "identity => OBJECT" .PD The main difference between the Mail::Box::Manager and this class, is the concept of some person (or virtual person) who\*(Aqs files are being administered by this object. The OBJECT is an User::Identity. .Sp The smallest identity that will do: \f(CW\*(C`my $id = User::Identity\->new(\*(Aqmyname\*(Aq)\*(C'\fR .ie n .IP "inbox => $name" 2 .el .IP "inbox => \f(CW$name\fR" 2 .IX Item "inbox => $name" The \f(CW$name\fR of the user\*(Aqs inbox. .ie n .IP "topfolder_name => $name" 2 .el .IP "topfolder_name => \f(CW$name\fR" 2 .IX Item "topfolder_name => $name" .RE .RS 4 .RE .SS Attributes .IX Subsection "Attributes" Extends "Attributes" in Mail::Box::Manager. .ie n .IP $obj\->\fBdefaultFolderType\fR() 4 .el .IP \f(CW$obj\fR\->\fBdefaultFolderType\fR() 4 .IX Item "$obj->defaultFolderType()" Inherited, see "Attributes" in Mail::Box::Manager .ie n .IP $obj\->\fBdelimiter\fR() 4 .el .IP \f(CW$obj\fR\->\fBdelimiter\fR() 4 .IX Item "$obj->delimiter()" Folder path delimiter .ie n .IP $obj\->\fBfolderTypeDefs\fR() 4 .el .IP \f(CW$obj\fR\->\fBfolderTypeDefs\fR() 4 .IX Item "$obj->folderTypeDefs()" Inherited, see "Attributes" in Mail::Box::Manager .ie n .IP $obj\->\fBfolderTypes\fR() 4 .el .IP \f(CW$obj\fR\->\fBfolderTypes\fR() 4 .IX Item "$obj->folderTypes()" Inherited, see "Attributes" in Mail::Box::Manager .ie n .IP $obj\->\fBfolderdir\fR() 4 .el .IP \f(CW$obj\fR\->\fBfolderdir\fR() 4 .IX Item "$obj->folderdir()" Inherited, see "Attributes" in Mail::Box::Manager .ie n .IP $obj\->\fBidentity\fR() 4 .el .IP \f(CW$obj\fR\->\fBidentity\fR() 4 .IX Item "$obj->identity()" Returns a User::Identity object. .ie n .IP "$obj\->\fBinbox\fR( [$name] )" 4 .el .IP "\f(CW$obj\fR\->\fBinbox\fR( [$name] )" 4 .IX Item "$obj->inbox( [$name] )" (Set and) get the \f(CW$name\fR of the mailbox which is considered the folder for incoming mail. In many protocols, this folder is handled separately. For instance in IMAP this is the only case\-insensitive folder name. .ie n .IP "$obj\->\fBregisterType\fR($type, $class, %options)" 4 .el .IP "\f(CW$obj\fR\->\fBregisterType\fR($type, \f(CW$class\fR, \f(CW%options\fR)" 4 .IX Item "$obj->registerType($type, $class, %options)" Inherited, see "Attributes" in Mail::Box::Manager .ie n .IP "$obj\->\fBthreads\fR( [@params] )" 4 .el .IP "\f(CW$obj\fR\->\fBthreads\fR( [@params] )" 4 .IX Item "$obj->threads( [@params] )" Inherited, see "Attributes" in Mail::Box::Manager .ie n .IP $obj\->\fBtopfolder\fR() 4 .el .IP \f(CW$obj\fR\->\fBtopfolder\fR() 4 .IX Item "$obj->topfolder()" Returns the top folder of the user\*(Aqs mailbox storage. .SS "Manage open folders" .IX Subsection "Manage open folders" Extends "Manage open folders" in Mail::Box::Manager. .ie n .IP "$obj\->\fBclose\fR($folder, %options)" 4 .el .IP "\f(CW$obj\fR\->\fBclose\fR($folder, \f(CW%options\fR)" 4 .IX Item "$obj->close($folder, %options)" Inherited, see "Manage open folders" in Mail::Box::Manager .ie n .IP $obj\->\fBcloseAllFolders\fR(%options) 4 .el .IP \f(CW$obj\fR\->\fBcloseAllFolders\fR(%options) 4 .IX Item "$obj->closeAllFolders(%options)" Inherited, see "Manage open folders" in Mail::Box::Manager .ie n .IP $obj\->\fBisOpenFolder\fR($folder) 4 .el .IP \f(CW$obj\fR\->\fBisOpenFolder\fR($folder) 4 .IX Item "$obj->isOpenFolder($folder)" Inherited, see "Manage open folders" in Mail::Box::Manager .ie n .IP "$obj\->\fBopen\fR( [$foldername], %options )" 4 .el .IP "\f(CW$obj\fR\->\fBopen\fR( [$foldername], \f(CW%options\fR )" 4 .IX Item "$obj->open( [$foldername], %options )" Inherited, see "Manage open folders" in Mail::Box::Manager .ie n .IP $obj\->\fBopenFolders\fR() 4 .el .IP \f(CW$obj\fR\->\fBopenFolders\fR() 4 .IX Item "$obj->openFolders()" Inherited, see "Manage open folders" in Mail::Box::Manager .SS "Manage existing folders" .IX Subsection "Manage existing folders" Extends "Manage existing folders" in Mail::Box::Manager. .ie n .IP "$obj\->\fBcreate\fR($name, %options)" 4 .el .IP "\f(CW$obj\fR\->\fBcreate\fR($name, \f(CW%options\fR)" 4 .IX Item "$obj->create($name, %options)" Creates a new folder with the specified name. An folder\*(Aqs administrative structure (Mail::Box::Identity) is returned, but the folder is not opened. .Sp In the accidental case that the folder already exists, a warning will be issued, and an empty list/\f(CW\*(C`undef\*(C'\fR returned. .Sp The \f(CW%options\fR are passed to \fBMail::Box::create()\fR of your default folder type, except for the options intended for this method itself. .Sp .Vb 5 \& \-Option \-\-Default \& create_real true \& create_supers false \& deleted false \& id_options [] .Ve .RS 4 .IP "create_real => BOOLEAN" 2 .IX Item "create_real => BOOLEAN" When this option is \f(CW\*(C`false\*(C'\fR, the pysical folder will not be created, but only the administration is updated. .IP "create_supers => BOOLEAN" 2 .IX Item "create_supers => BOOLEAN" When you create a folder where upper hierarchy level are missing, they will be created as well. .IP "deleted => BOOLEAN" 2 .IX Item "deleted => BOOLEAN" The folder starts as deleted. .IP "id_options => ARRAY" 2 .IX Item "id_options => ARRAY" Values passed to the instantiated Mail::Box::Identity. That object is very picky about the initiation values it accepts. .RE .RS 4 .RE .ie n .IP $obj\->\fBdelete\fR($name) 4 .el .IP \f(CW$obj\fR\->\fBdelete\fR($name) 4 .IX Item "$obj->delete($name)" Remove all signs from the folder on the file\-system. Messages still in the folder will be removed. This method returns a \f(CW\*(C`true\*(C'\fR value when the folder has been removed or not found, so "\f(CW\*(C`false\*(C'\fR" means failure. .Sp It is also possible to delete a folder using \f(CW\*(C`$folder\->delete\*(C'\fR, which will call this method here. OPTIONS, which are used for some other folder types, will be ignored here: the user\*(Aqs index contains the required details. Improves base, see "Manage existing folders" in Mail::Box::Manager .Sp .Vb 2 \& \-Option \-\-Defined in \-\-Default \& recursive Mail::Box::Manager .Ve .RS 4 .IP "recursive => BOOLEAN" 2 .IX Item "recursive => BOOLEAN" .RE .RS 4 .Sp ยป example: how to delete a folder .Sp .Vb 1 \& print "no xyz (anymore)\en" if $user\->delete(\*(Aqxyz\*(Aq); .Ve .RE .ie n .IP $obj\->\fBfolder\fR($name) 4 .el .IP \f(CW$obj\fR\->\fBfolder\fR($name) 4 .IX Item "$obj->folder($name)" Returns the folder description, a Mail::Box::Identity. .ie n .IP $obj\->\fBfolderCollection\fR($name) 4 .el .IP \f(CW$obj\fR\->\fBfolderCollection\fR($name) 4 .IX Item "$obj->folderCollection($name)" Returns a pair: the folder collection (Mail::Box::Collection) and the base name of \f(CW$name\fR. .ie n .IP "$obj\->\fBrename\fR($oldname, $newname, %options)" 4 .el .IP "\f(CW$obj\fR\->\fBrename\fR($oldname, \f(CW$newname\fR, \f(CW%options\fR)" 4 .IX Item "$obj->rename($oldname, $newname, %options)" Rename the folder with name \f(CW$oldname\fR to \f(CW$newname\fR. Both names are full pathnames. .Sp .Vb 2 \& \-Option \-\-Default \& create_supers false .Ve .RS 4 .IP "create_supers => BOOLEAN" 2 .IX Item "create_supers => BOOLEAN" When you rename a folder to a place where upper hierarchy levels are missing, they will get be defined, but with the deleted flag set. .RE .RS 4 .RE .SS "Move messages to folders" .IX Subsection "Move messages to folders" Extends "Move messages to folders" in Mail::Box::Manager. .ie n .IP "$obj\->\fBappendMessage\fR( [$folder|$foldername], $messages, %options )" 4 .el .IP "\f(CW$obj\fR\->\fBappendMessage\fR( [$folder|$foldername], \f(CW$messages\fR, \f(CW%options\fR )" 4 .IX Item "$obj->appendMessage( [$folder|$foldername], $messages, %options )" Inherited, see "Move messages to folders" in Mail::Box::Manager .ie n .IP "$obj\->\fBcopyMessage\fR( [$folder|$foldername], @messages, %options )" 4 .el .IP "\f(CW$obj\fR\->\fBcopyMessage\fR( [$folder|$foldername], \f(CW@messages\fR, \f(CW%options\fR )" 4 .IX Item "$obj->copyMessage( [$folder|$foldername], @messages, %options )" Inherited, see "Move messages to folders" in Mail::Box::Manager .ie n .IP "$obj\->\fBmoveMessage\fR( [$folder|$foldername], @messages, %options )" 4 .el .IP "\f(CW$obj\fR\->\fBmoveMessage\fR( [$folder|$foldername], \f(CW@messages\fR, \f(CW%options\fR )" 4 .IX Item "$obj->moveMessage( [$folder|$foldername], @messages, %options )" Inherited, see "Move messages to folders" in Mail::Box::Manager .SS "Manage message threads" .IX Subsection "Manage message threads" Extends "Manage message threads" in Mail::Box::Manager. .ie n .IP "$obj\->\fBdiscoverThreads\fR( [@folders], %options )" 4 .el .IP "\f(CW$obj\fR\->\fBdiscoverThreads\fR( [@folders], \f(CW%options\fR )" 4 .IX Item "$obj->discoverThreads( [@folders], %options )" Inherited, see "Manage message threads" in Mail::Box::Manager .SS Internals .IX Subsection "Internals" Extends "Internals" in Mail::Box::Manager. .ie n .IP $obj\->\fBdecodeFolderURL\fR($url) 4 .el .IP \f(CW$obj\fR\->\fBdecodeFolderURL\fR($url) 4 .IX Item "$obj->decodeFolderURL($url)" Inherited, see "Internals" in Mail::Box::Manager .ie n .IP "$obj\->\fBtoBeThreaded\fR($folder, $messages)" 4 .el .IP "\f(CW$obj\fR\->\fBtoBeThreaded\fR($folder, \f(CW$messages\fR)" 4 .IX Item "$obj->toBeThreaded($folder, $messages)" Inherited, see "Internals" in Mail::Box::Manager .ie n .IP "$obj\->\fBtoBeUnthreaded\fR($folder, $messages)" 4 .el .IP "\f(CW$obj\fR\->\fBtoBeUnthreaded\fR($folder, \f(CW$messages\fR)" 4 .IX Item "$obj->toBeUnthreaded($folder, $messages)" Inherited, see "Internals" in Mail::Box::Manager .SS "Error handling" .IX Subsection "Error handling" Extends "Error handling" in Mail::Box::Manager. .ie n .IP $obj\->\fBAUTOLOAD\fR() 4 .el .IP \f(CW$obj\fR\->\fBAUTOLOAD\fR() 4 .IX Item "$obj->AUTOLOAD()" Inherited, see "Error handling" in Mail::Reporter .ie n .IP $obj\->\fBnotImplemented\fR() 4 .el .IP \f(CW$obj\fR\->\fBnotImplemented\fR() 4 .IX Item "$obj->notImplemented()" Inherited, see "Error handling" in Mail::Reporter .SS Cleanup .IX Subsection "Cleanup" Extends "Cleanup" in Mail::Box::Manager. .ie n .IP $obj\->\fBDESTROY\fR() 4 .el .IP \f(CW$obj\fR\->\fBDESTROY\fR() 4 .IX Item "$obj->DESTROY()" Inherited, see "Cleanup" in Mail::Reporter .SH DETAILS .IX Header "DETAILS" Extends "DETAILS" in Mail::Box::Manager. .SH DIAGNOSTICS .IX Header "DIAGNOSTICS" .ie n .IP "Error: Folder $name is not a Mail::Box; cannot add a message." 4 .el .IP "Error: Folder \f(CW$name\fR is not a Mail::Box; cannot add a message." 4 .IX Item "Error: Folder $name is not a Mail::Box; cannot add a message." The folder where the message should be appended to is an object which is not a folder type which extends Mail::Box. Probably, it is not a folder at all. Cast by \f(CWappendMessage()\fR .IP "Error: Use \fBappendMessage()\fR to add messages which are not in a folder." 4 .IX Item "Error: Use appendMessage() to add messages which are not in a folder." You do not need to copy this message into the folder, because you do not share the message between folders. Cast by \f(CWcopyMessage()\fR .IP "Warning: Use \fBmoveMessage()\fR or \fBcopyMessage()\fR to move between open folders." 4 .IX Item "Warning: Use moveMessage() or copyMessage() to move between open folders." The message is already part of a folder, and now it should be appended to a different folder. You need to decide between copy or move, which both will clone the message (not the body, because they are immutable). Cast by \f(CWappendMessage()\fR .ie n .IP "Error: cannot create folder $name: higher levels missing." 4 .el .IP "Error: cannot create folder \f(CW$name:\fR higher levels missing." 4 .IX Item "Error: cannot create folder $name: higher levels missing." Unless you set create(create_supers), all higher level folders must exist before this new one can be created. Cast by \f(CWcreate()\fR .ie n .IP "Error: cannot rename folder $from to $to: higher levels are missing." 4 .el .IP "Error: cannot rename folder \f(CW$from\fR to \f(CW$to:\fR higher levels are missing." 4 .IX Item "Error: cannot rename folder $from to $to: higher levels are missing." Unless you set create(create_supers), all higher level folders must exist before this new one can be created. Cast by \f(CWrename()\fR .ie n .IP "Error: class $package does not implement method $method." 4 .el .IP "Error: class \f(CW$package\fR does not implement method \f(CW$method\fR." 4 .IX Item "Error: class $package does not implement method $method." Fatal error: the specific \f(CW$package\fR (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. Cast by \f(CWnotImplemented()\fR .ie n .IP "Error: failed for folder default $class: $@" 4 .el .IP "Error: failed for folder default \f(CW$class:\fR $@" 4 .IX Item "Error: failed for folder default $class: $@" Cast by \f(CWopen()\fR .ie n .IP "Error: folder $name already exists." 4 .el .IP "Error: folder \f(CW$name\fR already exists." 4 .IX Item "Error: folder $name already exists." Cast by \f(CWcreate()\fR .ie n .IP "Error: folder $name does not exist, failed opening $type." 4 .el .IP "Error: folder \f(CW$name\fR does not exist, failed opening \f(CW$type\fR." 4 .IX Item "Error: folder $name does not exist, failed opening $type." The folder does not exist and creating is not permitted (see open(create)) or did not succeed. When you do not have sufficient access rights to the folder (for instance wrong password for POP3), this warning will be produced as well. .Sp The manager tried to open a folder of the specified type. It may help to explicitly state the type of your folder with the \f(CW\*(C`type\*(C'\fR option. There will probably be another warning or error message which is related to this report and provides more details about its cause. You may also have a look at new(autodetect) and new(folder_types). Cast by \f(CWopen()\fR .ie n .IP "Error: folder $name is already open." 4 .el .IP "Error: folder \f(CW$name\fR is already open." 4 .IX Item "Error: folder $name is already open." You cannot ask the manager for a folder which is already open. In some older releases (before MailBox 2.049), this was permitted, but then behaviour changed, because many nasty side\-effects are to be expected. For instance, an \fBMail::Box::update()\fR on one folder handle would influence the second, probably unexpectedly. Cast by \f(CWopen()\fR .ie n .IP "Error: folder $name not under top." 4 .el .IP "Error: folder \f(CW$name\fR not under top." 4 .IX Item "Error: folder $name not under top." Cast by \f(CWfolderCollection()\fR .ie n .IP "Warning: folder type $type is unknown, using autodetect." 4 .el .IP "Warning: folder type \f(CW$type\fR is unknown, using autodetect." 4 .IX Item "Warning: folder type $type is unknown, using autodetect." The specified folder type (see open(type), possibly derived from the folder name when specified as url) is not known to the manager. This may mean that you forgot to require the Mail::Box extension which implements this folder type, but probably it is a typo. Usually, the manager is able to figure\-out which type to use by itself. Cast by \f(CWopen()\fR .IP "Error: illegal folder URL \*(Aq$url\*(Aq." 4 .IX Item "Error: illegal folder URL '$url'." The folder name was specified as URL, but not according to the syntax. See \fBdecodeFolderURL()\fR for an description of the syntax. Cast by \f(CWopen()\fR .IP "Error: no foldername specified to open." 4 .IX Item "Error: no foldername specified to open." \&\fBopen()\fR needs a folder name as first argument (before the list of options), or with the \f(CW\*(C`folder\*(C'\fR option within the list. If no name was found, the MAIL environment variable is checked. When even that does not result in a usable folder, then this error is produced. The error may be caused by an accidental odd\-length option list. Cast by \f(CWopen()\fR .ie n .IP "Error: source folder for rename does not exist: $from to $to." 4 .el .IP "Error: source folder for rename does not exist: \f(CW$from\fR to \f(CW$to\fR." 4 .IX Item "Error: source folder for rename does not exist: $from to $to." Cast by \f(CWrename()\fR .ie n .IP "Error: threader $class is not derived from $base." 4 .el .IP "Error: threader \f(CW$class\fR is not derived from \f(CW$base\fR." 4 .IX Item "Error: threader $class is not derived from $base." Cast by \f(CWdiscoverThreads()\fR .ie n .IP "Error: unusable threader $class: $@" 4 .el .IP "Error: unusable threader \f(CW$class:\fR $@" 4 .IX Item "Error: unusable threader $class: $@" Cast by \f(CWdiscoverThreads()\fR .IP "Error: user manager requires an identity." 4 .IX Item "Error: user manager requires an identity." Cast by \f(CWnew()\fR .ie n .IP "Warning: will never create a folder $name without having write access." 4 .el .IP "Warning: will never create a folder \f(CW$name\fR without having write access." 4 .IX Item "Warning: will never create a folder $name without having write access." You have set open(create), but only want to read the folder. Create is only useful for folders which have write or append access modes (see Mail::Box::new(access)). Cast by \f(CWopen()\fR .ie n .IP "Error: you need to pass a $base derived threader, got $class." 4 .el .IP "Error: you need to pass a \f(CW$base\fR derived threader, got \f(CW$class\fR." 4 .IX Item "Error: you need to pass a $base derived threader, got $class." Cast by \f(CWdiscoverThreads()\fR .SH "SEE ALSO" .IX Header "SEE ALSO" This module is part of Mail\-Box version 4.02, built on April 10, 2026. Website: \fIhttp://perl.overmeer.net/CPAN/\fR .SH LICENSE .IX Header "LICENSE" For contributors see file ChangeLog. .PP This software is copyright (c) 2001\-2026 by Mark Overmeer. .PP This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.