[geary/mjog/imap-connection-fixes: 29/34] Geary.Imap.ResponseCodeType: Add some types from RFC 5530



commit 529201c4cf9e9dbd7c9cf4254db1bd720e3d2b28
Author: Michael Gratton <mike vee net>
Date:   Thu Mar 26 22:18:56 2020 +1100

    Geary.Imap.ResponseCodeType: Add some types from RFC 5530

 src/engine/imap/response/imap-response-code-type.vala | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/src/engine/imap/response/imap-response-code-type.vala 
b/src/engine/imap/response/imap-response-code-type.vala
index ce318d02..286fa189 100644
--- a/src/engine/imap/response/imap-response-code-type.vala
+++ b/src/engine/imap/response/imap-response-code-type.vala
@@ -21,12 +21,16 @@ public class Geary.Imap.ResponseCodeType : BaseObject, Gee.Hashable<ResponseCode
     public const string AUTHENTICATIONFAILED = "authenticationfailed";
     public const string AUTHORIZATIONFAILED = "authorizationfailed";
     public const string BADCHARSET = "badcharset";
+    public const string CANNOT = "cannot";
     public const string CAPABILITY = "capability";
     public const string CLIENTBUG = "clientbug";
     public const string COPYUID = "copyuid";
+    public const string LIMIT = "limit";
     public const string MYRIGHTS = "myrights";
     public const string NEWNAME = "newname";
-    public const string NONEXISTANT = "nonexistant";
+    public const string NONEXISTENT = "nonexistent";
+    public const string NOPERM = "noperm";
+    public const string OVERQUOTA = "overquota";
     public const string PARSE = "parse";
     public const string PERMANENT_FLAGS = "permanentflags";
     public const string READONLY = "read-only";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]