Quote-character in Apple Mail
Quote-character in Apple Mail
- Subject: Quote-character in Apple Mail
- From: Yasushi Shimogaisyo <email@hidden>
- Date: Sat, 21 Feb 2004 21:10:21 +0900
Hi all.
I would like to write a script which tells Apple Mail
to export all messages of a mailbox to text files.
Here's the code snippet.
repeat with theMessage in messages of theMailBox
set theContent to content of theMessage
-- Tell TextEdit to create a document and save
end repeat
However, theContent variable had no quote-character (|) of a response
message in it.
It's hard to figure out message content without any quote-charater.
Is it posibble to get a string which contains any quote-character in a
message?
Thanks in advance.
Mac OS X 10.3.2
AppleScript 1.9.3
Script Editor 2.0
Apple Mail 1.3.3
Yasushi Shimogaisyo
email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.