Minor doc comment update
This commit is contained in:
parent
d2724e1c4b
commit
cc5efc5f98
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue