Path: news.cs.au.dk!not-for-mail From: "Sascha Kimmel" Newsgroups: comp.lang.beta Subject: RE: WWW Libraries ? Date: 25 Apr 2000 16:57:35 -0000 Organization: University of Aarhus, Department of Computer Science (DAIMI) Lines: 57 Approved: mailtonews@cs.au.dk Distribution: world Message-ID: <20000425165735.29166.qmail@noatun.mjolner.dk> Reply-To: "Sascha Kimmel" NNTP-Posting-Host: daimi.cs.au.dk X-Trace: xinwen.cs.au.dk 956681867 15535746 255.255.255.255 (25 Apr 2000 16:57:47 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 25 Apr 2000 16:57:47 GMT Xref: news.cs.au.dk comp.lang.beta:12303 Hi, http/ftp can simply be implemented via sockets, there is a demo from the process library that gets the index page of a website via HTTP. You are free to implement whatever you need :) POP3/SMTP/IMAP (and many more) are all text-based protocols, have a look at the RFCs at e.g. http://www.w3.org What do you mean when asking for html/xml support? Do you want to display web pages etc. in your program? On Windows you may want to have a look at the COM demo using MSIE. If you need some code to establish an Internet connection from Windows you may want to look at http://www.developer.tricos.com/betacentral It's quite easy to implement POP3 and SMTP, I've already implemented most parts of it - let me know if you're interested. Due to the lack of interest regarding this issue in the BETA usergroup I will NOT post this code on any website in the near future. Regards, Sascha Kimmel ************** the tricos network ************** tricos MEDIASERVICE http://www.tricos.com brave new web http://www.bravenewweb.net Lover's Paradise http://www.loversparadise.de orkus.net Internet Center http://www.orkus.net WebFreezer.com http://www.webfreezer.com ************** the tricos network ************** Please include a copy of the original message in any replies. Incluez une copie de votre courrier original dans chaque réponse svp. Bitte senden Sie eine Kopie der Original-eMail bei jeder Antwort. > -----Original Message----- > From: condor [mailto:CONDOR@BBVNET.COM] > Sent: Monday, April 24, 2000 3:35 PM > To: BETA > Subject: WWW Libraries ? > > > Hello: > > I am searching along Beta folders and not found WWW Libraries (http, ftp, > html, xml), only sockets, and COM libraries with names that suggets it. > Beta/Mjølner looks a impressive and complete, I am guessing if exists > any code repository where i can find examples of code particularly about > WWW issues, they are common in other programming languages. > > Best regards. > E. Elices > >