I am writing a small applescript which retrieves all "unread" messages in the viewer and loops them.
I have two goals to complete:
I need to get the subject of each message and perform a regular expression to see if it's suitable for step 2 (ex: get emails with subject {.*})
各メッセージを別のウィンドウで開く必要があり、4 秒後にそのウィンドウを閉じて次のメッセージに進む必要があります
これらの方法を知っていますか?
前もって感謝します。