|
|
@ -2378,8 +2378,8 @@ public class IMAPFolder extends Folder implements UIDFolder, ResponseHandler {
|
|
|
|
|
|
|
|
|
|
|
|
} catch (CommandFailedException cfx) {
|
|
|
|
} catch (CommandFailedException cfx) {
|
|
|
|
// unsupported charset or search criterion
|
|
|
|
// unsupported charset or search criterion
|
|
|
|
eu.faircode.email.Log.e(cfx);
|
|
|
|
eu.faircode.email.Log.e(new MessagingException(term.getClass().getName(), cfx));
|
|
|
|
if (term instanceof MessageIDTerm)
|
|
|
|
if (term instanceof MessageIDTerm) // Yandex: NO [UNAVAILABLE] SEARCH Backend error. sc=...
|
|
|
|
return new Message[0];
|
|
|
|
return new Message[0];
|
|
|
|
return super.search(term);
|
|
|
|
return super.search(term);
|
|
|
|
} catch (SearchException sex) {
|
|
|
|
} catch (SearchException sex) {
|
|
|
|