[twsocket] Z39.50 Implementation in ICS?

2005-04-04 Thread Bruce Christensen
Hi! Would anybody know if there is a implementation of the Z39.50 protocol (used for data retrieval, in my case ISBN information) ? Thanks; Bruce -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website

Re: [twsocket] HTTPClient

2005-04-04 Thread GSE Sas
With my file list the system work. Your suggestion is Ok but I think better to add a flag at the end of file because the stream read from the beginning of the file. The flag can be a string as "Robert" for example thus is not necessary to control the size. Rgds Robert - Original Message ---

[twsocket] FD_ACCEPT and FD_READ

2005-04-04 Thread Mathews, Melvin
Hi All, I have set OnSessionAvailable event for a socket that acts as server as follows Server1 := TWSocket.Create(nil); with Server1 do begin Proto := 'tcp' ; Addr := MyAddress ; Port := IntToStr(Fport) ; OnSessionAvailable := Avaialable ;//my method Listen ; end ; Now w

Re: [twsocket] HTTPClient

2005-04-04 Thread Nicholas Sherlock
But how do you know if you have all of that file downloaded? :). Suggestion: First bit of file is an integer which contains the file length. If you download less than 4 bytes, it's incomplete. If you download more than 4 bytes, you now know what the length of the file should be and can check it

Re: [twsocket] IMAP component with TWSocket

2005-04-04 Thread Arno Garrels
Wilfried Mestdagh wrote: > Hello, > > Someonw wrote already an IMAP component with TWSocket and make it free > source available ? I recall a thread from last year where somebody posted his plans, however never heard something about that project again :(. If you are planning to write an IMAP clien

[twsocket] udp broadcast on all interfaces?

2005-04-04 Thread Jack
Hello Francois and all, I am trying the UDP sender (broadcaster) demo. I have multiple interfaces on my PC: wired (disconnected) wireless (192.168.1.250) two virtual interfaces installed by vmware (192.168.174.1, 192.168.88.1) My LAN is on the 192.168.1 subnet. However, when I do a UDP

Re: [twsocket] HTTPClient

2005-04-04 Thread GSE Sas
I'm very unlucky. At last I've added a file containing all file name and size. Obviously I must download this file before. Tks too. Robert - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, April 04, 2005 6:30 PM Subject: Re: [twso

Re: [twsocket] HTTPClient

2005-04-04 Thread Wilfried Mestdagh
Hello Robert, If the server does not give you the length, then it is impossible to know. ps: please dont reply on a thread if you start a new topic. Many people will not see your question if they use an email reader that sort on topic and when they dont follow the topic. I only saw it by accident

Re: [twsocket] getting the plain text part of a mail

2005-04-04 Thread Steve Williams
There are other cases. I have some example messages from a mailing list that are multipart/mixed with four parts where each part is text/plain and no HTML. So, the robust solution here is if it is multipart, to examine the content type of each part individually and see if it is text/plain. Sl

[twsocket] HTTPClient

2005-04-04 Thread GSE Sas
How is possible to know if the full zipped file is downloaded? I've not info about the file size in the web site. Tks Robert -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be --

[twsocket] IMAP component with TWSocket

2005-04-04 Thread Wilfried Mestdagh
Hello, Someonw wrote already an IMAP component with TWSocket and make it free source available ? -- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http:/

[twsocket] HTTPClient

2005-04-04 Thread GSE Sas
How is possible to know if the full zipped file is downloaded? I've not info about the file size in the web site. Tks Robert -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be --