import p5-Mail-IMAPTalk
This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules: * It parses the more complex IMAP structures like envelopes and body structures into nice Perl data structures. * It correctly supports atoms, quoted strings and literals at any point. Some parsers in other modules aren't fully IMAP compatiable and may break at odd times with certain messages on some servers. * It allows large return values (eg. attachments on a message) to be read directly into a file, rather than into memory. * It includes some helper functions to find the actual text/plain or text/html part of a message out of a complex MIME structure. It also can find a list of attachments, and CID links for HTML messages with attached images. * It supports decoding of MIME headers to Perl utf-8 strings automatically, so you don't have to deal with MIME encoded headers (enabled optionally).
This commit is contained in:
parent
0aab2a2109
commit
218e2bf34c
17
mail/p5-Mail-IMAPTalk/Makefile
Normal file
17
mail/p5-Mail-IMAPTalk/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/17 16:30:27 simon Exp $
|
||||
|
||||
COMMENT = IMAP client interface with lots of features
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Mail-IMAPTalk-1.03
|
||||
CATEGORIES = mail
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
mail/p5-Mail-IMAPTalk/distinfo
Normal file
5
mail/p5-Mail-IMAPTalk/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Mail-IMAPTalk-1.03.tar.gz) = VL3LB9HpoZMOph0J/Im7Gg==
|
||||
RMD160 (Mail-IMAPTalk-1.03.tar.gz) = 5Pa0Pji/ALkK2bIf4ftUP1DfMYU=
|
||||
SHA1 (Mail-IMAPTalk-1.03.tar.gz) = dwWqeMAVqGr3p6Rd1z+HdNorUv4=
|
||||
SHA256 (Mail-IMAPTalk-1.03.tar.gz) = bP2Ycg9hdegPMV667pSEGoG8hu1SyFXPy1OVUw3Foww=
|
||||
SIZE (Mail-IMAPTalk-1.03.tar.gz) = 30878
|
20
mail/p5-Mail-IMAPTalk/pkg/DESCR
Normal file
20
mail/p5-Mail-IMAPTalk/pkg/DESCR
Normal file
@ -0,0 +1,20 @@
|
||||
This module communicates with an IMAP server. Each IMAP server command
|
||||
is mapped to a method of this object.
|
||||
|
||||
Although other IMAP modules exist on CPAN, this has several advantages
|
||||
over other modules:
|
||||
|
||||
* It parses the more complex IMAP structures like envelopes and body
|
||||
structures into nice Perl data structures.
|
||||
* It correctly supports atoms, quoted strings and literals at any point.
|
||||
Some parsers in other modules aren't fully IMAP compatiable and may
|
||||
break at odd times with certain messages on some servers.
|
||||
* It allows large return values (eg. attachments on a message) to be
|
||||
read directly into a file, rather than into memory.
|
||||
* It includes some helper functions to find the actual text/plain or
|
||||
text/html part of a message out of a complex MIME structure. It also can
|
||||
find a list of attachments, and CID links for HTML messages with
|
||||
attached images.
|
||||
* It supports decoding of MIME headers to Perl utf-8 strings
|
||||
automatically, so you don't have to deal with MIME encoded headers
|
||||
(enabled optionally).
|
4
mail/p5-Mail-IMAPTalk/pkg/PLIST
Normal file
4
mail/p5-Mail-IMAPTalk/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/17 16:30:27 simon Exp $
|
||||
${P5SITE}/Mail/
|
||||
${P5SITE}/Mail/IMAPTalk.pm
|
||||
@man man/man3p/Mail::IMAPTalk.3p
|
Loading…
Reference in New Issue
Block a user