我是新鲜的,我正在讨论一个问题。 我的《邮件》“盒子”有多个夹。 然而,我只想选择其中的其中一个箱子来管理其文字。
这里是我所拥有的。 然而,我看不到Gmail账户的箱子。
任何想法?
set _ago to (current date) - days
set _inbox to "Inbox:Gmail"
tell application "Mail"
move (messages of _inbox whose read status is false and date received comes before _ago) to mailbox "Gmail - Unread"
move (messages of _inbox whose date received comes before _ago) to mailbox "Gmail - Archive"
end tell