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

Fix nullability warning #1952

Open akkrat opened 1 year ago

akkrat commented 1 year ago

Partial nullability specification is not allowed in headers without NS_ASSUME_NONNULL_BEGIN macro.