Invitation shown as "Unknown" when sent from EAS account and received sending failure... 26/94026/2
authorSan Cho <san.cho@samsung.com>
Thu, 16 Jun 2016 02:49:55 +0000 (11:49 +0900)
committerintae jeon <intae.jeon@samsung.com>
Thu, 27 Oct 2016 01:01:44 +0000 (18:01 -0700)
commit0b852a62cfab550334d367cf8d5f5f93b71c107f
tree73e74701899ca4c41db7f27e8d08c31cc45891af
parent87ef70aa756567394703bd3f1c29719554576a70
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
email-core/email-core-gmime.c