MailCore2无法从iOS中的Yahoo / OutLook邮件中获取已发送邮件

时间:2015-04-22 05:43:08

标签: ios email imap mailcore2

我使用以下方法获取INBOX电子邮件;

[self.imapSession fetchMessagesByNumberOperationWithFolder:inboxFolder requestKind:requestKind numbers:[MCOIndexSet indexSetWithRange:fetchRange]];

并成功获取所有邮件,但当我尝试获取已发送邮件时,它会在日志中显示以下错误

  

2015-04-21 18:13:23.961 TestMailCore [10138:212892]进展:1的10       2015-04-21 18:13:23.962 TestMailCore [10138:212892]进度:2 of 10       2015-04-21 18:13:23.962 TestMailCore [10138:212892]进展:3 of 10       2015-04-21 18:13:24.189 TestMailCore [10138:212892]进度:4/10       2015-04-21 18:13:24.190 TestMailCore [10138:212892]进展:10/10       2015-04-21 18:13:24.191 TestMailCore [10138:212892]进展:6/10       2015-04-21 18:13:24.191 TestMailCore [10138:212892]进展:7 of 10       2015-04-21 18:13:24.192 TestMailCore [10138:212892]进展:8/10       2015-04-21 18:13:24.193 TestMailCore [10138:212892]进展:9 of 10       2015-04-21 18:13:24.194 TestMailCore [10138:212892]获取所有消息。错误域= MCOErrorDomain代码= 19“发生错误时   在请求的文件夹中获取消息。“UserInfo = 0x7fee934ee710   {NSLocalizedDescription =在获取邮件时发生错误   请求的文件夹。}

0 个答案:

没有答案
相关问题