On Sat, Dec 20, 2008 at 9:20 PM, Andy Kellett <andy@...> wrote:
> Hi,
>
> I'm trying to write a really simple POP3 client using wxSocketClient which
> should connect to a POP3 account, and download all messages. It is to be
> part of my order handling processing system and I am having some odd issues
> that I can't seem to solve.
Take a look at http://mailfilter.sf.net 's code. A lot of problems
are actually on the server end, especially if you are trying to deal with
unknown servers. You can see some of the server work around in the
code comments.