News item for #1672568.

This commit is contained in:
R David Murray 2012-05-27 21:27:31 -04:00
parent 80e0aee95b
commit 9854fc9c18
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ Core and Builtins
Library
-------
- Issue #1672568: email now always decodes base64 payloads, adding padding and
ignoring non-base64-alphabet characters if needed, and registering defects
for any such problems.
- Issue #14925: email now registers a defect when the parser decides that there
is a missing header/body separator line. MalformedHeaderDefect, which the
existing code would never actually generate, is deprecated.