Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 iPad 准备应用程序,以通过 IMAP 从服务器访问邮件。我必须为邮件准备本地存储,以便即使没有互联网连接也可以访问所有邮件,我还必须执行其他邮件服务,如发送、转发、收件箱、删除、回复、全部回复并保存为草稿功能来自服务器的邮件。那么我应该使用哪个框架,以便所有事情都可以通过该框架实现,或者通过使用它可能会产生更少的问题。
那么,哪一个对我来说是最好的框架。
因为在使用某些框架之后,如果发现我使用的框架无法实现某些事情,那么它会发现问题更大。
我认为您可以为此使用 MailCore 框架。
添加 MessageUIFrameWork到您的项目并include #import <MessageUI/MFMailComposeViewController.h>在您的 .h 文件中采用协议并实现委托方法MFMailComposeViewControllerDelegate
MessageUIFrameWork
include #import <MessageUI/MFMailComposeViewController.h>
MFMailComposeViewControllerDelegate