mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 18:26:20 +00:00
Improved logging
This commit is contained in:
parent
7855235da3
commit
22fe9c6b77
1 changed files with 2 additions and 2 deletions
|
@ -2378,8 +2378,8 @@ public class IMAPFolder extends Folder implements UIDFolder, ResponseHandler {
|
|||
|
||||
} catch (CommandFailedException cfx) {
|
||||
// unsupported charset or search criterion
|
||||
eu.faircode.email.Log.e(cfx);
|
||||
if (term instanceof MessageIDTerm)
|
||||
eu.faircode.email.Log.e(new MessagingException(term.getClass().getName(), cfx));
|
||||
if (term instanceof MessageIDTerm) // Yandex: NO [UNAVAILABLE] SEARCH Backend error. sc=...
|
||||
return new Message[0];
|
||||
return super.search(term);
|
||||
} catch (SearchException sex) {
|
||||
|
|
Loading…
Reference in a new issue