{"id":44273838,"url":"https://github.com/dan5py/mbox-viewer","last_synced_at":"2026-04-01T20:39:29.982Z","repository":{"id":329866128,"uuid":"1091378906","full_name":"dan5py/mbox-viewer","owner":"dan5py","description":"Modern and simple offline MBOX files viewer","archived":false,"fork":false,"pushed_at":"2026-03-21T12:36:28.000Z","size":1529,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-21T16:18:30.447Z","etag":null,"topics":["emails","mail","mbox","mbox-viewer"],"latest_commit_sha":null,"homepage":"https://mbox-viewer.dan5py.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dan5py.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-06T23:59:02.000Z","updated_at":"2026-03-21T12:35:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dan5py/mbox-viewer","commit_stats":null,"previous_names":["dan5py/mbox-viewer"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dan5py/mbox-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fmbox-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fmbox-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fmbox-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fmbox-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dan5py","download_url":"https://codeload.github.com/dan5py/mbox-viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan5py%2Fmbox-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["emails","mail","mbox","mbox-viewer"],"created_at":"2026-02-10T20:10:01.690Z","updated_at":"2026-04-01T20:39:29.954Z","avatar_url":"https://github.com/dan5py.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MBOX Viewer\n\n\u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n  \u003cimg src=\"./public/icons/icon-192x192.png\" alt=\"logo\" width=\"128\" height=\"128\" style=\"border-radius: 16px;\" /\u003e\n\u003c/div\u003e\n\nA modern, fast, and privacy-focused MBOX file viewer that runs directly in your browser.\n\n## Key Features\n\n- **Client-Side Processing**: All MBOX file parsing and rendering is done in the browser. Your files are never uploaded to a server, ensuring your data remains private.\n- **Modern UI**: A clean and modern interface built with Shadcn/ui and Tailwind CSS.\n- **HTML Email Rendering**: Accurately renders HTML emails, including attachments and inline images.\n- **Bulk Message Export**: Select messages across paginated results and export them as MBOX, TXT, or HTML (with optional attachment bundles).\n- **Multiple File Import**: Import many MBOX files at once with drag-and-drop or file picker multi-select.\n- **PWA Support**: Install the viewer as a Progressive Web App with offline-ready app shell caching.\n- **i18n Support**: Internationalization support with English and Italian locales.\n\n## Tech Stack\n\n- [Next.js](https://nextjs.org/)\n- [React](https://react.dev/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Shadcn/ui](https://ui.shadcn.com/)\n- [Zustand](https://zustand-demo.pmnd.rs/)\n- [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)\n- [Bun](https://bun.sh/)\n\n## Getting Started\n\n### Prerequisites\n\nThis project uses [Bun](https://bun.sh/docs/installation) as package manager.\n\n### Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/dan5py/mbox-viewer.git\n   cd mbox-viewer\n   ```\n\n2. Install the dependencies:\n\n   ```sh\n   bun install\n   ```\n\n3. Run the development server:\n\n   ```sh\n   bun dev\n   ```\n\nNavigate to \u003chttp://localhost:3000\u003e to view the app.\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue for it.\nThank you!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feat/new-feature`)\n3. Run `bun run format` to format the code\n4. Run `bun run lint` to check for linting errors\n5. Commit your Changes (`git commit -m 'feat: add new feature'`)\n6. Push to the Branch (`git push origin feat/new-feature`)\n7. Open a Pull Request\n\n### Commit Messages\n\nWe use [Commitlint](https://commitlint.js.org/) to enforce commit message conventions.\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan5py%2Fmbox-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdan5py%2Fmbox-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan5py%2Fmbox-viewer/lists"}