#4768: store base64 encoded email body parts as text, not binary.

Patch and tests by Forest Bond.
This commit is contained in:
R. David Murray 2010-06-04 16:11:08 +00:00
parent deda8cb835
commit 7da8f06df0
4 changed files with 10 additions and 4 deletions

View file

@ -83,6 +83,7 @@ Finn Bock
Paul Boddie
Matthew Boedicker
David Bolen
Forest Bond
Gawain Bolton
Gregory Bond
Jurjen Bos

View file

@ -398,6 +398,9 @@ C-API
Library
-------
- Issue #4768: base64 encoded email body parts were incorrectly stored as
binary strings. They are now correctly converted to strings.
- Issue #8833: tarfile created hard link entries with a size field != 0 by
mistake.