Packages
Email reply parser for retrieval of the last reply from email message. Originally an Elixir port of https://github.com/github/email_reply_parser as well as its port https://github.com/zapier/email-reply-parser enhanced by e.g. an ability to handle emails with German.
Current section
Files
Jump to
Current section
Files
lib/elixir_email_reply_parser/email_message.ex
defmodule ElixirEmailReplyParser.EmailMessage do
@moduledoc false
defstruct [
fragments: []
]
end