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.
It seems like it’s not possible through Get IMAP Mail Message.
Although it’s not the most optimized method,
I’ve just collected all mails without such filter first,
then filtered within the UiPath using if activities…