Invitation shown as "Unknown" when sent from EAS account and received sending failure... 78/94978/1
authorSan Cho <san.cho@samsung.com>
Thu, 16 Jun 2016 02:49:55 +0000 (11:49 +0900)
committerintae jeon <intae.jeon@samsung.com>
Wed, 2 Nov 2016 05:20:17 +0000 (22:20 -0700)
commitdc2ebe0c16af93ba2e052b83e3e9ca597fb0344e
tree73e74701899ca4c41db7f27e8d08c31cc45891af
parent0426b89d565da776be52af4ac22c80e43ba3bb78
Invitation shown as "Unknown" when sent from EAS account and received sending failure server email and tried to open it from .eml attachment.

[Problem] Invitation shown as "Unknown" when sent from EAS account and received sending failure server email and tried to open it from .eml attachment.
[Cause & Measure] Cause: In parsing mime, "unknwon" is set as its name before checking content subtype as "calendar".
Measure: Checking content subtype first if it is calendar then set its name as "unknown" if it is not calendar type.

Change-Id: I2ba5ee8368d397b152d395db1e073e9d290c672d
(cherry picked from commit 0b852a62cfab550334d367cf8d5f5f93b71c107f)
email-core/email-core-gmime.c