2013-11-26 14:44:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 26 14:43:10 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.925
|
|
|
|
improve reliability of mail reconstruction during walk_parts (thanks,
|
|
|
|
Tomohiro Hosaka!)
|
|
|
|
update use of Email::MIME::ContentType to match new, fixed hash keys:
|
|
|
|
type/subtype
|
|
|
|
do not consider the part-ending CRLF part of the body
|
|
|
|
avoid undefined warnings in debug_structure [rt.cpan.org #82388]
|
|
|
|
(Thanks, Kurt Anderson)
|
|
|
|
better error message when the given body is a ref but not a scalar
|
|
|
|
ref [rt.cpan.org #59205]
|
|
|
|
repackage, fixing version number
|
|
|
|
repackage, remove PEP links, update bugtracker
|
|
|
|
do not call parts_set during walk_parts unless the parts have
|
|
|
|
actually changed
|
|
|
|
When trying to decode a body, fall back to 7bit if the encoding is
|
|
|
|
unknown. Trying to create a new body in an unknown encoding is still
|
|
|
|
forbidden. This should make it easier to handle broken messages
|
|
|
|
from "the internet." ("Content-Transfer-Encoding: n"!?)
|
|
|
|
try to encode headers based on the header structure, if it has one,
|
|
|
|
rather than treating the header as a big string in all cases; thanks
|
|
|
|
for this work go to Jesse Luehrs
|
|
|
|
require a newer Email::Simple and cope with its improved line ending
|
|
|
|
tweaks
|
|
|
|
|
2011-06-09 00:17:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 09 00:02:49 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- (cumulated) update to 1.908:
|
|
|
|
* be more lenient with Content-Tranfser-Encoding values; stop at semicolons
|
|
|
|
* fix a long-standing bug that prevent walk_parts from reaching all parts
|
|
|
|
* eliminate memory leak in walk_parts (RT#59581)
|
|
|
|
|
2010-12-01 13:44:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:32:08 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-07-11 15:49:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 11 15:47:58 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- fix build for noarch
|
|
|
|
o removed .packlist/perllocal.pod
|
|
|
|
- added bcondwith test
|
|
|
|
|
2010-06-19 14:20:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 19 14:17:52 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- initial package created by cpanspec 1.78
|
|
|
|
|