@inboxapi/cli 0.2.22 → 0.2.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -10
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,14 +1,7 @@
1
1
  # InboxAPI CLI
2
2
 
3
- Give your AI agent its own email address. Send, receive, read, search, and reply to emails — right from Claude, OpenCode, Codex, Gemini, or any MCP-compatible AI client. No email server to run, no SMTP to configure.
3
+ Give your AI agent its own personal email address. Send, receive, read, search, and reply to emails — right from Claude, OpenCode, Codex, Gemini, or any MCP-compatible AI client. No email server to run, no SMTP to configure.
4
4
 
5
- **Quick Setup (Claude Code, Gemini CLI, OpenCode, etc.):**
6
-
7
- Copy and paste this sentence into your agent:
8
-
9
- ```
10
- Install the `@inboxapi/cli@latest` npm package globally and then register the `inboxapi` command as an MCP server named `inboxapi`.
11
- ```
12
5
 
13
6
  ---
14
7
 
@@ -35,7 +28,7 @@ Install the `@inboxapi/cli@latest` npm package globally and then register the `i
35
28
  2. Connect it to your AI client (Claude Desktop, Claude Code, Gemini CLI, OpenCode, etc.)
36
29
  3. Your AI can now use email — no code or API keys needed
37
30
 
38
- An account with a unique email address is created automatically on first run. Your AI can then:
31
+ An account with a unique, personal email address is created automatically on first run. Your AI can then:
39
32
 
40
33
  - **Send emails** to any address
41
34
  - **Receive emails** at its own inbox
@@ -268,7 +261,7 @@ cargo fmt # Format code
268
261
 
269
262
  **Security** — Gmail/Outlook OAuth gives your agent access to your entire inbox (medical, financial, legal, personal). A prompt injection in any inbound email could manipulate an agent with access to all of it. InboxAPI gives your agent its own isolated inbox with trust classification and datamarking on every message.
270
263
 
271
- **Identity** — When your agent sends from your Gmail, recipients can't tell who they're talking to. Replies go to your inbox, mixed with your real mail. InboxAPI gives your agent its own address — clear separation between you and your agent.
264
+ **Identity** — When your agent sends from your Gmail, recipients can't tell who they're talking to. Replies go to your inbox, mixed with your real mail. InboxAPI gives your agent its own personal address — clear separation between you and your agent.
272
265
 
273
266
  **Practicality** — Gmail/Outlook APIs aren't MCP-native. You'd need middleware, OAuth plumbing, and custom integration. InboxAPI works out of the box with any MCP client.
274
267
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inboxapi/cli",
3
- "version": "0.2.22",
3
+ "version": "0.2.24",
4
4
  "description": "📧 Email for your AI 🤖",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -28,13 +28,13 @@
28
28
  "test": "cargo test"
29
29
  },
30
30
  "optionalDependencies": {
31
- "@inboxapi/cli-darwin-arm64": "0.2.22",
32
- "@inboxapi/cli-darwin-x64": "0.2.22",
33
- "@inboxapi/cli-linux-arm64": "0.2.22",
34
- "@inboxapi/cli-linux-x64": "0.2.22",
35
- "@inboxapi/cli-win32-x64": "0.2.22"
31
+ "@inboxapi/cli-darwin-arm64": "0.2.24",
32
+ "@inboxapi/cli-darwin-x64": "0.2.24",
33
+ "@inboxapi/cli-linux-arm64": "0.2.24",
34
+ "@inboxapi/cli-linux-x64": "0.2.24",
35
+ "@inboxapi/cli-win32-x64": "0.2.24"
36
36
  },
37
37
  "dependencies": {
38
- "@inboxapi/cli": "^0.2.22"
38
+ "@inboxapi/cli": "^0.2.24"
39
39
  }
40
40
  }