Skip to content

Kody is live

Watch the launch video — what Kody is, and why it exists.

← Public packages

@noah/hey-email

HEY.com email integration with Kody: search threads, read messages/attachments, create drafts, and send with explicit confirmation.

package.json

45 lines · 1.1 KB · JSON
{
  "name": "@noah/hey-email",
  "version": "1.2.0",
  "private": true,
  "type": "module",
  "exports": {
    ".": {
      "default": "./src/index.js"
    },
    "./search": {
      "default": "./src/search.js"
    },
    "./boxes": {
      "default": "./src/boxes.js"
    },
    "./topic": {
      "default": "./src/topic.js"
    },
    "./entries": {
      "default": "./src/entries.js"
    },
    "./message": {
      "default": "./src/message.js"
    },
    "./attachments": {
      "default": "./src/attachments.js"
    },
    "./drafts": {
      "default": "./src/drafts.js"
    },
    "./reply": {
      "default": "./src/reply.js"
    },
    "./send": {
      "default": "./src/send.js"
    }
  },
  "kody": {
    "id": "hey-email",
    "description": "HEY.com email integration with Kody: search threads, read messages/attachments, create drafts, and send with explicit confirmation.",
    "category": "integrations"
  },
  "license": "MIT",
  "description": "HEY.com email integration with Kody: search threads, read messages/attachments, create drafts, and send with explicit confirmation."
}