Commit Graph

138 Commits

Author SHA1 Message Date
ty
1c7cf2e5fd feat(cli): add read command 2026-03-22 15:22:29 +08:00
ty
8f4f605094 feat(cli): add wait command with client-side polling 2026-03-22 15:22:29 +08:00
ty
b891ee4655 feat(cli): add list command for mailboxes and messages 2026-03-22 15:22:29 +08:00
ty
12b5f4afeb feat(cli): add create command 2026-03-22 15:22:29 +08:00
ty
542f6ec2f8 feat(cli): add API client module 2026-03-22 15:22:29 +08:00
ty
1b9bd76b82 feat(cli): add config module and config command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 15:22:29 +08:00
ty
6795719750 feat(cli): add output formatting helpers 2026-03-22 15:22:29 +08:00
ty
5b7ba3e924 feat(cli): scaffold CLI package with commander
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 15:22:29 +08:00
ty
0c096f6c9f docs: add MoeMail CLI implementation plan
15 tasks covering scaffolding, core modules, all 7 commands,
server-side send auth fix, README, llms.txt, and CI/CD workflow.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 15:22:29 +08:00
ty
f7f9e2af36 docs: add CI/CD publishing, agent discoverability, rename to packages/cli
- Add publish-cli.yml workflow triggered by cli-v* tags
- Add agent discoverability section (help, README, llms.txt)
- Rename packages/moemail-cli to packages/cli

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 15:22:29 +08:00
ty
2168fd519a docs: fix spec issues from review — expiry mapping, send auth, JSON output shapes
- Remove 7d expiry option (not supported by API)
- Document send endpoint needs API Key auth support (server change)
- Add JSON output examples for all commands
- Add list-messages subcommand (list --email-id)
- Specify wait detection algorithm (ID-based, not count-based)
- Document field naming convention (camelCase) and timestamp format
- Add version command

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 15:22:29 +08:00
ty
1ce4f3e9fa docs: add MoeMail CLI design spec for agent-first CLI tool
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 15:22:29 +08:00
ty
070b620c18 docs: change the default readme file language 2026-02-13 14:37:26 +08:00
BeilunYang
cef0ee0f0c Merge pull request #89 from sjcuhd/master 2026-01-18 14:24:58 +08:00
beilunyang
0d6670ebd5 feat(d1): add index for lowercased email addresses to improve query performance 2025-12-31 01:21:51 +08:00
beilunyang
71614333cc feat(d1): add indexes for improved query performance 2025-12-31 01:00:53 +08:00
sjcuhd
9736d19a46 Update index.ts
修复pushPagesSecre为json
2025-12-25 21:01:30 +08:00
beilunyang
98393c8a43 fix(deploy): add Google OAuth credentials to deployment workflow 2025-12-07 21:58:35 +08:00
beilunyang
9c303e4730 refactor(deploy): runtime environment variable checks in pushPagesSecret function 2025-12-07 21:46:37 +08:00
beilunyang
d2c8d9278b refactor(deploy): enhance environment variable handling in deployment scripts 2025-12-07 18:43:05 +08:00
beilunyang
834d3421ea docs(readme): fix v0.15.0 2025-12-07 18:08:26 +08:00
beilunyang
1a37692dc5 docs(readme): add English README file 2025-12-07 18:07:13 +08:00
beilunyang
dd109a464a feat(auth): add Google OAuth support 2025-12-07 17:50:27 +08:00
beilunyang
3ad30301a9 feat(i18n): add Korean language support 2025-12-07 11:48:08 +08:00
ty
ed48d08503 docs(readme): add documentation section with link and description for comprehensive usage guidelines 2025-10-26 01:57:01 +08:00
beilunyang
d21f8c6b42 fix(turnstile): conditionally include secretKey in Turnstile configuration based on management permissions 2025-10-22 23:37:52 +08:00
beilunyang
e431c1fe5b feat(turnstile): integrate Cloudflare Turnstile for enhanced security in login and registration processes 2025-10-22 23:31:48 +08:00
beilunyang
1ffe920d47 refactor(shared-error-page): update error page to use translation keys for dynamic content 2025-10-22 01:04:10 +08:00
beilunyang
7398b73f3f feat(i18n): enhance localization support with new languages(zh-tw/ja) 2025-10-21 23:53:58 +08:00
beilunyang
0c7a4d84a5 refactor(shared-error-page): Update language switcher positioning and component v0.14.0 2025-10-18 22:16:48 +08:00
beilunyang
503856a8a8 fix(shared-email): Improve date handling and error resilience in shared email page 2025-10-18 22:03:27 +08:00
beilunyang
b83b05b7b0 docs(metadata): Update SEO metadata for improved description and keywords 2025-10-18 20:44:24 +08:00
beilunyang
9ad1707b00 refactor(ui): Improve responsive layout and spacing across components 2025-10-18 20:37:09 +08:00
beilunyang
dbe8c42b11 feat(sharing): add email and message sharing functionality 2025-10-18 20:08:42 +08:00
beilunyang
47d555eaf5 refactor: remove unused translation for common actions in email service config 2025-10-13 01:16:10 +08:00
beilunyang
923253fb8b Revert "chore: update dependencies and package versions"
This reverts commit 0fcc4b9e85.
2025-10-13 01:11:23 +08:00
beilunyang
048d9219d0 fix: ts type 2025-10-13 01:02:54 +08:00
beilunyang
d175017b51 feat: add internationalization support with next-intl 2025-10-13 00:57:32 +08:00
beilunyang
0fcc4b9e85 chore: update dependencies and package versions 2025-10-12 21:13:35 +08:00
BeilunYang
fd585851fc Merge pull request #78 from 1411430556/patch-1
docs: add star-history
2025-09-17 22:42:06 +08:00
COYG⚡️
7a4cf7096a Update README.md 2025-09-17 12:02:16 +08:00
beilunyang
8ec1ecdbb4 fix: new received emails not showing 2025-06-23 00:37:12 +08:00
BeilunYang
f4f93d9b52 Merge pull request #57 from beilunyang/feat/resend
[Feat] Implement email sending functionality via Resend service
v0.13.0
2025-06-22 22:44:43 +08:00
beilunyang
0f5aaab26b Revert "chore: Update wrangler-cli"
This reverts commit 166d28405b.
2025-06-22 22:29:14 +08:00
beilunyang
70c1f2e902 fix: ts type error 2025-06-22 21:54:35 +08:00
beilunyang
166d28405b chore: Update wrangler-cli 2025-06-22 21:05:19 +08:00
beilunyang
408f97f98d docs: Update readme 2025-06-22 20:57:06 +08:00
beilunyang
e85f6b04bd feat: implement email sending functionality via Resend service 2025-06-22 00:32:09 +08:00
beilunyang
9d55564073 fix: the duke can not be used as the default role 2025-06-06 00:04:23 +08:00
beilunyang
7a04a8165c docs: Update README and API Key Panel to add information about api/config endpoints 2025-06-05 23:50:29 +08:00