http://bugzilla.moblin.org/show_bug.cgi?id=6668
--- Comment #2 from Chen Congwu <congwu.chen(a)intel.com> 2009-10-12 22:38:48 ---
(In reply to comment #1)
Correct, I consider this is a bug of mobical, I will ask Bjoern for help.
From RFC2425:
Unfolding is accomplished by regarding CRLF
immediately
followed by a white space character (namely HTAB ASCII decimal 9 or
SPACE ASCII decimal 32) as equivalent to no characters at all (i.e.,
the CRLF and single white space character are removed).
The encoded base 64 value can be
split across multiple physical lines in the content type by using the
line folding technique described above.
While mobical is sending us:
PHOTO;TYPE=JPEG;ENCODING=BASE64:/9j/4AAQSkZJRgABAQEAYABgAAD/4QAWRXhpZgAASUkqAAgAAAAAAAAAAAD/2wBDAAgGBgcG\r\n
more data next line...
We need a space immediately after CRLF to consider it as line unfolding,
otherwise We are thinking this comes end of property value.
To me this looks like a line continuation problem. The Mobical
encoder might
have an issue here, but it could also be the Synthesis parser.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.