mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Check folder capability
This commit is contained in:
@@ -374,7 +374,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
// https://tools.ietf.org/html/rfc3501#section-6.4.4
|
||||
if (criteria.query != null &&
|
||||
criteria.query.startsWith("raw:") &&
|
||||
state.iservice.hasCapability("X-GM-EXT-1") &&
|
||||
protocol.hasCapability("X-GM-EXT-1") &&
|
||||
EntityFolder.ARCHIVE.equals(browsable.type)) {
|
||||
// https://support.google.com/mail/answer/7190
|
||||
// https://developers.google.com/gmail/imap/imap-extensions#extension_of_the_search_command_x-gm-raw
|
||||
|
||||
Reference in New Issue
Block a user