Ah, Apple Mail.
I think the issue is actually Apple Mail. Apple Mail stores its emails
in an HTML archive. When copying the text from Apple Mail, I believe
it includes HTML, RTF, Plain text versions of the format. TextSoap
doesn't current read HTML archives, so it goes to the next "richest"
format available which is RTF (not RTFD, which includes attachments).
Dealing with HTML archives is something I've been trying to figure out
how to tackle. It's a much tougher issue as the standard text
processing doesn't work. As HTML, example, "forwarded text" doesn't
include any forward marks. Instead, the text is simply placed in a
<blockquote> tag (that you can't see) and the formatting is such that
is has forwarding vertical bar.
Likewise, instead of hard returns, the text may actually have <br/>
tags in it. When you look at the text, it never shows up because it's
part of the HTML structure, not the underlying text. And what appears
like a single paragraph may in fact be multiple chunks of text put
together.
It might be possible to hardcode support for forwarding, because I
know exactly what to look for, but the other stuff gets much more
difficult.
I believe that's where the attachment loss is coming from for you,
although I will retest this under Snow Leopard to make sure nothing
has changed from Apple's end of things.
Mark
> Forward this email and before you send do a Command A to select the
> whole body and then try TextSoap cleaner "Remove forwarding
> characters. When I do it, the picture goes away.
>
> Tom
>> --~--~---------~--~----~------------~-------~--~----~
>> You received this message because you are subscribed to the Google
>> Groups "TextSoap" group.
>> To post to this group, send email to
text...@googlegroups.com
>> To unsubscribe from this group, send email to
textsoap+u...@googlegroups.com
>> For more options, visit this group at
http://groups.google.com/group/textsoap?hl=en
>> -~----------~----~----~----~------~----~------~--~---