diff options
author | Christopher Hockley <christopher@putcocoa.in> | 2015-01-26 11:24:26 +0100 |
---|---|---|
committer | Christopher Hockley <christopher@putcocoa.in> | 2015-01-26 11:24:26 +0100 |
commit | 4cae581f699ebebe46996e9c65aa40fcbeb31616 (patch) | |
tree | 3948a19508e1ab9d8d33888a0ca3404bf0a93090 /src/core/abstract | |
parent | e4374684684264f4264e85c4b12b02e4bcdcdb34 (diff) |
No info found ErrorCode
Used in AccountValidator
Diffstat (limited to 'src/core/abstract')
-rw-r--r-- | src/core/abstract/MCMessageConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/abstract/MCMessageConstants.h b/src/core/abstract/MCMessageConstants.h index 1c489583..5a822d7f 100644 --- a/src/core/abstract/MCMessageConstants.h +++ b/src/core/abstract/MCMessageConstants.h @@ -250,6 +250,7 @@ namespace mailcore { ErrorNoop, ErrorGmailApplicationSpecificPasswordRequired, // 40 ErrorServerDate, + ErrorNoInfoFound, }; enum PartType { |