Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes from previous:
1.910 2011-09-12
document the header_str arg to ->create more thoroughly (i.e., at all)
1.909 2011-09-08
dial the perl prereq back to 5.8.1 by popular demand... actually
1.908 2011-06-01
dial the perl prereq back to 5.8.1 by popular demand
1.907 2011-02-02
require 5.8.5 for sane encoding
be more lenient with Content-Tranfser-Encoding values; stop at
semicolons
|
|
|
|
1.906 2010-10-07
update our prereq on Test::More to 0.88
|
|
Upstream changes:
1.905 2010-09-06
fix a long-standing bug that prevent walk_parts from reaching all parts
(thanks, Erik Logtenberg)
|
|
Upstream changes:
1.904 2010-09-04
eliminate memory leak in walk_parts (reported by MKANAT, RT #59581)
|
|
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
|
pkgsrc changes:
- Add license definition
- Add conflict/supersedes entry for merged modules
- Adjust dependencies
Upstream changes:
1.903 2009-12-23
correct typo in body_set_str (RT #53004) (thanks, Herbert Leitz)
1.902 2009-11-11
allow for padding spaces in the Content-Transfer-Encoding header
(Geraint Edwards)
1.901 2009-11-05
bump up Email::MIME::Encodings version required
1.900 2009-11-03
merge in Email-MIME-Modifier and Email-MIME-Creator
add better support for Unicode with body_str, header_str_set, etc.
|
|
- dependency to Test::Simple 0.47+ is required for really old perl
versions
|
|
no code changes
add strangely missing copyright information
1.862 2009-01-22
add repository location metadata
always require Encode, never MIME::Words; this means that using
Email::MIME on pre-5.008 will be difficult, if not impossible
if a header can't be decoded, fall back to the raw header
move decoding methods to Email::MIME::Header, add header_raw
|
|
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
|
- took maintainership
Changelog:
1.861 2007-11-05
added perl-minver.t -- Email::MIME requires perl >= 5.006
we now require Email::Simple 2.003
1.860 2007-07-13
tentative tweak to tests and C-T-E handling for charset
probably needs more research, testing, and fixing
|
|
can handle packages having no PLIST files.
|
|
|
|
This is a merge of wip/p5-Email-MIME by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.
Email::MIME is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up into its
constituent parts, and allows access to various parts of the message.
Headers are decoded from MIME encoding.
|