Documentation
README
This skill manages email via gog (Gmail) or himalaya (IMAP). Check availability with which gog himalaya.
Gmail β gog mail (gogcli)
gog mail list # List inbox messages
gog mail list --label "INBOX" --max 20
gog mail read <message-id> # Read a message
gog mail send --to "user@example.com" --subject "Subject" --body "Body"
gog mail reply <message-id> --body "Reply text"
gog mail search "from:alice subject:report"
gog mail search "is:unread after:2026/02/01"
gog mail label add <message-id> "Label"
gog mail label remove <message-id> "INBOX"
gog mail archive <message-id>
gog mail trash <message-id>
gog mail labels # List all labels
gog mail thread <thread-id> # View full thread
This is the opening of the README. Read the full README on GitHub.