从导入笔记邮件.app进入Evernote(Applescript)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从导入笔记邮件.app进入Evernote(Applescript)相关的知识,希望对你有一定的参考价值。

  1. tell application "Mail"
  2. set theMessages to every message of the mailbox "NoteMigrate"
  3.  
  4. repeat with thisMessage in theMessages
  5. set myTitle to the subject of thisMessage
  6. set myText to the content of thisMessage
  7. set myCreateDate to the date sent of thisMessage
  8.  
  9. tell application "Evernote"
  10. create note with text myText¬
  11. title myTitle ¬
  12. notebook "Imported Notes" ¬
  13. tags "imported_note" ¬
  14. created myCreateDate
  15. end tell
  16. end repeat
  17.  
  18. end tell
  19.  

以上是关于从导入笔记邮件.app进入Evernote(Applescript)的主要内容,如果未能解决你的问题,请参考以下文章

笔记类app之Leanote同步机制 韩俊强的博客

iPad Pro 10.5+Apple Pencil之专注文献阅读与笔记效率的App综述

印象笔记 剪藏(Evernote WebClipper) bug 记录

js学习笔记1(从Evernote迁移)

iOS 史上最详细的app测试或者上架AppStore流程

如何在 iOS 中从 Evernote 笔记中获取文本