merge UTs fixes to Tizen_2.1
authorshivakumar jagalur matt <shiva.jm@samsung.com>
Thu, 21 Mar 2013 06:09:31 +0000 (11:39 +0530)
committershivakumar jagalur matt <shiva.jm@samsung.com>
Thu, 21 Mar 2013 06:09:31 +0000 (11:39 +0530)
Change-Id: Ie67db73406bbc127137043ebc1bcf478ff3d789a
Signed-off-by: shivakumar jagalur matt <shiva.jm@samsung.com>
src/FMsg_DetailedEmailMessageImpl.cpp
src/FMsg_Types.h

index 2684895..c7e1f61 100644 (file)
@@ -88,6 +88,7 @@ _DetailedEmailMessageImpl::_DetailedEmailMessageImpl(const _DetailedEmailMessage
        __messageClass = value.__messageClass;
        __digestType = value.__digestType;
        __smimeType = value.__smimeType;
+       __pAttachmentList = null;
 
        if (value.__pAttachmentList)
        {
index ea09dab..0e78c5b 100644 (file)
@@ -71,8 +71,8 @@ namespace Tizen { namespace Messaging
 //Detail email message 
 #define MAX_EMAIL_MESSAGE_RECEIPT_TYPE                         3
 #define MAX_EMAIL_MESSAGE_BODY_TYPE                            3
-#define MAX_EMAIL_MESSAGE_PRIORITY                             3
-#define MAX_EMAIL_MESSAGE_RETURN_RECEIPT_TYPE                  4
+#define MAX_EMAIL_MESSAGE_PRIORITY                             6
+#define MAX_EMAIL_MESSAGE_RETURN_RECEIPT_TYPE                  0x09
 #define MAX_EMAIL_MESSAGE_CLASS                                22
 #define MAX_EMAIL_MESSAGE_DIGEST_TYPE                          2
 #define MAX_EMAIL_MESSAGE_SMIME_TYPE                           4