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
I'm facing an issue when trying to fetch mails from the Api (v2).
Performing a query on /api/v2/search using containing on the subject of a mail gives an empty result.
For instance I search: 'containing' => 'Your free product', but in fact the subject appears as Your free =?utf-8?Q?product=0A?= when fetching all mails, so I can't retrieve it from a search query directly.
Could it be possible to do something for clean up the subject as it is done for the web interface, in order to allow performing containing queries on?
Thank you
See #46 for a similar issue that has been fixed on the UI side.
The text was updated successfully, but these errors were encountered:
I'm facing an issue when trying to fetch mails from the Api (v2).
Performing a query on
/api/v2/search
usingcontaining
on the subject of a mail gives an empty result.For instance I search:
'containing' => 'Your free product'
, but in fact the subject appears asYour free =?utf-8?Q?product=0A?=
when fetching all mails, so I can't retrieve it from asearch
query directly.Could it be possible to do something for clean up the subject as it is done for the web interface, in order to allow performing
containing
queries on?Thank you
See #46 for a similar issue that has been fixed on the UI side.
The text was updated successfully, but these errors were encountered: