-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Allow search filtering of Reply-To header #247
Comments
No problem, I'm looking into this for you. |
This feature has just been added to v1.13.3, and includes the search filter ( Please note that the ReplyTo field in the JSON response will be an empty array for any existing data in your database as the Please confirm this resolves the issue? Thanks. |
I've just tested with v1.13.3 and can confirm that it works exactly as I'd hoped - both in the UI and API. Many thanks for adding this feature so quickly! |
Perfect, and you are welcome! Thanks for testing. |
It would be helpful to be able to search for emails that match a given
Reply-To
header.For example, I'd like to be able to use something like the following in the search field:
reply-to:"[email protected]"
(In my particular case, I'd like to be able to search on this field using the API
search
endpoint - but I'm assuming that this will be possible once added to the UI search)The text was updated successfully, but these errors were encountered: