New TIdHTTP flags and OnChunkReceived event
Three new flag have been added to the TIdHTTP.HTTPOptions property: hoNoParseXmlCharset: when receiving an XML response with an “application/…” Content-Type, the TIdHTTP.Response.Charset […]
Three new flag have been added to the TIdHTTP.HTTPOptions property: hoNoParseXmlCharset: when receiving an XML response with an “application/…” Content-Type, the TIdHTTP.Response.Charset […]
A user reported a problem where Indy was not able to load OpenSSL on Ubuntu Server 15.04. The reason turned out to […]
The TIdMessage.LoadFrom…() methods only work reliably with EML files/streams that were created using one of the TIdMessage.SaveTo…() methods. The reason for this […]
A new IndyRaiseOuterException() function has been added to the IdGlobal unit: procedure IndyRaiseOuterException(AOuterException: Exception); This is a wrapper for the System.SysUtils.Exception.RaiseOuterException() class […]
skHeader and skKeyword were previously declared in the TIdIMAP4SearchKey enum, but were ignored by the (UID)SearchMailBox() methods. They have now been implemented. […]
Starting with SVN revision 5224 (and finalized in revision 5226), TIdHTTP now has new functionality that allows it to auto-create an internal […]
TIdPOP3 and TIdPOP3Server have been updated to support mailbox sizes larger than 2 GB. The TIdPOP3.RetrieveMailBoxSize() and TIdPOP3Server.RetrieveStats() methods now return MailBoxSize […]
New HPPEMIT statements have been added to the following Indy components to address “Unresolved external SetPort(A/W)” linker errors in C++Builder: TIdDNSResolver TIdIOHandler […]
To support 64-bit tick counters that do not wrap back to 0 every 49.7 days, the following support functions have been added […]
FreePascal 2.4.0+ supports a UnicodeString type that is similar to the UnicodeString type in Delphi 2009+. However, unlike Delphi, FreePascal does not […]
