Revert "not able to refesh INBOX" 96/92196/3
authorJongkyu Koo <jk.koo@samsung.com>
Thu, 13 Oct 2016 19:25:25 +0000 (12:25 -0700)
committerintae jeon <intae.jeon@samsung.com>
Thu, 13 Oct 2016 19:30:16 +0000 (12:30 -0700)
This reverts commit 106695ca0d64680262901e8a9529be241484f3ad.

Change-Id: Ie0109dddfde7ce54857c41b08c80b8a9ed82e184

email-core/email-core-imap-mailbox.c

index c5fa364..6585807 100755 (executable)
@@ -734,16 +734,7 @@ int emcore_download_mailbox_list(void *mail_stream,
        *count        = holder.num;
        *mailbox_list = (email_internal_mailbox_t*) holder.data;
 
-
-       EM_DEBUG_LOG("count: [%d], mailbox_list[%p]", *count, *mailbox_list);
-       if (*count <= 0 || *mailbox_list == NULL) {
-               err = EMAIL_ERROR_MAILBOX_NOT_FOUND;
-               ret = false;
-       } else {
-               ret = true;
-       }
-
-
+       ret = true;
 
 FINISH_OFF:
        if (err_code)