Mail::Box::MH::Labels
maintain MH message related labels
- Provided by: libmail-box-perl (Version: 4.01-1)
- Report a bug
maintain MH message related labels
Mail::Box::MH::Labels is a Mail::Reporter
my $labels = Mail::Box::MH::Labels->new; $labels->read(...) $labels->write(...)
MH type message folders use one dedicated file per folder-directory to list special tags to messages in that folder. By doing this, mail agents may avoid parsing all the messages, which is very resource consuming.
Labels can be used to group messages, for instance to reflect which messages have been read or which look like spam. Some labels are predefined, but more can be added without limitation.
Extends "DESCRIPTION" in Mail::Reporter.
Extends "METHODS" in Mail::Reporter.
Extends "Constructors" in Mail::Reporter.
-Option --Default
filename <required>
Extends "Attributes" in Mail::Reporter.
Extends "Error handling" in Mail::Reporter.
Extends "Cleanup" in Mail::Reporter.
This module is part of Mail-Box version 4.01, built on December 13, 2025. Website: http://perl.overmeer.net/CPAN/
For contributors see file ChangeLog.
This software is copyright (c) 2001-2025 by Mark Overmeer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.