Posted: Fri Aug 24, 2007 3:23 pm
Thanks for the reply. The period issue seems to be resolved. I tested the new Swift version against all the emails that were being truncated at the period.
But now it seems I've landed into what chuckl was describing in his last post. It appears to be pretty random in it's selection. Emails with embedded images seem to have the hardest time but it isn't 100% consistent. The line that it breaks at most of the time is:
The line is included but always immediately following it is Swift's content boundary. (Again, this seems to happen more often with emails with embedded images.)
Is there some weird ASCII character I need to be checking for? I've made sure that none of the emails contain the NUL bytes.
Thanks for the help.
-Aaron
But now it seems I've landed into what chuckl was describing in his last post. It appears to be pretty random in it's selection. Emails with embedded images seem to have the hardest time but it isn't 100% consistent. The line that it breaks at most of the time is:
Code: Select all
<META http-equiv=Content-Type content="text/html; charset=us-ascii">Is there some weird ASCII character I need to be checking for? I've made sure that none of the emails contain the NUL bytes.
Thanks for the help.
-Aaron