Commit Graph

  • 20be2b5b36 chore(cli): bump release to 0.1.2 master cli-v0.1.2 ty 2026-03-30 17:12:10 +08:00
  • 61f47626e7 feat(cli): add MoeMail AI agent skills ty 2026-03-30 17:08:50 +08:00
  • adec4a50df fix(ci): exclude packages dir from Next.js TypeScript compilation ty 2026-03-23 23:17:37 +08:00
  • b93b3bcf4a chore(cli): bump version to 0.1.1 cli-v0.1.1 ty 2026-03-22 16:15:43 +08:00
  • 033125eebf feat(cli): default api-url to https://moemail.app cli-v0.1.0 ty 2026-03-22 16:11:39 +08:00
  • f66c3e83a9 docs: add CLI section to READMEs and restore @moemail/cli package name ty 2026-03-22 16:05:57 +08:00
  • cb266a03dd fix(ci): install CLI dependencies separately in publish workflow ty 2026-03-22 15:46:28 +08:00
  • 55c5418979 Merge branch 'feat/cli' ty 2026-03-22 15:42:11 +08:00
  • b010ac5760 ci: support manual trigger for CLI publish workflow ty 2026-03-22 15:37:02 +08:00
  • 096f2d9e03 ci: support manual trigger for CLI publish workflow feat/cli ty 2026-03-22 15:37:02 +08:00
  • 10257db179 Rename package from 'moemail-cli' to '@moemail/cli' BeilunYang 2026-03-22 15:32:31 +08:00
  • 0ac027f392 ci: add CLI publish workflow triggered by cli-v* tags ty 2026-03-22 14:49:44 +08:00
  • 8979649484 feat: add llms.txt for AI agent discoverability ty 2026-03-22 14:49:37 +08:00
  • 152059ca3d docs(cli): add README with usage guide and agent workflow ty 2026-03-22 14:49:35 +08:00
  • 3c238e25e6 fix(api): support API Key auth for send endpoint ty 2026-03-22 14:48:59 +08:00
  • b09cc28496 feat(cli): add send command ty 2026-03-22 14:48:58 +08:00
  • f29565c90d feat(cli): add delete command ty 2026-03-22 14:47:47 +08:00
  • 1c7cf2e5fd feat(cli): add read command ty 2026-03-22 14:47:39 +08:00
  • 8f4f605094 feat(cli): add wait command with client-side polling ty 2026-03-22 14:47:30 +08:00
  • b891ee4655 feat(cli): add list command for mailboxes and messages ty 2026-03-22 14:47:19 +08:00
  • 12b5f4afeb feat(cli): add create command ty 2026-03-22 14:47:08 +08:00
  • 542f6ec2f8 feat(cli): add API client module ty 2026-03-22 14:45:17 +08:00
  • 1b9bd76b82 feat(cli): add config module and config command ty 2026-03-22 14:42:54 +08:00
  • 6795719750 feat(cli): add output formatting helpers ty 2026-03-22 14:42:11 +08:00
  • 5b7ba3e924 feat(cli): scaffold CLI package with commander ty 2026-03-22 14:40:58 +08:00
  • 0c096f6c9f docs: add MoeMail CLI implementation plan ty 2026-03-22 14:29:47 +08:00
  • f7f9e2af36 docs: add CI/CD publishing, agent discoverability, rename to packages/cli ty 2026-03-22 14:21:29 +08:00
  • 2168fd519a docs: fix spec issues from review — expiry mapping, send auth, JSON output shapes ty 2026-03-22 13:48:12 +08:00
  • 1ce4f3e9fa docs: add MoeMail CLI design spec for agent-first CLI tool ty 2026-03-22 13:44:46 +08:00
  • 215d849040 ci: add CLI publish workflow triggered by cli-v* tags ty 2026-03-22 14:49:44 +08:00
  • 2f3b6a51d8 feat: add llms.txt for AI agent discoverability ty 2026-03-22 14:49:37 +08:00
  • d3817ddd7f docs(cli): add README with usage guide and agent workflow ty 2026-03-22 14:49:35 +08:00
  • 164ee4709a fix(api): support API Key auth for send endpoint ty 2026-03-22 14:48:59 +08:00
  • ef05175af5 feat(cli): add send command ty 2026-03-22 14:48:58 +08:00
  • 730cfe9eb7 feat(cli): add delete command ty 2026-03-22 14:47:47 +08:00
  • 7f45884141 feat(cli): add read command ty 2026-03-22 14:47:39 +08:00
  • 33f9a34657 feat(cli): add wait command with client-side polling ty 2026-03-22 14:47:30 +08:00
  • ccae9bc1b3 feat(cli): add list command for mailboxes and messages ty 2026-03-22 14:47:19 +08:00
  • bef49e0c96 feat(cli): add create command ty 2026-03-22 14:47:08 +08:00
  • fd50174ede feat(cli): add API client module ty 2026-03-22 14:45:17 +08:00
  • 417ef25a4c feat(cli): add config module and config command ty 2026-03-22 14:42:54 +08:00
  • c716479a4e feat(cli): add output formatting helpers ty 2026-03-22 14:42:11 +08:00
  • 36cc0abd9f feat(cli): scaffold CLI package with commander ty 2026-03-22 14:40:58 +08:00
  • 10f6fd0065 docs: add MoeMail CLI implementation plan ty 2026-03-22 14:29:47 +08:00
  • 3d5bfad416 docs: add CI/CD publishing, agent discoverability, rename to packages/cli ty 2026-03-22 14:21:29 +08:00
  • 00393e0443 docs: fix spec issues from review — expiry mapping, send auth, JSON output shapes ty 2026-03-22 13:48:12 +08:00
  • 1f6b3a3b32 docs: add MoeMail CLI design spec for agent-first CLI tool ty 2026-03-22 13:44:46 +08:00
  • 070b620c18 docs: change the default readme file language ty 2026-02-13 14:37:26 +08:00
  • 07ad672e7d feat: add new content pages dev beilunyang 2025-12-10 02:29:17 +08:00
  • cef0ee0f0c Merge pull request #89 from sjcuhd/master BeilunYang 2026-01-18 14:24:58 +08:00
  • 0d6670ebd5 feat(d1): add index for lowercased email addresses to improve query performance beilunyang 2025-12-31 01:21:51 +08:00
  • 71614333cc feat(d1): add indexes for improved query performance beilunyang 2025-12-31 01:00:53 +08:00
  • 9736d19a46 Update index.ts sjcuhd 2025-12-25 21:01:30 +08:00
  • 98393c8a43 fix(deploy): add Google OAuth credentials to deployment workflow beilunyang 2025-12-07 21:58:35 +08:00
  • 9c303e4730 refactor(deploy): runtime environment variable checks in pushPagesSecret function beilunyang 2025-12-07 21:46:37 +08:00
  • d2c8d9278b refactor(deploy): enhance environment variable handling in deployment scripts beilunyang 2025-12-07 18:43:05 +08:00
  • 834d3421ea docs(readme): fix v0.15.0 beilunyang 2025-12-07 18:08:26 +08:00
  • 1a37692dc5 docs(readme): add English README file beilunyang 2025-12-07 18:07:13 +08:00
  • dd109a464a feat(auth): add Google OAuth support beilunyang 2025-12-07 17:50:27 +08:00
  • 3ad30301a9 feat(i18n): add Korean language support beilunyang 2025-12-07 11:45:34 +08:00
  • ed48d08503 docs(readme): add documentation section with link and description for comprehensive usage guidelines ty 2025-10-26 01:57:01 +08:00
  • d21f8c6b42 fix(turnstile): conditionally include secretKey in Turnstile configuration based on management permissions beilunyang 2025-10-22 23:37:52 +08:00
  • e431c1fe5b feat(turnstile): integrate Cloudflare Turnstile for enhanced security in login and registration processes beilunyang 2025-10-22 23:31:48 +08:00
  • 1ffe920d47 refactor(shared-error-page): update error page to use translation keys for dynamic content beilunyang 2025-10-22 00:58:37 +08:00
  • 7398b73f3f feat(i18n): enhance localization support with new languages(zh-tw/ja) beilunyang 2025-10-21 23:53:58 +08:00
  • 0c7a4d84a5 refactor(shared-error-page): Update language switcher positioning and component v0.14.0 beilunyang 2025-10-18 22:16:48 +08:00
  • 503856a8a8 fix(shared-email): Improve date handling and error resilience in shared email page beilunyang 2025-10-18 22:03:27 +08:00
  • b83b05b7b0 docs(metadata): Update SEO metadata for improved description and keywords beilunyang 2025-10-18 20:44:24 +08:00
  • 9ad1707b00 refactor(ui): Improve responsive layout and spacing across components beilunyang 2025-10-18 20:37:09 +08:00
  • dbe8c42b11 feat(sharing): add email and message sharing functionality beilunyang 2025-10-18 20:08:42 +08:00
  • 47d555eaf5 refactor: remove unused translation for common actions in email service config beilunyang 2025-10-13 01:16:10 +08:00
  • 923253fb8b Revert "chore: update dependencies and package versions" beilunyang 2025-10-13 01:11:23 +08:00
  • 048d9219d0 fix: ts type beilunyang 2025-10-13 01:02:54 +08:00
  • d175017b51 feat: add internationalization support with next-intl beilunyang 2025-10-13 00:57:32 +08:00
  • 0fcc4b9e85 chore: update dependencies and package versions beilunyang 2025-10-12 21:13:35 +08:00
  • fd585851fc Merge pull request #78 from 1411430556/patch-1 BeilunYang 2025-09-17 22:42:06 +08:00
  • 7a4cf7096a Update README.md COYG⚡️ 2025-09-17 12:02:16 +08:00
  • 8ec1ecdbb4 fix: new received emails not showing beilunyang 2025-06-23 00:37:12 +08:00
  • f4f93d9b52 Merge pull request #57 from beilunyang/feat/resend v0.13.0 BeilunYang 2025-06-22 22:44:43 +08:00
  • 0f5aaab26b Revert "chore: Update wrangler-cli" beilunyang 2025-06-22 22:29:14 +08:00
  • 70c1f2e902 fix: ts type error beilunyang 2025-06-22 21:54:35 +08:00
  • 166d28405b chore: Update wrangler-cli beilunyang 2025-06-22 21:05:19 +08:00
  • 408f97f98d docs: Update readme beilunyang 2025-06-22 20:57:06 +08:00
  • e85f6b04bd feat: implement email sending functionality via Resend service beilunyang 2025-06-21 23:50:46 +08:00
  • 9d55564073 fix: the duke can not be used as the default role beilunyang 2025-06-06 00:04:23 +08:00
  • 7a04a8165c docs: Update README and API Key Panel to add information about api/config endpoints beilunyang 2025-06-05 23:50:29 +08:00
  • 60d40a7a32 fix: cleanup worker beilunyang 2025-05-24 21:15:45 +08:00
  • 7f7e29a80f feat: Update db migration files beilunyang 2025-05-22 23:10:12 +08:00
  • f465e13620 Merge pull request #50 from fuckdywl/master close #49 BeilunYang 2025-05-22 23:08:01 +08:00
  • 3cac33bed3 Optimize email cleanup and add database indexes selenium39 2025-05-22 11:16:49 +08:00
  • eb6c3fe5eb feat: /api/config endpoint can be called using APIKey beilunyang 2025-05-13 00:01:15 +08:00
  • fa1dadfb21 docs: Video version of the deployment tutorial beilunyang 2025-04-06 21:01:08 +08:00
  • 0b9f457e52 fix: Update deploy script for support custom project name beilunyang 2025-04-06 20:47:57 +08:00
  • eb88cbcb31 Merge pull request #43 from sdrpsps/fix/deploy-pages-name BeilunYang 2025-04-06 20:35:08 +08:00
  • 92116b9e3f fix: Deploy script PROJECT_NAME is invalid sunny 2025-04-01 10:47:00 +08:00
  • bf11aae52e docs: update docs about PROJECT_NAME beilunyang 2025-03-31 22:58:06 +08:00
  • f5d49790a7 feat: integrate theme support in message view for improved styling v0.12.0 ty 2025-03-16 15:43:04 +08:00
  • 6ddd5bdf4e chore: enhance test data generation with user identification ty 2025-03-16 15:34:50 +08:00
  • e8e2349a97 fix: Github Action failed to build pages ty 2025-03-16 15:25:29 +08:00
  • fd46bf2661 Merge pull request #38 from jieyitang/master BeilunYang 2025-03-16 15:17:36 +08:00