summaryrefslogtreecommitdiff
path: root/include/email.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/email.h')
-rwxr-xr-xinclude/email.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/email.h b/include/email.h
index fa6164d..529a750 100755
--- a/include/email.h
+++ b/include/email.h
@@ -227,6 +227,7 @@ int email_remove_all_attachments(email_h email);
* @retval #EMAILS_ERROR_NONE Successful
* @retval #EMAILS_ERROR_COMMUNICATION_WITH_SERVER_FAILED Communication with server failed.
* @retval #EMAILS_ERROR_INVALID_PARAMETER Invalid parameter
+ * @retval #EMAIL_ERROR_PERMISSION_DENIED Permission deny
*
* @pre An email message handle is created using email_create_message().
*