The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Mail-Box"

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

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::Tie - access an existing message-folder as an array or hash River stage one • 8 direct dependents • 8 total dependents

The use of "Mail::Box::Tie" is deprecated, because it is succeeded by two separate modules: Mail::Box::Tie::ARRAY and Mail::Box::Tie::HASH. However, this module still works. Folders certainly look like an array of messages, so why not just access the...

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

Mail::Box::Net - handle folders which are stored remote. River stage one • 8 direct dependents • 8 total dependents

At the moment, this object is extended by * Mail::Box::POP3 Implements the POP3 protocol. * Mail::Box::IMAP4 Implements the IMAP4 protocol. Extends "DESCRIPTION" in Mail::Box....

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

Mail::Box::Dir - handle folders with a file per message. River stage one • 8 direct dependents • 8 total dependents

This documentation describes the way directory organized mailboxes work. At the moment, this object is extended by * Mail::Box::MH MH folders, which are represented by a directory containing files which are sequentially numbered. * Mail::Box::Maildir...

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::Mbox - handle folders in Mbox format River stage one • 8 direct dependents • 8 total dependents

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

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

Mail::Box::Search - select messages within a mail box River stage one • 8 direct dependents • 8 total dependents

This "Mail::Box::Search" class is the base class for various message scan algorithms. The selected messages can be labeled. Boolean operations on messages are supported. Currently implemented searches: Mail::Box::Search::Grep Match header or body aga...

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

Mail::Box::Locker - manage the locking of mail folders River stage one • 8 direct dependents • 8 total dependents

Each Mail::Box will create its own "Mail::Box::Locker" object which will handle the locking for it. You can access of the object directly from the folder, as shown in the examples below. Extends "DESCRIPTION" in Mail::Reporter....

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

Mail::Box::Message - manage one message within a mail-folder River stage one • 8 direct dependents • 8 total dependents

These pages do only describe methods which relate to folders. If you access the knowledge of a message, then read Mail::Message. During its life, a message will pass through certain stages. These stages were introduced to reduce the access-time to th...

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::Maildir - handle Maildir folders River stage one • 8 direct dependents • 8 total dependents

This documentation describes how Maildir mailboxes work, and what you can do with the Maildir folder object "Mail::Box::Maildir". Maildir is not supported for Windows, because it create filenames which are not accepted by the Windows system. Extends ...

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

Mail::Box-Cookbook - Examples how to use Mail::Box River stage one • 8 direct dependents • 8 total dependents

The Mail::Box package is a suite of classes for accessing and managing email folders in a folder-independent manner. This manual demonstrates a few simple applications. Please contribute with examples and fixes. It may also help to have a look at the...

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::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::Tie::HASH - access an existing message folder as a hash River stage one • 8 direct dependents • 8 total dependents

Certainly when you look at a folder as being a set of related messages based on message-id, it is logical to access the folder through a hash. For a tied hash, the message-id is used as the key. The message-id is usually unique, but when two or more ...

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
93 results (0.023 seconds)