Please help me with this problem

I am trying to retrieve the Subject of the email in Gmail using IMAP.
in FilterExpression in the properties of IMAP I am using this command “SUBJECT IDs Request” but I got this error:

“The IMAP server replied to the ‘SEARCH’ command and a ‘BAD’ response: Could not parse Command”

Hi @jovarie.inoc

Can you try like this

“(SUBJECT IDs) (SUBJECT Request)”

This will check if subject contain IDs or Request.

cheers

Thank you for your fast response. Is it possible that I can retrieve the specific subject ?. By the way, it is working though and I would like to thank you for that.

the subject name is “IDs Request”.

Thank you again.

@jovarie.inoc

Try with and

same error. and I tried also the OR. The only working is (SUBJECT IDs) (SUBJECT Request). But I need the specific title of the Subject :frowning:

Hi @jovarie.inoc

Try these

"SUBJECT ""IDs Request"""

Or

"SUBJECT 'IDs Request'"

Or

"SUBJECT IDs SUBJECT Request"

I guess bracket is for OR. Been many days used a filter in IMAP

cheers

Thank you so much…

SUBJECT IDs SUBJECT Request this one works

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.