Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Email-Abstract: Unified interface to mail representations
- Summary
- "Email::Abstract" provides module writers with the ability to write
representation-independent mail handling code. For instance, in the
cases of "Mail::Thread" or "Mail::ListDetector", a key part of the code
involves reading the headers from a mail object. Where previously one
would either have to specify the mail class required, or to build a new
object from scratch, "Email::Abstract" can be used to perform certain
simple operations on an object regardless of its underlying
representation.
Changelog
- * Mon Apr 16 17:00:00 2007 Tom "spot" Callaway <tcallawa{%}redhat{*}com> - 2.132-3
- add missing BR Email::MIME, Test::Pod, Test::Pod::Coverage
- * Mon Apr 2 17:00:00 2007 Tom "spot" Callaway <tcallawa{%}redhat{*}com> - 2.132-2
- remove LICENSE line from Makefile.PL
- add BR Module::Pluggable, Mail::Message
- * Sun Apr 1 17:00:00 2007 Tom "spot" Callaway <tcallawa{%}redhat{*}com> - 2.132-1
- Initial package for Fedora