Kaydet (Commit) bfff96fe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Odd that this started out as STRING_MAXLEN

...rather than as NO_LINE_LENGTH_LIMIT, in
8ab086b6 "initial import"

Change-Id: I8772236e4ce1576f2d0d4d6c02800c4d569520a4
üst 54ddc13b
......@@ -46,7 +46,7 @@ void INetMIMEMessage::SetHeaderField_Impl (
const OUString &rValue,
sal_uIntPtr &rnIndex)
{
INetMIMEOutputSink aSink (0, 32767); /* weird the mime standard says that aline MUST not be longeur that 998 */
INetMIMEOutputSink aSink(0, INetMIMEOutputSink::NO_LINE_LENGTH_LIMIT);
INetMIME::writeHeaderFieldBody (
aSink, eType, rValue, osl_getThreadTextEncoding(), false);
SetHeaderField_Impl (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment