Page 4 of 4

Posted: Fri Oct 01, 2004 2:52 pm
by eddy
- The progressbar works now. (look the previous post)

- but I found a bug in FixUpMessage()

Code: Select all

Temp$ = PeekS(*buffer)
There is a string limitation here : 64000
If the message is too long the program crashes

Posted: Sun Oct 03, 2004 5:00 am
by eddy
A techincal question for you:

- how to convert UNICODE to ASCII ?
I saw some strange coded subject.

Posted: Mon Oct 04, 2004 1:49 pm
by TerryHough
@eddy

Thanks for working on the ProgressBar code. But, it isn't working properly
on my test messages at least. They are all 2000 to 4000 bytes. On them
the progress bar never dsiplays. I reaaranged the thread exit a bit to
get beyond that only to find that the entire message is received before
the progressbar actually displays anything. It did display progress as it
should have, just didn't start until the entire message was already totally
receaived. I haven't tried longer messages with it yet.
There is a string limitation here : 64000
If the message is too long the program crashes
Yes, you are correct. I originally wrote that function to handle just the
first few lines of a message and then reused it on the entire message.
Should have paid more attention to that. Seems I frequently overlook
the 64000 byte string limit since I previously used a language without that
limitation. Old habits..., you know.
eddy wrote:A techincal question for you:

- how to convert UNICODE to ASCII ?
I saw some strange coded subject.
See this post
viewtopic.php?t=10908&highlight=unicode

Posted: Thu Oct 14, 2004 2:12 pm
by eddy
Is it possible to detect if there's attached file ?

Posted: Mon May 16, 2005 8:00 pm
by zikitrake
:? Any news about this library?

Posted: Mon Sep 05, 2005 5:04 pm
by kroote
POP3_SaveMsg( filename$, messageNumber, *callback ) crashes with email of 1,5 MB !

The last update is in April 2004 ?