geary/test/engine/imap
Michael Gratton 41be8693d4 Geary.Imap.ClientSession: Treat logout as disconnect
Convert `get_protocol_state` to an automatic property, so that rather
than requiring explcit signals for lifecycle events, a GObject notify
signal can be used instead.

Convert disconnect signal to a property so it can be accessed if needed.

Convert code listening to the disconnect signal to listen to notify
signals for `protocol_state` instead, and hence also treat the session
as disconnected when a logout is in progress.

Fixes #986
2020-09-27 17:38:10 +10: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 Geary.Imap.ClientSession: Treat logout as disconnect 2020-09-27 17:38:10 +10:00