Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gmail fails to search for Japanese words. #526

Open
hirokatsuhibino opened this issue Feb 15, 2021 · 1 comment · May be fixed by eclipse-ee4j/angus-mail#131
Open

Gmail fails to search for Japanese words. #526

hirokatsuhibino opened this issue Feb 15, 2021 · 1 comment · May be fixed by eclipse-ee4j/angus-mail#131

Comments

@hirokatsuhibino
Copy link

If you search for a string containing Japanese characters, the following exception will occur and the search will fail.

version 1.6.2

BX33 SEARCH UNDELETED OR OR OR OR OR FROM "i??i??A ̄" TO "i??i??A ̄" CC "i??i??A ̄" BCC "i??i??A ̄" SUBJECT "i??i??A ̄" BODY "i??i??A ̄" ALL

Caused by: com.sun.mail.iap.BadCommandException: E4 BAD Could not parse command
at com.sun.mail.iap.Protocol.handleResult(Protocol.java:439)
at com.sun.mail.imap.protocol.IMAPProtocol.issueSearch(IMAPProtocol.java:2596)
at com.sun.mail.imap.protocol.IMAPProtocol.search(IMAPProtocol.java:2501)
at com.sun.mail.imap.protocol.IMAPProtocol.search(IMAPProtocol.java:2486)
at com.sun.mail.imap.IMAPFolder.search(IMAPFolder.java:2375)

@NAVNEETQA
Copy link

Same for me as well .. If anyone knows the answer plz reply on the post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants