not checking mail folder sync error when LIST command's result callback is called. 82/94982/1
authorSan Cho <san.cho@samsung.com>
Mon, 27 Jun 2016 10:16:03 +0000 (19:16 +0900)
committerintae jeon <intae.jeon@samsung.com>
Wed, 2 Nov 2016 05:23:25 +0000 (22:23 -0700)
commitafdaadeb063ec4b4993b56f15f99c323988c802d
treeb15af581bd3690bda3c36a410e81ec0c6726cbc0
parentb405850488f1ee00d2189c8a4b0ca638e6dfc771
not checking mail folder sync error when LIST command's result callback is called.

[Problem] the mails of INBOX was removed suddendly.
[Cause & Measure] Cause: mail folder sync operation is operated quite often.
But if there is a unexpected error in the folder sync time, we are guessing that not synced folder yet (because of network error) may be removed on mail server. so we are removing it from local db.

Change-Id: I33c2af6afd2956cfd188d5d0f6fc2df0dbb0ddaa
Signed-off-by: intae, jeon <intae.jeon@samsung.com>
(cherry picked from commit 2a80badc56f9df0909a55d42f8594553d8fe2dc5)
email-core/email-core-imap-mailbox.c