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

[Bug] - Can not compile success on windows #1939

Open hxb-new opened 2 years ago

hxb-new commented 2 years ago

i want to use this on windows,but the code cannot compile success ,there some errors,such as:

Cannot open include file: 'sys/mman.h': No such file or directory error C3861: 'memmem': identifier not found Cannot open include file: 'strings.h': No such file or directory error C2440: 'type cast' : cannot convert from 'void (__cdecl mailcore::IMAPOperation::* )(void)' to 'mailcore::Object::Method'

and more.

is this can't support windows OS?