The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Mail-Box Mailbox"

mailbox2html - EXPERIMENTAL: convert mail folders into an HTML structure River stage one • 8 direct dependents • 8 total dependents

Convert various kinds of mail folders to HTML, permitting them to be read by a web browser. Options: -cleanup => BOOLEAN (or "-cleanup" or "-nocleanup") removes the directory before generating the data. -dest => DIRECTORY The output directory. When t...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box - manage a mailbox, a folder with messages River stage one • 8 direct dependents • 8 total dependents

A Mail::Box::Manager creates "Mail::Box" objects. But you already knew, because you started with the Mail::Box-Overview manual page. That page is obligatory reading, sorry! "Mail::Box" is the base class for accessing various types of mailboxes (folde...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Server - Base class for email servers in MailBox River stage one • 8 direct dependents • 8 total dependents

This module is a place-holder, logical in the class hierarchy. On the moment, no full server has been implemented, but some parts of IMAP4 exist. Servers: * Mail::Server::IMAP4 Partial IMAP4 implementation. Extends "DESCRIPTION" in Mail::Reporter....

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

lsmail - list a mailbox River stage one • 8 direct dependents • 8 total dependents

List the contents of one or more mailboxes. Specifying more than one name is only useful when you read in threads, in which case the messages of both folders are merged. Options: --entities => BOOLEAN (or "-e") show the number of MIME-entities in mes...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::MH - handle MH folders River stage one • 8 direct dependents • 8 total dependents

This documentation describes how MH mailboxes work, and what you can do with the MH folder object "Mail::Box::MH". Extends "DESCRIPTION" in Mail::Box::Dir....

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box-Index - list of all extended documentation River stage one • 8 direct dependents • 8 total dependents

All methods defined by MailBox are documented, but you still need to get a grip on the large picture: the relations between the modules and the methods. These larger explanations are included in the DETAILS of the manual pages, and listed here below....

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

takemail - walk through mailboxes and grep for something River stage one • 8 direct dependents • 8 total dependents

Dump mails applying to regular expressions either to stdout or into a newly created mailbox. Options: --outbox FILE (or "-c") Create a new mailbox FILE and write the found messages into it. If omitted, output goes to stdout. --outdir DIR Nothing yet....

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::File - handle file-based folders River stage one • 8 direct dependents • 8 total dependents

"Mail::Box::File" is the base-class for all file-based folders: folders which bundle multiple messages into one single file. Usually, these messages are separated by a special line which indicates the start of the next one. Extends "DESCRIPTION" in M...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box-Overview - objects used by Mail::Box River stage one • 8 direct dependents • 8 total dependents

Introduction The MailBox package is a suite of classes for accessing and managing email folders in a folder-independent manner. This package is an alternative to the "Mail::Folder" and "MIME::*" packages. It abstracts the details of messages, message...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::Manager - manage a set of folders River stage one • 8 direct dependents • 8 total dependents

The manager keeps track on a set of open folders and a set of message-thread supporting objects. You are not obliged to use this object (you can directly create a Mail::Box::Mbox if you prefer), but you will create more portable and safer code if you...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::Identity - represents an unopened folder River stage one • 8 direct dependents • 8 total dependents

The "Mail::Box::Identity" object contains the description of a single mailbox. The mailboxes are collected by an Mail::Box::Collection object. This corresponds with IMAP's "\NoSelect", for instance. Nearly all methods can return undef. Extends "DESCR...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::MH::Index - keep index files for messages. River stage one • 8 direct dependents • 8 total dependents

Message folders which store their data in one single file per message are very inefficient for producing subject overviews and for computing message threads. The "Mail::Box::MH::Index" object is able to store and read a the headers of a set of "Mail:...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Message::Dummy - a placeholder for a missing messages River stage one • 8 direct dependents • 8 total dependents

Dummy messages are used by modules which maintain ordered lists of messages, usually based on message-id. A good example is Mail::Box::Thread::Manager, which detects related messages by scanning the known message headers for references to other messa...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::Collection - a collection of subfolders River stage one • 8 direct dependents • 8 total dependents

The Mail::Box::Collection object maintains a set Mail::Box::Identity objects, each describing a the location of a single mailbox (folder). The collection is used by the Mail::Box::Manage::User object to administer the folders of a single user, even i...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::Manage::User - manage the folders of a user River stage one • 8 direct dependents • 8 total dependents

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's folder files. Extends "DESCRIPTION" in Mail::...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::Thread::Manager - maintain threads within a set of folders River stage one • 8 direct dependents • 8 total dependents

A (message-)*thread* is a message with links to messages which followed in reply of that message. And then the messages with replied to the messages, which replied the original message. And so on. Some threads are only one message long (never replied...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC

Mail::Box::Locker::FcntlLock - lock a folder using File::FcntlLock River stage one • 8 direct dependents • 8 total dependents

This locker object is uses File::FcntlLock, and was contributed by Jim in Aus. It is close to Mail::Box::Locker::POSIX, but does work on more systems, for instance Darwin. You will need to install File::FcntlLock separately: there is no dependency to...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC
17 results (0.028 seconds)