{"id":21564633,"url":"https://github.com/hellogustav/elixir_email_reply_parser","last_synced_at":"2025-04-10T13:09:25.775Z","repository":{"id":59150126,"uuid":"85703339","full_name":"hellogustav/elixir_email_reply_parser","owner":"hellogustav","description":"An Elixir port of https://github.com/github/email_reply_parser as well as (especially) its port of https://github.com/zapier/email-reply-parser","archived":false,"fork":false,"pushed_at":"2017-11-14T22:07:33.000Z","size":76,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T11:56:48.932Z","etag":null,"topics":["elixir","elixir-library","elixir-programming-language","email","email-body-parsing","email-parsing","email-reply-parsing","email-text-parsing"],"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/hellogustav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-21T13:10:31.000Z","updated_at":"2023-08-21T17:16:26.000Z","dependencies_parsed_at":"2022-09-13T09:02:36.462Z","dependency_job_id":null,"html_url":"https://github.com/hellogustav/elixir_email_reply_parser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Felixir_email_reply_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Felixir_email_reply_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Felixir_email_reply_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellogustav%2Felixir_email_reply_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellogustav","download_url":"https://codeload.github.com/hellogustav/elixir_email_reply_parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792923,"owners_count":20996896,"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":["elixir","elixir-library","elixir-programming-language","email","email-body-parsing","email-parsing","email-reply-parsing","email-text-parsing"],"created_at":"2024-11-24T10:16:37.413Z","updated_at":"2025-04-10T13:09:25.758Z","avatar_url":"https://github.com/hellogustav.png","language":"Elixir","readme":"# Elixir Email Reply Parser\n\n[![Build Status](https://travis-ci.org/hellogustav/elixir_email_reply_parser.svg?branch=master)](https://travis-ci.org/hellogustav/elixir_email_reply_parser)\n\nFor retrieval of the last reply from email message text (body).\n\nOriginally an Elixir port of [https://github.com/github/email_reply_parser](https://github.com/github/email_reply_parser)\nas well as (especially) its port of [https://github.com/zapier/email-reply-parser](https://github.com/zapier/email-reply-parser)\nenhanced by e.g. ability to handle emails generated by email clients with German localization.\n\n## Installation\n\nThe package can be installed by adding `elixir_email_reply_parser` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:elixir_email_reply_parser, \"~\u003e 0.1.2\"}]\nend\n```\n\n## Usage\n\n```elixir\n    iex\u003e email_content = \"Hi!\\n\\n How are you?\\n__________\\nFrom: Some Author\\n\\n Previous email\"\n    iex\u003e ElixirEmailReplyParser.parse_reply(email_content)\n    \"Hi!\\n\\n How are you?\"\n```\n\n## Links\n\nSource code can be found at [https://github.com/hellogustav/elixir_email_reply_parser](https://github.com/hellogustav/elixir_email_reply_parser)\n\nPackage info can be found at [https://hex.pm/packages/elixir_email_reply_parser](https://hex.pm/packages/elixir_email_reply_parser)\n\nPublished version of the docs can be found at [https://hexdocs.pm/elixir_email_reply_parser](https://hexdocs.pm/elixir_email_reply_parser).\n\nLicensed under the [MIT license](https://github.com/hellogustav/elixir_email_reply_parser/blob/master/LICENSE.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellogustav%2Felixir_email_reply_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellogustav%2Felixir_email_reply_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellogustav%2Felixir_email_reply_parser/lists"}