Back to skills
extension
Category: Development & EngineeringNo API key required

gmail-starred

Retrieve the list of starred messages in Gmail. Can be activated with keywords such as 'starred emails', 'star list', 'Gmail starred', 'starred mail', 'want to see stars'.

personAuthor: jakexiaohubgithub

Gmail Starred

Gmail のスター付きメッセージ一覧を取得します。

実行方法

アクティブプロファイルのスター付き一覧

python plugins/shiiman-google/skills/gmail-starred/scripts/google_gmail.py starred

最大件数を指定

python plugins/shiiman-google/skills/gmail-starred/scripts/google_gmail.py starred --max 50

JSON 形式で出力

python plugins/shiiman-google/skills/gmail-starred/scripts/google_gmail.py --format json starred

出力項目

  • id: メッセージID
  • subject: 件名
  • from: 送信者
  • date: 受信日時

関連操作

  • 本文を読む: メッセージID を指定して gmail-read を実行
  • スターを外す: gmail-star --remove を実行