You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, one HEADER search criteria can be passed to the search command only. To be more precise: can add more but only in OR or NOT fields so there is no option to add multiple with AND relation.
I could workaround it with passing search object like the following:
But this is not a nice solution. I've tried to pass header: ['subject', 'To search for this', 'HEADER', 'from', 'from@address'] but that's results in invalid command since 'HEADER' will be added as String not as atom.
I know about #212 but I wanted to report this. Who knows, maybe I'll have time to create a PR as well.
The text was updated successfully, but these errors were encountered:
Currently, one HEADER search criteria can be passed to the search command only. To be more precise: can add more but only in OR or NOT fields so there is no option to add multiple with AND relation.
I could workaround it with passing search object like the following:
But this is not a nice solution. I've tried to pass
header: ['subject', 'To search for this', 'HEADER', 'from', 'from@address']
but that's results in invalid command since'HEADER'
will be added asString
not asatom
.I know about #212 but I wanted to report this. Who knows, maybe I'll have time to create a PR as well.
The text was updated successfully, but these errors were encountered: