Hrvoje Niksic writes:
This patch makes base64 decoding process ignore whitespace,
resulting
in a more robust decoding process. This is what many other decoders
do.
It's required by the MIME spec. RFC 2045, page 26,
Any characters outside of the base64 alphabet are to be ignored in
base64-encoded data.
So this is a very welcome patch.