extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Update mail extension

Open ikupenov opened this issue 2 months ago • 1 comments

Description

Screencast

Checklist

ikupenov avatar Dec 23 '25 22:12 ikupenov

Thank you for your contribution! :tada:

🔔 @yug2005 @pernielsentikaer @fengtianze @tleo19 @Luk4h @jfkisafk @StevenRCE0 @ridemountainpig @ViGeng @danteissaias @ANemcov @xilopaint you might want to have a look.

You can use this guide to learn how to check out the Pull Request locally in order to test it.

📋 Quick checkout commands
BRANCH="ext/mail"
FORK_URL="https://github.com/ikupenov/raycast-extensions.git"
EXTENSION_NAME="mail"
REPO_NAME="raycast-extensions"

git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run dev

Due to our current reduced availability, the initial review may take up to 10-15 business days.

raycastbot avatar Dec 23 '25 22:12 raycastbot