Hello,
Does anyone know if there is a freeware library that will help me dealing with POP3 servers? I am trying to write a small console based application that will connect to my POP3 server, log on to my account and after searching the messages for specific subjects, save the attachments to a folder.
I could not find such a tool running under Windows that I could use with my case, so writing one could be the solution. I've managed to "talk" to the POP3 server (via telnet on port 110), but I cannot find an easy way to decode the attachment in the message.
Any help or suggestions to look somewhere, is greatly appreciated