aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOConstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/abstract/MCOConstants.h')
-rw-r--r--src/objc/abstract/MCOConstants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objc/abstract/MCOConstants.h b/src/objc/abstract/MCOConstants.h
index 0e13f986..b2516754 100644
--- a/src/objc/abstract/MCOConstants.h
+++ b/src/objc/abstract/MCOConstants.h
@@ -330,6 +330,10 @@ typedef enum {
MCOErrorInvalidAccount,
/** IMAP: Error when trying to enable compression.*/
MCOErrorCompression,
+ /** SMTP: Error when no sender has been specified.*/
+ MCOErrorNoSender,
+ /** SMTP: Error when no recipient has been specified.*/
+ MCOErrorNoRecipient,
/** The count of all errors */
MCOErrorCodeCount,
} MCOErrorCode;