MailCore example iOS 13 Swift 5 XCode 11.3 (with e-mail protocols IMAP, POP and SMTP)
MailCore 2 provides a simple and asynchronous Objective-C API to work with the e-mail protocols IMAP, POP and SMTP. The API has been redesigned from the ground up. It features:
- POP, IMAP and SMTP support
- RFC822 parser and generator
- Asynchronous APIs
- HTML rendering of messages
- iOS and Mac support
MailCore 2 is available on CocoaPods.
For iOS:
pod 'mailcore2-ios'
In this demo, Go to pod file & uncomment above line & install pod again then You are good to go. Everything is already implemented in example.