[fpc-pascal] Server software in pascal?

Daniël Mantione daniel.mantione at freepascal.org
Fri May 25 18:03:01 CEST 2007



Op Fri, 25 May 2007, schreef Francisco Reyes:

> Daniël Mantione writes:
> 
> > Check the sockets unit documentation. You'll be up and running in no
> > time. There are also good OOP frameworks like Synapse, LNET and Indy,
> > which provide complete implementations of common network protocols.
> 
> Do you recommend any of them?
> I need SMTP since it will be a policy server for postfix..

All toolkits have an SMTP class. You can also do smtp very easy with 
readln/writeln. It's 100% your preference.

> Thanks!
> Are there pointers to them in the web site or I need to search for them
> separately?

You will find various references to them, since they are used by a lot of 
people.

Daniël


More information about the fpc-pascal mailing list