Re: [twsocket] Can TSmtpCli be used to connect to an MS Exchange Server?

2016-07-22 Thread François Piette
> The office recently changed to using a Microsoft Exchange server and > I need to continue sending out emails from our Delphi application > Can this be done? You must enable Exchange POP3 connector: https://technet.microsoft.com/en-us/library/bb124934(v=exchg.150).aspx > If so, what do I used

Re: [twsocket] Check Remote Port

2016-07-22 Thread François Piette
> Is there any easier way to check if a port is open on a remote server at runtime ? The only reliable way to check for open port is to try to connect to it. If you get error 10061, then the port is not opened at server side. Btw: In you code, it is better to not use a wait loop. Instead use

Re: [twsocket] From Indy to ICS and ICS implementation

2016-07-22 Thread Merijn Bosma
Hi MC, Short some thoughts, maybe they can help you on the way. Since ICS is async, all socket handling is done in the same thread, that means it will always be done serial and not parallel. Therefor there is no real need to put stuff in a thread list. If you receive information from a device

[twsocket] Mailing List

2016-07-22 Thread Angus Robertson - Magenta Systems Ltd
Apologies, it seems the mailing list has been stalled for about six weeks, but all messages now appear to have been delivered. I knew it was quiet, but the mailing list can go quiet in the summer, and I did not notice my own messages were not arriving either. It will take a couple of business

[twsocket] Version Delphi Berlin

2016-07-22 Thread {Dark_Ducke}
Hello, have any plans to release a version for the latest version of dellphi, Berlin? the component will continue? thanks! -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] From Indy to ICS and ICS implementation

2016-07-22 Thread François Piette
> I'm currently using Indy to communicate with TCP/IP devices. We have about > 3 devices and growing. We're getting to the point where the number > of concurrent connections are too many too handle for a single Indy server > instance. I have to start looking at load balancing but before I do

Re: [twsocket] Version Delphi Berlin

2016-07-22 Thread François Piette
> Hello, have any plans to release a version for the latest version of dellphi, Berlin? the component will continue? It is already available. See http://wiki.overbyte.be/wiki/index.php/ICS_Download -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author

Re: [twsocket] Request for access to the mailing list

2016-07-22 Thread François Piette
> I've requested to be added to the TWSocket mailing but have not had any response. Obviously you are connected since the message I answer to is from the mailing list... > Approximately how many active users are on the mailing list? Something like 700. > Can I post my questions on this list?