[twsocket] Problem with linebreaks in TMimeDecode

2017-09-19 Thread StefanP
Hi!

I'm using ICS TPop3Cli/TSslPop3Cli components together with a TMimeDecodeW 
component to handle
incoming mails.

Mails are plain text and are generated by some external system (Same behavior 
can also be seen if
mails are sent by Outlook 2016).

Mail content looks like this:

== Section1 ==
Value1 SomeValue
Value2 SomeOtherValue
== Section2 ==
Value1 SomeValue
Value2 SomeOtherValue

And so on...

Problem is with the section lines. These are 70 characters long before being 
MIME-encoded on the
sending side.
The encoder escapes all = characters (one byte 0x3D) with =3D (three bytes 
0x3D, 0x33, 0x44).
Now the line is too long and the sending system inserts conditional linebreaks.
These conditional linebreaks are encoded as three bytes 0x3D, 0x0D, 0x0A (An 
escaped CRLF).

Now the problem:
TMimeDecode only sees the CRLF and does not take the 0x3D into account.
As a result the decoded mail has more lines than the original mail and (what is 
worse) we see
additional = characters at the end of every line that has conditional 
linebreaks added by the
sender.

Version used is ICS 8.47

Do you see this problem, too?
Or is there a misunderstanding on my side?

Regards 
  Stefan


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Problem with linebreaks in TMimeDecode

2017-09-19 Thread StefanP
> Please forward two or three of these emails to my account, not the mailing 
> list, so I can check
them in
> my own MailMaint email reader that uses the latest ICS.

Done.
See your private mailbox.

Stefan


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be