Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Indy Subject line not shown.
| Subject: | Re: Indy Subject line not shown. |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 9 Aug 2006 10:00:24 |
"Randall Sell" <randall@bytewise.nospam.com.au> wrote in message
news:44D9C1D9.3040001@bytewise.nospam.com.au...
> Can anyone tell me what DLLs and/or COM objects the
> TIdSMTP and TIdMessage components may be trying to
> interface with?
Indy is a self-contained library. The only DLLs involved are the socket API
itself, and OpenSSL (which is likely not an issue in this situation).
Everything else is implemented from scratch inside of Indy.
Gambit