libetpan

Portable mail library for handling IMAP, POP3, SMTP and other protocols

brewmacoslinux
Try with needOr install directly
Source

About

Portable mail library handling several protocols

Commands

libetpan

Examples

Link against libetpan in C/C++ projects for mail protocol support$ gcc -o mail_client mail_client.c `pkg-config --cflags --libs libetpan`
Check libetpan installation and version information$ pkg-config --modversion libetpan
View libetpan compiler and linker flags for build configuration$ pkg-config --cflags --libs libetpan