New EIdInternetPermissionNeeded exception added for Android
When TIdStack raises an exception for certain socket errors on Android, it now checks if the calling app has “android.permission.INTERNET” granted, and […]
When TIdStack raises an exception for certain socket errors on Android, it now checks if the calling app has “android.permission.INTERNET” granted, and […]
The TIdStack.AddLocalAddressesToList() method was introduced as a replacement for the TIdStack.LocalAddress and TIdStack.LocalAddresses properties, to help make retreival of local IP addresses […]
To address some performance issues and logic errors, some interface changes needed to be made to the classes of the IdDNSServer.pas unit. […]
A new hoNoReadMultipartMIME flag has been added to the TIdHTTP.HTTPOptions property. The purpose of this flag is to specify whether TIdHTTP should […]
With yesterday’s release of Delphi/C++Builder/RADStudio XE4 also comes the initial public release of Indy 10.6. Indy 10.6 adds support for Embarcadero’s new […]
For several years now, TIdIMAP4 has suffered from a serious design flaw. Internally, when parsing and generating email messages via TIdMessage, the […]
Support for Gmail IMAP extensions has started being added to TIdIMAP4. The TIdIMAP4SearchKey enum has been updated with new items to support […]
The signatures of the TIdIMAP4.RetreivePart() and related methods have changed a little, to use PByte output values instead of PChar output values. […]
In XE3, Embarcadero changed the signature of the TIdUDPServer.OnUDPRead event in their bundled copy of Indy 10. This was done in an […]
Update Dec 5 2016: this article has been updated to include changes made to the IdMessageBuilder unit since this article was first […]
