Elise Shanholtz

Results 39 comments of Elise Shanholtz

Is this going to be a MVR?

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

You are welcome to submit a PR with the proposed improvements and we will add it to our backlog for review.

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

@phillipbroberts Looks like it's having an issue parsing the email header portion. Can you please include an example of the inbound email request body so I can run further tests?

I was able to recreate this bug. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it...

Hi @garydevenay I noticed you're using `http.DetectContentType(contents)` to determine the content type, instead of reading the type parsed from the email by `inbound.Parse`. Is the content type parsed from the...

Ah, my apologies. There is a `ParsedEmail.Headers` property that reads headers from the email, but the `Content-Type` header you would end up reading from there is `multipart/mixed`. I was able...

@barrettkingram Looking at the docs for [Net::HttpHeader](https://ruby-doc.org/stdlib-2.6.3/libdoc/net/http/rdoc/Net/HTTPHeader.html), it states that the keys should be case-insensitive, but looking at this [relevant StackOverflow post](https://stackoverflow.com/questions/14719581/get-response-headers-from-ruby-http-request), reading the header hash (which is done to...

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.