Minor doc comment update

This commit is contained in:
Michael Gratton 2019-12-29 12:28:10 +10:30 committed by Michael James Gratton
parent d2724e1c4b
commit cc5efc5f98

View file

@ -63,6 +63,11 @@ public errordomain Geary.ImapError {
/**
* The remote IMAP server not currently available.
*
* This does not indicate a network error, rather it indicates a
* connection to the server was established but the server
* indicated it is not currently servicing the connection.
*/
UNAVAILABLE
UNAVAILABLE;
}