not checking mail folder sync error when LIST command's result callback is called. 46/94146/4
authorSan Cho <san.cho@samsung.com>
Mon, 27 Jun 2016 10:16:03 +0000 (19:16 +0900)
committerintae jeon <intae.jeon@samsung.com>
Fri, 28 Oct 2016 07:17:22 +0000 (00:17 -0700)
commit2a80badc56f9df0909a55d42f8594553d8fe2dc5
treeb15af581bd3690bda3c36a410e81ec0c6726cbc0
parente87d6cbc9c49203c506c880a67b743f2d298eb39
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>
email-core/email-core-imap-mailbox.c