Mail::Folder

Mail::Folder is a folder in-dependant interface to email folders.
Download

Mail::Folder Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kevin Johnson
  • Publisher web site:
  • http://www.aloofschipperke.com/aloofix.html

Mail::Folder Tags


Mail::Folder Description

Mail::Folder is a folder in-dependant interface to email folders. Mail::Folder is a folder in-dependant interface to email folders.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 interfaces are provided with this package:Mail::Folder::MboxYe olde standard mailbox format.Mail::Folder::MaildirAn interface to maildir (a la qmail) folders. This is a very interesting folder format. It is 'missing' some of the nicer features that some other folder interfaces have (like the message sequences in MH), but is probably one of the more resilient folder formats around.Mail::Folder::EmaulEmaul is a folder interfaces of my own design (in the loosest sense of the word :-)). It is vaguely similar to MH. I wrote it to flesh out earlier versions of the Mail::Folder package.Mail::Folder::NNTPThis is the beginnings of an interface to NNTP. Some of the Mail::Folder methods are not implemented yet, and no regression tests have been written.Here is a snippet of code that retrieves the third message from a mythical emaul folder and outputs it to stdout: use Mail::Folder::Emaul; $folder = new Mail::Folder('emaul', "mythicalfolder"); $message = $folder->get_message(3); $message->print(*STDOUT); $folder->close; Requirements: · Perl


Mail::Folder Related Software