Re: Base64 photo property
Sam Roberts <[email protected]> Sun, 2 Nov 2003 16:25:40 -0500
| Newsgroups | gmane.ietf.vcard |
|---|---|
| Message-ID | <[email protected]> |
Quoteing [email protected], on Wed, Oct 15, 2003 at 03:47:39PM +0800: > If I insert a photo in vCard with BASE64 format, is there any > restriction on the line length of it? Yes, check the MIME specs (RFC 2047) for the exact number, but a line can't be longer than about 70 chars. > Cos' I found that in some mobile phone, it requires the base64 content > with linelength as 75 in every line of base64 encoding, but with no LWSP > char, You mean it has to be EXACTLY 75? What do you mean by "with no LWSP" char? > Do I need to consider the line length of base64 content? > If so, > Do I need to add a LWSP before the CRLF when deal with a long base64 > content? After the CRLF, don't you mean, if you are refering to vCard line folding? Sam