Search the web
Sign In
New User? Sign Up
wxMS_developers · Development with wxWidgets on MSWindows
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Issues with POP3/wxSocketClient   Message List  
Reply | Forward Message #657 of 693 |
Re: [wxMS_developers] Issues with POP3/wxSocketClient

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.



Mon Dec 22, 2008 1:54 pm

ka8bmt
Offline Offline
Send Email Send Email

Forward
Message #657 of 693 |
Expand Messages Author Sort by Date

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...
Andy Kellett
f1software2000
Online Now Send Email
Dec 21, 2008
2:20 am

Hi, Andy! It's a little difficult to discuss the problem when the only information available is that you're using wxSocketClient. The problem may be further up...
Dave Silvia
db_vs_dave
Offline Send Email
Dec 21, 2008
3:45 am

Hi, I posted some code in a separate message a few minutes ago, I just wanted to point out that the code runs error free when compiled in Release mode, and ...
Andy Kellett
f1software2000
Online Now Send Email
Dec 21, 2008
5:37 pm

... 64-bit problems more often than not, are a case where size_t should have been used rather than int or unsigned int/long etc....
Bob Paddock
ka8bmt
Offline Send Email
Dec 22, 2008
1:49 pm

Hi, Andy! Just curious... why VC8? Why not VC9 on Vista 64? thx, Dave S. ... From: Andy Kellett To: wxMS_developers@yahoogroups.com Sent: Sunday, December 21,...
Dave S.
db_vs_dave
Offline Send Email
Dec 25, 2008
10:38 pm

Hi, Dave, thanks for your feedback. I am aware of the Initialize() command you pointed out (read over those docs lots of times!) and do use it to make sure the...
Andy Kellett
f1software2000
Online Now Send Email
Dec 22, 2008
12:14 am

... 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...
Bob Paddock
ka8bmt
Offline Send Email
Dec 22, 2008
1:54 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help