Revision: 28907
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 16, 2010 02:37 by pdxmph
Initial Code
tell application "Mail" set theMessages to every message of the mailbox "NoteMigrate" repeat with thisMessage in theMessages set myTitle to the subject of thisMessage set myText to the content of thisMessage set myCreateDate to the date sent of thisMessage tell application "Evernote" create note with text myText¬ title myTitle ¬ notebook "Imported Notes" ¬ tags "imported_note" ¬ created myCreateDate end tell end repeat end tell
Initial URL
Initial Description
Initial Title
Import Notes from Mail.app Into Evernote (Applescript)
Initial Tags
mac
Initial Language
AppleScript