gpt4 book ai didi

iphone - Objective c MailCore 消息正文

转载 作者:行者123 更新时间:2023-11-30 15:57:33 25 4
gpt4 key购买 nike

我正在尝试使用 MailCore 获取邮件正文,但它始终为空。我的代码是

    CTCore *folder = [[CTCorefolder alloc] initWithPath:@"INBOX" inAccount:account];
for( CTCoreMessage *msg in [folder messageObjectsFromIndex : 0 toIndex:10] ){
if([msg.subject isEqualToString:@"test")]){
// no pb here, it find the good Mail
NSLog(@"Message Body length : %d", msg.body.length);
// here the length is 0 and the body is : ""
}
}

还有其他方法可以获取正文,例如“msg.HtmlBody”,但它也是空的。然而在火狐上我可以看到主体不是空的。我该怎么办?

最佳答案

您必须对每条消息调用 fetchBody 才能从服务器检索它。

关于iphone - Objective c MailCore 消息正文,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10414403/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com