Skip to content

Commit f683067

Browse files
guo-yuclaude
andcommitted
v1.2.1: auto-resolve mailbox from api_key via /v1/me
- `mails config set api_key mk_xxx` now auto-fetches mailbox + default_from - resolveApiKey() shared by config, storage, and send modules - Full E2E tests for both hosted (mails.dev) and self-hosted (test.mails.dev) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1c6bf8 commit f683067

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mails",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Email infrastructure for AI agents",
55
"type": "module",
66
"main": "dist/index.js",

src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function main() {
3535
case 'version':
3636
case '--version':
3737
case '-v':
38-
console.log('mails v1.2.0')
38+
console.log('mails v1.2.1')
3939
break
4040
default:
4141
console.error(`Unknown command: ${command}`)

0 commit comments

Comments
 (0)