Closed julianfairfax closed 2 years ago
Yeah, sorry, but this isn't mergeable. We should implement the query properly when we can, and error out if we can't reply.
The problem is that showing an error actually creates more problems than it solves. (At least for this case)
Yes, for this very specific case, it does. For pretty much every other case, it'll return wrong results. I'd rather fix this properly than adding bad workarounds.
I've fixed issue #149 by commenting out lines 311 to 313 of imap/mailbox.go. This obviously doesn't add the functionality, but prevents K-9 Mail from interpreting the output as an error, upon which the application fetches all mail with absolutely no issue.