Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions extensions/mailsy/.eslintrc.json

This file was deleted.

7 changes: 7 additions & 0 deletions extensions/mailsy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mailsy Changelog

## [Changes] - 2026-03-19

- Upgraded the extension to the latest Raycast API and tooling versions.
- Added Windows platform support.
- Refactored the UI into dedicated `Mail` and `Message` components.
- Improved loading, timeout, retry, and error states for bootstrap and message fetching.

## [Fixed] - 2025-10-29

- Removed unused code.
Expand Down
4 changes: 4 additions & 0 deletions extensions/mailsy/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const { defineConfig } = require("eslint/config");
const raycastConfig = require("@raycast/eslint-config");

module.exports = defineConfig([...raycastConfig]);
Loading