{"id":32172843,"url":"https://github.com/konimarti/elixir-mbox","last_synced_at":"2026-02-20T16:01:31.543Z","repository":{"id":62329572,"uuid":"556816409","full_name":"konimarti/elixir-mbox","owner":"konimarti","description":"Read and write MBOX files in Elixir","archived":false,"fork":false,"pushed_at":"2022-10-30T20:45:42.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T03:20:43.472Z","etag":null,"topics":["mail","mbox","parser","reader","writer"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/konimarti.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}},"created_at":"2022-10-24T15:09:50.000Z","updated_at":"2022-10-30T20:31:01.000Z","dependencies_parsed_at":"2022-10-30T22:00:54.865Z","dependency_job_id":null,"html_url":"https://github.com/konimarti/elixir-mbox","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/konimarti/elixir-mbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konimarti%2Felixir-mbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konimarti%2Felixir-mbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konimarti%2Felixir-mbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konimarti%2Felixir-mbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konimarti","download_url":"https://codeload.github.com/konimarti/elixir-mbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konimarti%2Felixir-mbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29656589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["mail","mbox","parser","reader","writer"],"created_at":"2025-10-21T18:44:52.508Z","updated_at":"2026-02-20T16:01:31.538Z","avatar_url":"https://github.com/konimarti.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mbox\n\nRead and write mbox files. Works well in combination with\n[elixir-mail](http://github.com/DockYard/elixir-mail).\n\nElixir fork of [go-mbox](http://www.github.com/emersion/go-mbox).\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    # Get from hex\n    {:mbox, \"~\u003e 0.1.0\"}\n\n    # Or from github\n    {:mbox, github: \"konimarti/elixir-mbox\"}\n  ]\nend\n```\n\n## Usage\n\n#### Parse mbox files\n\n```elixir\n{:ok, body} = File.read(\"path/to/mboxfile\")\nmessages = Mbox.Parser.parse(body)\n```\n\n#### Render mbox files\n\n```elixir\noutput = Mbox.Renderer.render(messages)\n```\n\n#### In combination with elixir-mail\n\n```elixir\n\n\n{:ok, body} = File.read(\"path/to/mboxfile\")\n\nmails =\nbody\n|\u003e Mbox.Parser.parse\n|\u003e Enum.map(\u0026Mail.Parsers.RFC2822.parse/1)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonimarti%2Felixir-mbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonimarti%2Felixir-mbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonimarti%2Felixir-mbox/lists"}