{"id":23600215,"url":"https://github.com/timharek/migadu-deno","last_synced_at":"2025-11-05T05:30:25.617Z","repository":{"id":178944164,"uuid":"662598967","full_name":"timharek/migadu-deno","owner":"timharek","description":"Deno module for Migadu.","archived":false,"fork":false,"pushed_at":"2023-12-23T23:02:31.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T06:46:57.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timharek.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-07-05T13:29:09.000Z","updated_at":"2023-09-16T10:51:06.000Z","dependencies_parsed_at":"2023-12-24T00:09:01.890Z","dependency_job_id":null,"html_url":"https://github.com/timharek/migadu-deno","commit_stats":null,"previous_names":["timharek/migadu-deno"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timharek%2Fmigadu-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timharek%2Fmigadu-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timharek%2Fmigadu-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timharek%2Fmigadu-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timharek","download_url":"https://codeload.github.com/timharek/migadu-deno/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449590,"owners_count":19640535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-27T11:49:08.761Z","updated_at":"2025-11-05T05:30:25.585Z","avatar_url":"https://github.com/timharek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![builds.sr.ht status](https://builds.sr.ht/~timharek/migadu-deno/commits/.build.yml.svg)](https://builds.sr.ht/~timharek/migadu-deno/commits/.build.yml?)\n[![GitHub mirror](https://img.shields.io/badge/mirror-GitHub-black.svg?logo=github)](https://github.com/timharek/migadu-deno)\n\n# Migadu\n\nA [Deno][deno] module that can access [Migadu's API][migadu].\n\nThere is also an CLI available. More documentaion is coming.\n\nThe following is not yet implemented:\n\n- [Aliases](https://www.migadu.com/api/#aliases)\n- [Rewrites](https://www.migadu.com/api/#rewrites) (not sure if I want to implement this)\n\n## Usage\n\n\u003e [!WARNING]\\\n\u003e Use at own risk. There are no confirmations when deleting mailboxes and identities\n\nRemember to set environment variables:\n\n- `MIGADU_DOMAIN`\n- `MIGADU_USER`\n- `MIGADU_USER_TOKEN`\n\n### List all mailboxes\n\n```typescript\nimport { Mailbox } from \"https://deno.land/x/migadu/mod.ts\";\n\nconst mailboxes = await Mailbox.list(\"example.org\");\nconsole.log(mailboxes);\n```\n\n## CLI\n\n\u003e [!NOTE]\\\n\u003e You cannot update a mailbox or identity, yet. This is work in progress.\n\n### Installation\n\n```sh\ndeno install -A https://deno.land/x/migadu/src/cli/cli.ts \\\n  -n migadu\n```\n\n### Usage\n\n```sh\n# List all mailboxes for domain\nmigadu mbox list --domain example.org\n\n# Get mailbox from domain\nmigadu mbox get myName --domain example.org\n\n# See help for all available commands\nmigadu --help\n```\n\n[deno]: https://deno.land\n[migadu]: https://www.migadu.com/api/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimharek%2Fmigadu-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimharek%2Fmigadu-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimharek%2Fmigadu-deno/lists"}