Commit Graph
34 Commits
Author SHA1 Message Date
SimonFoobar648andSimonFoobar648 624fc9bb96 docs: fix broken star history chart (#1111)
docs: fix broken star history chart in READMEs and docs

The star history chart in the READMEs and vitepress docs is currently broken because the upstream service no longer works due to GitHub stargazer API restrictions. Switch the chart images to the star-history.dera.page mirror, which uses a different data source that requires no API token, so the chart renders correctly again.

Co-authored-by: SimonFoobar648 <245426116+SimonFoobar648@users.noreply.github.com>
2026-08-14 23:37:06 +08:00
tura-ai-agent 0581632b59 docs: add Japanese README (#1088)
Add a complete Japanese README and link it from the Chinese and English READMEs.
2026-07-23 15:09:49 +08:00
Dream Hunter ec3e9f0b1f docs: update README feature overview
docs: update readme feature overview
2026-04-29 02:13:17 +08:00
Lur1n7 6d43c107d8 docs: 添加 CloudMail 移动端管理客户端 (#1007) 2026-04-26 19:47:24 +08:00
Dream Hunter 063b6be2b1 Refactor delete setting helper and link skills (#994)
* refactor: add deleteSetting helper and link skills

* chore: reorganize project skills layout

* docs: update skill paths

* chore: add AGENTS link and prune skill links

* chore: localize agent skill links
2026-04-22 00:35:04 +08:00
Dream HunterandClaude Opus 4.7 e94ff52add feat: add agent-mail skill, parsed mail API and docs (#993)
* feat: add cf-temp-mail-usage skill and parsed mail API for AI agents

- feat: new /api/parsed_mails and /api/parsed_mail/:id endpoints returning
  server-parsed subject/text/html/attachments metadata (reuses commonParseMail)
- feat: add .claude/skills/cf-temp-mail-usage read-only skill so AI agents
  (OpenClaw / Codex / Cursor) can consume a mailbox with a user-supplied JWT,
  bypassing the Turnstile challenge required for mailbox creation
- refactor: split mails_api/index.ts and admin_api/index.ts into thin route
  shells; move business logic into dedicated *_api.ts files
- docs: update README / README_EN / CHANGELOG with agent-email feature and
  npx degit install instructions for the skill

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* feat: rename skill to cf-temp-mail-agent-mail, add agent-email docs, fix sender trim

- Rename skill from cf-temp-mail-usage to cf-temp-mail-agent-mail
- Rewrite SKILL.md: parsed API primary, local fallback, prerequisites, multi-agent install
- Add vitepress docs (zh + en) for AI Agent mailbox usage
- Fix leading space in parsed_mail_api sender field via .trim()
- Update README install section with 3 install methods
- Update changelogs (zh + en)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* docs: simplify README agent skill section to one-liner with links

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* feat: add send mail API to skill, credential persistence, remove poll example

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 17:09:25 +08:00
tsymrandwufei db93828a81 feat(subdomain): add random second-level mailbox support (#924)
Summary: add random second-level subdomain mailbox creation for web, admin, and
  Telegram.

Scope: worker config, UI toggle, and README/VitePress documentation.

Co-authored-by: wufei <fwu@creams.io>
2026-04-02 23:13:10 +08:00
Dream Hunter 3df55dce91 chore: upgrade dependencies across all subprojects (#861) 2026-03-05 20:27:59 +08:00
Dream Hunter 4ef4c0d938 Fix links in English README for consistency 2026-03-02 18:05:34 +08:00
Dream HunterandClaude Sonnet 4.5 0d63142bd7 docs: update English README and add English CHANGELOG (#792)
- Expand README_EN.md with comprehensive feature documentation
  - Add complete header with badges and repository info
  - Include detailed feature sections (Email Processing, User Management, Admin Features, etc.)
  - Add Technical Architecture section with system design details
  - Include Service Status Monitoring and Star History
  - Add Table of Contents for better navigation
  - Add Important Notes about Resend domain configuration

- Create CHANGELOG_EN.md with full translation
  - Translate all version entries from v1.2.0 to initial releases
  - Preserve technical details, issue references, and breaking changes
  - Maintain consistent formatting with Chinese version

- Add language switch links to both CHANGELOG files
  - Enable easy navigation between Chinese and English versions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-21 23:06:16 +08:00
Dream Hunter 7d485a7d0d docs: update CHANGELOG and README for v1.1.0 (#778)
docs: update CHANGELOG and README for v1.1.0 AI extraction feature

- Add AI email extraction feature description to CHANGELOG v1.1.0
- Update README.md with AI extraction feature in email processing section
- Update README_EN.md with AI extraction feature in key features
- Include verification code display fix in changelog
2025-12-06 16:46:31 +08:00
Dream Hunter 312ac13185 feature: update readme (#677) 2025-06-22 20:08:07 +08:00
Dream Hunter eafcf00e5e feat: support DKIM (#129) 2024-04-15 13:20:22 +08:00
Dream Hunter 209693673d feat: add docs (#122) 2024-04-14 15:15:09 +08:00
Dream Hunter b8f0fa49cf feat: init send mail (#113)
* feat: init send mail

* feat: init send mail
2024-04-12 13:26:42 +08:00
Dream Hunter fbd2e0e844 fix: UI overflow (#111)
* feat: UI overflow

* feat: add domain
2024-04-10 13:25:26 +08:00
Dream Hunter 2790f65a5f Rename CHANGELOG to CHANGELOG.md (#109)
* Rename CHANGELOG to CHANGELOG.md

* Update README.md

* Update README_EN.md
2024-04-09 21:59:39 +08:00
Dream Hunter a124e00766 feat: add readme (#106) 2024-04-09 18:55:53 +08:00
Dream Hunter def400eb09 feat: use rust mail-parser (#104)
* feat: imp worker v2

* feat: add rust mail-parser

* feat: imp frontend v2

* feat: imp frontend v2

* feat: update doc

* feat: add mailV1Alert

* feat: remove unused
2024-04-09 14:58:19 +08:00
Dream Hunter 47256d2af2 feat: add ENABLE_ATTACHMENT config (#99) 2024-04-04 14:42:34 +08:00
Dream Hunter 9ce706fad1 feat: add admin account search && delete account for user (#96)
* feat: add admin account search && delete account for user

* feat: add admin account search && delete account for user
2024-04-04 14:30:07 +08:00
Dream Hunter a19b9a7eb6 feat: modify default class (#95) 2024-04-01 23:28:57 +08:00
Dream Hunter 2485f2dcb5 feat: add db changes in readme (#94) 2024-04-01 22:53:37 +08:00
Dream Hunter 3143c1b7a4 feat: update readme (#88) 2024-03-31 21:05:51 +08:00
Dream Hunter 97a1f0a968 feat: attachment viewing function (#58) 2024-01-13 23:57:52 +08:00
Dream Hunter 95ae65dc03 feat: add auto reply (#49)
* feat: add auto reply

* feat: add auto reply

* feat: update readme

* feat: add auto reply
2023-12-18 21:41:15 +08:00
Dream Hunter 5cfc78d70d feat: add admin panel (#31)
* feat: add admin panel

* feature: update limit
2023-10-09 10:03:15 -05:00
Dream Hunter 9ef359821c feat: update readme (#22) 2023-09-09 16:02:00 +08:00
Dream Hunter a395b951e8 feat: add auth mode and refactor frontend (#21) 2023-09-09 16:00:10 +08:00
Dream Hunter 6fd96988ce feat: support multi domain (#18) 2023-09-07 17:47:31 +08:00
Dream Hunter 4cae64b537 feat: add i18n (#14)
* feat: add i18n

* feat: update readme
2023-09-07 14:11:33 +08:00
Dream Hunter 536cd98df2 feat: add custom address (#13)
* feat: add custom address

* feat: update readme
2023-09-07 13:21:36 +08:00
Dream Hunter 7b8b22a6dc Frontend feature: add login with jwt (#10) 2023-08-31 20:59:37 +08:00
dreamhunter2333 1b385ccfbf feat: update readme 2023-08-29 22:21:35 +08:00