11
May
Some functions and properties of TIDPop3
In the last post which was dealing with Indy. We have seen how to configure TIDPop3. Let’s see how to use this component.
In the uses dont forget to add the IDPop3 file which contains all the information for TIDPop3.
uses Idpop3; type POP3Client: TIdPOP3;
20
Apr
How to prepare a connection to POP3 server with Indy TIdPOP3
In this first post about Indy components, I will explain you how I prepare a connection to a POP3 Server. Indy components are a bit strange, sometimes buggy as Hell, sometimes very slow but this is also free components delivered with Delphi! I-Mail, my software is using Indy components, I have made several changes and discover some tricks and I would like to share my discovery with you.







