set theMSGs to messages of "MyMailbox"
repeat with dieMSG in theMSGs
set theCompletePath to (thePath & (subject of dieMSG))
save dieMSG in theCompletePath as plain text
end repeat
Ufortunately I get this error.
"„Mail“ received an error: NSReceiversCantHandleCommandScriptError"
Any clues?
Tia, regards, Ronald
=======================================