Hey guys,
I've been trying to find a POP3 C++ client on the internet but I haven't found any luck.
We are working on a project for school that is essentially a C++ course (so I can't use C#...), and we are making a Email client that has to support sending and receiving emails and attachments. We are also working with .NET (because apparently MFC is terrible, although I haven't used it, anyone have an opinion on this?), and so I would prefer a Microsoft built in library solution to this. So far we've been able to get sending of email working using SMPTclient, but no POP3 luck.
If anyone has a solution in .NET that would be great, otherwise I'll have to write my own POP3 client code, and if anyone has a link for that to get me in the right direction it would be much appreciated :)
Shawn