Hello,

I need a simple library for smtp/pop3 email. I develop an application (C language) and I need to use one email account for sending/receiving emails. I recieve a lot of emails with some attachments. I need that my app to download automatically that emails, save attachments...and send a reply email to the sender.
Any idea about a library that is able to do this...with simple functions (I don't have time to write my own library)

Thanks.