Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incoming message not resend the in-reply-to and references to HTTP Endpoint #2993

Open
jzapater opened this issue May 30, 2024 · 3 comments
Open

Comments

@jzapater
Copy link

Describe the bug

Incoming message not resend the in-reply-to and references to HTTP Endpoint

To Reproduce

  1. Create a HTTP Endpoint with Sent in the body as JSON and Delivered as a hash
  2. Create Routes with in email to previous Endpoint
  3. Sent a message from email internal of route previous to external mail.
  4. The external mail respond to message with reply.
  5. Postal receive the message and route to HTTP Endpoint
  6. The Endpoint receive nothing in the fields: "in_reply_to": "",
    "references": "", and the incoming message have values in this fields in Headers.
@willpower232
Copy link
Collaborator

Are you able to see the incoming message in the Postal UI? That should confirm whether or not Postal was able to identify a match for what it was a reply to

@jzapater
Copy link
Author

Yes, in Postal is the correct in_reply_to and references.
The problem is that these fields (which are the same) are not passed to the HTTP Endpoint.

@willpower232
Copy link
Collaborator

if Postal knows which email the incoming message refers to, it should link to it in the UI. If you can't see that link then Postal doesn't know for whatever reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants