MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.59k stars 623 forks source link

Added type annotations for NSArray #1957

Closed jrpinteno closed 1 year ago

jrpinteno commented 1 year ago

Type annotations added for better swift interoperability

haithngn commented 1 year ago

Thanks, This resolves a lot of Xcode warnings.