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

Search results for "module:Mail::Folder::Mbox"

Mail::Folder::Mbox - A Unix mbox interface for Mail::Folder. River stage one • 1 direct dependent • 1 total dependent

This module provides an interface to unix mbox folders. The mbox folder format is the standard monolithic folder structure prevalent on Unix. A single folder is contained within a single file. Each message starts with a line matching "/^From /" and e...

KJOHNSON/MailFolder-0.07 - 05 Apr 1998 17:25:00 UTC

Mail::POP3::Folder::mbox - class that handles an mbox-format mailbox for POP3 River stage zero No dependents

This class manages an mbox-format mailbox in accordance with the requirements of a POP3 server....

ETJ/Mail-POP3-3.11 - 05 Sep 2020 11:49:09 UTC

Mail::POP3::Folder::mbox::parse_to_disk - class that handles an mbox-format mailbox for POP3, storing messages on disk and not in memory River stage zero No dependents

This class manages an mbox-format mailbox in accordance with the requirements of a POP3 server. It stores the messages therein as individual temporary files rather than in memory. It is otherwise entirely compatible with Mail::POP3::Folder::mbox. The...

ETJ/Mail-POP3-3.11 - 05 Sep 2020 11:49:09 UTC

Mail::Folder - A folder-independant interface to email folders. River stage one • 1 direct dependent • 1 total dependent

This base class, and companion subclasses provide an object-oriented interface to email folders independant of the underlying folder implementation. WARNING: This code is in alpha release. Expect the interface to change. The following folder interfac...

KJOHNSON/MailFolder-0.07 - 05 Apr 1998 17:25:00 UTC

Mail::Mbox::MessageParser - A fast and simple mbox folder reader River stage one • 1 direct dependent • 1 total dependent

This module implements a fast but simple mbox folder reader. One of three implementations (Cache, Grep, Perl) will be used depending on the wishes of the user and the system configuration. The first implementation is a cached-based one which stores e...

DCOPPIT/Mail-Mbox-MessageParser-1.5111 - 12 Jul 2018 03:53:54 UTC

Mail::Folder::Emaul - An Emaul folder interface for Mail::Folder. River stage one • 1 direct dependent • 1 total dependent

This module provides an interface to the emaul folder mechanism. It is currently intended to be used as an example of hooking a folder interface into Mail::Folder. The folder structure of Emaul is styled after mh. It uses directories for folders and ...

KJOHNSON/MailFolder-0.07 - 05 Apr 1998 17:25:00 UTC

Mail::POP3::Folder - superclass that defines interface for Folder classes River stage zero No dependents

This class's subclasses manage a mailbox in accordance with the requirements of a POP3 server....

ETJ/Mail-POP3-3.11 - 05 Sep 2020 11:49:09 UTC

ZConf::Mail - Misc mail client functions backed by ZConf. River stage zero No dependents

VVELOX/ZConf-Mail-2.0.0 - 02 Jul 2011 12:54:02 UTC

Mail::Audit - library for creating easy mail filters River stage two • 9 direct dependents • 10 total dependents

procmail is nasty. It has a tortuous and complicated recipe format, and I don't like it. I wanted something flexible whereby I could filter my mail using Perl tests. Mail::Audit was inspired by Tom Christiansen's audit_mail and deliverlib programs. I...

RJBS/Mail-Audit-2.228 - 29 Sep 2013 01:21:47 UTC

Mail::Mbox::MessageParser::Grep - A GNU grep-based mbox folder reader River stage one • 1 direct dependent • 1 total dependent

This module implements a GNU grep-based mbox folder reader. It can only be used when GNU grep is installed on the system. Users must not instantiate this class directly--use Mail::Mbox::MessageParser instead. The base MessageParser module will automa...

DCOPPIT/Mail-Mbox-MessageParser-1.5111 - 12 Jul 2018 03:53:54 UTC

Mail::Mbox::MessageParser::Perl - A Perl-based mbox folder reader River stage one • 1 direct dependent • 1 total dependent

This module implements a Perl-based mbox folder reader. Users must not instantiate this class directly--use Mail::Mbox::MessageParser instead. The base MessageParser module will automatically manage the use of faster implementations if they can be us...

DCOPPIT/Mail-Mbox-MessageParser-1.5111 - 12 Jul 2018 03:53:54 UTC

Mail::Mbox::MessageParser::Cache - A cache-based mbox folder reader River stage one • 1 direct dependent • 1 total dependent

This module implements a cached-based mbox folder reader. It can only be used when cache information already exists. Users must not instantiate this class directly--use Mail::Mbox::MessageParser instead. The base MessageParser module will automatical...

DCOPPIT/Mail-Mbox-MessageParser-1.5111 - 12 Jul 2018 03:53:54 UTC

Mail::LocalDelivery - Deliver mail to a local mailbox River stage one • 2 direct dependents • 3 total dependents

This module has been superseded by Email::LocalDelivery, which provides nearly all of the same features, and more, and better. Use it instead....

RJBS/Mail-LocalDelivery-0.305 - 29 Sep 2013 01:33:13 UTC

Mail::Webmail::Yahoo - Enables bulk download of yahoo.com -based webmail. River stage zero No dependents

This module grew out of the need to download a large archive of web mail in bulk. As of the module's creation Yahoo did not provide a simple method of performing bulk operations. This module is intended to make up for that shortcoming. METHODS $yahoo...

SDRABBLE/Mail-Webmail-Yahoo-0.601 - 19 Oct 2003 04:00:17 UTC

Mail::Transport::Dbx - Parse Outlook Express mailboxes River stage zero No dependents

Mail::Transport::Dbx gives you platform independent access to Outlook Express' dbx files. Extract subfolders, messages etc. from those or use it to convert dbx archives into a more portable format (such as standard mbox format). It relies on LibDBX t...

VPARSEVAL/Mail-Transport-Dbx-0.07 - 23 Jun 2005 19:17:48 UTC

Mail::Convert::Mbox::ToEml - convert mbox files to Outlook Express .eml files River stage zero No dependents

Mail::Convert::Mbox::ToEml is a module to convert Mbox mail folder which used by many unix-born software to single Outlook Express .eml files....

RJBS/Mail-Convert-Mbox-ToEml-0.06 - 24 May 2008 13:44:30 UTC

Mail::POP3::Folder::webscrape - class that makes a website look like a POP3 mailbox River stage zero No dependents

This class makes a website look like a POP3 mailbox in accordance with the requirements of a Mail::POP3 server. It is entirely API-compatible with Mail::POP3::Folder::mbox. The virtual e-mails will all be at least (the amount specified in the last pa...

ETJ/Mail-POP3-3.11 - 05 Sep 2020 11:49:09 UTC

Mail::POP3::Folder::maildir - class that handles an maildir-format mailbox for POP3 River stage zero No dependents

This class manages an maildir-format mailbox in accordance with the requirements of a POP3 server. It is entirely API-compatible with Mail::POP3::Folder::mbox....

ETJ/Mail-POP3-3.11 - 05 Sep 2020 11:49:09 UTC

Mail::Mbox::MessageParser::MetaInfo - A cache for folder metadata River stage one • 1 direct dependent • 1 total dependent

This module implements a cache for meta-information for mbox folders. The information includes such items such as the file position, the line number, and the byte offset of the start of each email. METHODS AND FUNCTIONS SETUP_CACHE(...) SETUP_CACHE( ...

DCOPPIT/Mail-Mbox-MessageParser-1.5111 - 12 Jul 2018 03:53:54 UTC
19 results (0.062 seconds)