geary/test/engine/imap
Richard Adenling efca9615a6 engine: Fix flag being mistaken for a response code
The parser would think the flag was a response code if the flag started
with a '[' character. Flags like these are sometimes returned by Gmail
which broke fetching emails from Gmail.

This commit checks if the parser is already parsing flags and if so
treats any starting '[' characters as part of the flag string.
2022-09-20 18:32:37 +02:00
..
command Geary.Imap: Make command cancellable a property of the command object 2020-09-02 14:34:41 +10:00
message Update existing tests to work with ValaUnit 2020-06-30 17:31:07 +10:00
parameter Update existing tests to work with ValaUnit 2020-06-30 17:31:07 +10:00
response Geary.Imap: Add quirk for Envelope address structure placeholders 2020-08-18 16:34:24 +10:00
transport engine: Fix flag being mistaken for a response code 2022-09-20 18:32:37 +02:00