From a77fcf156a317f13c773281b34bad099238bc75e Mon Sep 17 00:00:00 2001 From: Sergei Epatov Date: Wed, 27 Jan 2016 11:31:04 +0200 Subject: Fix error handling add core–constants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/abstract/MCMessageConstants.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/abstract/MCMessageConstants.h b/src/core/abstract/MCMessageConstants.h index 7d7403da..a0522560 100644 --- a/src/core/abstract/MCMessageConstants.h +++ b/src/core/abstract/MCMessageConstants.h @@ -253,6 +253,8 @@ namespace mailcore { ErrorServerDate, ErrorNoValidServerFound, ErrorCustomCommand, + ErrorSendMessageSpamSuspected, + ErrorSendMessageDailyLimitExceeded }; enum PartType { -- cgit v1.2.3