postal icon indicating copy to clipboard operation
postal copied to clipboard

Add Subject: search and wildcard support for from:, to:, subject:

Open slobodangacesa opened this issue 6 months ago • 7 comments

slobodangacesa avatar Jun 19 '25 16:06 slobodangacesa

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Aug 08 '25 02:08 github-actions[bot]

I hope this gets reviewed and merged one day :)

slobodangacesa avatar Aug 08 '25 06:08 slobodangacesa

Also tested and working for me, what a life saver

flightnut avatar Sep 22 '25 15:09 flightnut

This will do LIKE queries for all to and from field queries. We probably only want to use LIKE when the value being queried contains a % character.

adamcooke avatar Oct 01 '25 16:10 adamcooke

Works great though either way, this is a no-brainer

flightnut avatar Oct 01 '25 17:10 flightnut

This will do LIKE queries for all to and from field queries. We probably only want to use LIKE when the value being queried contains a % character.

Oh, thanks for the tip! I've refactored to use LIKE only when query string includes %.

slobodangacesa avatar Oct 01 '25 21:10 slobodangacesa

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Nov 16 '25 02:11 github-actions[bot]