Results 1 to 4 of 4
Hello all,
Currently looking C / C++ libraries (or an API or SDK) that will access SMTP, IMAP, POP3 to work under Linux.
Does such an animal exist? I have ...
- 03-28-2010 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 33
Mta c/c++ api??
Hello all,
Currently looking C / C++ libraries (or an API or SDK) that will access SMTP, IMAP, POP3 to work under Linux.
Does such an animal exist? I have googled and have seen *many* things for Windows but nothing for Linux.
Best Regards, Kasey
- 03-28-2010 #2
I am very happy with libspopc for accessing POP3 servers.
https://savannah.nongnu.org/projects/libspopc/
For the others, GNU offers quite a package.
GNU Mailutils - GNU Project - Free Software Foundation (FSF)Debian GNU/Linux -- You know you want it.
- 03-28-2010 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 33
Hello and thanks for responding.
I went to the savannah project and saw the following:
It does not handle mail file parsing, but just provides a session-based or a socket-based interface for email transfert.
Would you happen to know of an API that does parsing as well? The idea is to use it as part of C/C++ coding.
TIA
- 03-28-2010 #4
Mailutils is pretty complete. It should include a parser.
Debian GNU/Linux -- You know you want it.


Reply With Quote