geary/test/engine/imap/transport
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
..
imap-client-connection-test.vala Geary.Imap: Make command cancellable a property of the command object 2020-09-02 14:34:41 +10:00
imap-client-session-test.vala Geary.Imap.ClientSession: Treat logout as disconnect 2020-09-27 17:38:10 +10:00
imap-deserializer-test.vala engine: Fix flag being mistaken for a response code 2022-09-20 18:32:37 +02:00