Hello,
I’ve been trying to get emails with a specific subject from the Gmail server by using Get IMAP Mail Messages activity.
I was able to filter subjects by English alphabet such as “RPA”
but failed to filter subjects by non-English alphabets such as “파일”(Korean word for “file”).
I’ve tried to change FilterExpressionCharacterSet to “UTF-8” which supports the language.
I also tried to include “CHARSET UTF-8” in the FilterExpression, but all of these attempts returned a ‘BAD’ response.
I have read the official document about this activity :
https://docs.uipath.com/activities/docs/get-imap-mail-messages
But this page does not specifically explains all filter methods properly.
I’ve also looked into this page to see if such a method also works,
but I am still getting a ‘BAD’ response as long as I insert Korean in the expression:
https://datatracker.ietf.org/doc/html/rfc9051#name-search-command
Is it possible to filter IMAP messages for Korean or other non-English alphabets?
If not, what other methods should I consider?
Thanks.