parse email folders

This commit is contained in:
espie 2006-11-13 00:11:37 +00:00
parent ca741231a1
commit 33c94b785b
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 00:11:37 espie Exp $
COMMENT= "read an email folder as Email::Simple objects"
MODULES= cpan
HOMEPAGE= http://pep.kwiki.org/
DISTNAME= Email-Folder-0.852
CATEGORIES= mail
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::mail/p5-Email-FolderType
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Email-Folder-0.852.tar.gz) = 701f8546b19109036f31d8ce7183c861
RMD160 (Email-Folder-0.852.tar.gz) = 077250c5ec38851ec6368f151815a2bdadc3ae02
SHA1 (Email-Folder-0.852.tar.gz) = 691b947f3906a0a3e6fc0912ad731b06edbf4810
SIZE (Email-Folder-0.852.tar.gz) = 26696

View File

@ -0,0 +1,2 @@
read all the messages from a folder as Email::Simple objects
(or as a subclass of it).

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/13 00:11:37 espie Exp $
${P5SITE}/Email/Folder/
${P5SITE}/Email/Folder.pm
${P5SITE}/Email/Folder/Ezmlm.pm
${P5SITE}/Email/Folder/MH.pm
${P5SITE}/Email/Folder/Maildir.pm
${P5SITE}/Email/Folder/Mbox.pm
${P5SITE}/Email/Folder/Reader.pm
@man man/man3p/Email::Folder.3p
@man man/man3p/Email::Folder::MH.3p
@man man/man3p/Email::Folder::Maildir.3p
@man man/man3p/Email::Folder::Mbox.3p
@man man/man3p/Email::Folder::Reader.3p