1. Networking in Euphoria ?

Hi there ,

one general question about data transfer over internet.

Does Euphoria have internet protocolls on board such like SMTP-POP , FTP etc.

My wish is to write a little e-mail client in euphoria language.

Best Regards

han45

new topic     » topic index » view message » categorize

2. Re: Networking in Euphoria ?

Did you check the archives?

http://www.rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=smtp

new topic     » goto parent     » topic index » view message » categorize

3. Re: Networking in Euphoria ?

han45 said...

Does Euphoria have internet protocolls on board such like SMTP-POP , FTP etc.

There's some bare-bones demos in the download package.

The http demo which purports to show off multitasking, doesn't, the results always report in a certain order. I've fixed this, but it's unacceptable.

There's no irc.e because they won't accept any as long as mine have been the best (i gave mine to people, i posted them on the OE pastey too). I used several 3rd party apps, as well as plain Eu v3.xx and OE v4.x. I wrote bots and interactive console screens.

Http.e has a bug where it cannot work with tasks if compiled as a dll so the official interpreted version won't be fixed either, and since there's no task msging it is written in a way that even if it yielded with a partial webpage it cannot sent that up to whatever task called it. This is all the more stupid because i wrote both a threaded http server and fetcher in mirc 18 years ago.

Long ago i tried to get people here interested in using OE in Ai projects, sharing data, code, and function calls. That was considered "hacking" and i was shut out again. I have restricted my EU v3.xx and OE to have my puters chat with each other on the lan.

I have not done POP3/SMTP in Eu, but i did in mirc, it's pretty easy, but it got the isp worried when i made any mistakes. It's just a thin protocol layer on top of telnet, basically. So is almost everything.

Good luck to you.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu