>Carl Ketterling wrote: > >>Using AppleScript, I have "source of message" which the dictionary >>describes as >> >> source string [r/o] -- the RFC822 message source >> >>Should that include the attachments as well? I have found that (at least >>in some cases) it doesn't. > >It does not include the attachments. >In fact, it is not the exact message source, since PowerMail stores >decoded messages in its database. When you get the "source of message" in >AppleScript, the message is reencoded, and can differ a bit from the >original one; especially it can use a different charset or Content- >Transfer-Encoding. >This applescript command was added mainly to allow AppleScript driven export. > > >Jérôme - PowerMail Engineering
That begs the question: Is there a way to get the actual source as it was received? Or even anything similar (with attachments, etc.)? Or does the message have to be 'rebuilt' in order to include attachments and encoding? Another way to answer the above question: What does PowerMail do when I 'redirect' an email that I've received? Does it recreate the email and reencode the attachment? Or does it send the original email (maybe saved somewhere we have not yet discussed)? Carl

