geary/test/engine/imap
Michael Gratton cff26e2501 Geary.Imap.Deserializer: Workaround GMail not quoting IMAP email flags
GMail doesn't seem to quote IMAP email flags when they contain spaces
or `]`, a reserved character under RFC 3501. We can't do anything
about the former, but we can work around the latter.

This patch adds a quirk allowing `]` in IMAP flags in general for
GMail accounts, and adds some additional unit tests to that end.
2020-05-04 10:53:31 +10:00
..
command Geary.SpecialFolderType: Rename class and related properties, signals 2020-03-31 16:15:57 +11:00
message Make it possible to distinguish between different folder roots 2019-04-17 09:06:24 +10:00
parameter Remove ListParameter.parent property so lists can have multiple parents. 2018-09-01 22:09:18 +10:00
response Tidy up unit test infrastructure and mock classes. 2018-04-07 09:41:18 +10:00
transport Geary.Imap.Deserializer: Workaround GMail not quoting IMAP email flags 2020-05-04 10:53:31 +10:00