aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: a6d0772e60ab4985d6b7905d00aeddf883104cc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Mailcore 2

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.

- POP, IMAP and SMTP support
- RFC822 parser and generator
- asynchronous APIs
- HTML rendering of messages

## Quick project setup instruction

### Mac framework

- Add mailcore.framework
- Make sure to use LLVM C++ standard library.

### Mac static library

- Add libMailCore.a
- Set "Other Linker Flags": `-lctemplate -letpan -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lc++ -all_load`
- Make sure to use LLVM C++ standard library.

### iOS static library

- Add libMailCore-ios.a
- Set "Other Linker Flags": `lctemplate-ios -letpan-ios -licudata -licui18n -licuuc -lxml2 -lsasl2 -liconv -ltidy -lstdc++ -all_load`
- Make sure to use GNU C++ standard library.