Remy Lebeau
Remy Lebeau
When multiple news forum messages are selected, trying to execute "Cancel Message on server..." displays an error message: > This version of XanaNews does not allow you to cancel multiply...
When posting multiple messages to a news server, if a single message fails to post (most notably, cancelling a spam message that has already been removed from the server), Xana...
When "Auto Mark As Read" and "Hide read messages" are enabled, and a scheduled batch auto-downloads new messages, the current display is refreshed and all read messages *including the active...
An 802.1ad (`EthernetPacketType.ProviderBridging`) VLAN tag is just an 802.1Q (`EthernetPacketType.VLanTaggedFrame`) VLAN tag with a `TPID` value of 0x88a8 rather than 0x8100. When `EthernetPacket.ParseNextSegment()` is parsing the Ethernet payload data to...
I don't know what version of OpenSSL these binaries were compiled with, but any Android apps built with these binaries are flagged by Google Play with a security warning stating...
Support loading OpenSSL certificate/key data from user-defined storage, not just from files. Allow certificates to be loaded from `TIdBytes` or `TStream`. Or, maybe fire a new event providing the `PSSL_CTX`...
`TIdDICT`, `TIdIMAP4`, `TIdPOP3` and `TIdSMTP` implement SASL authentication. It is currently unknown how the following issue affects `TIdDICT`, if at all. `TIdIMAP4` uses SASL's Initial-Response only if the server advertises...
Several units depend directly on the `IdSSLOpenSSLHeaders` and `IdSSLOpenSSL` units, namely: `IdAuthenticationNTLM.pas` `IdDsnRegister.pas` `IdNTLM.pas` `IdNTLMv2.pas` `IdRegister.pas` This means that when new SSLIOHandlers are used, such as the one being worked...
`TIdHeaderList` derives from `TStringList`, but reintroduces its own `Names[]` and `Values[]` properties rather than using the inherited properties, in part because `TIdHeaderList.NameValueSeparator` is a `string` whereas the inherited `TStrings.NameValueSeparator` is...
Outlook/Hotmail/Live, Gmail, and possibly others, support XOAUTH2 authentication over SASL for POP3, SMTP and IMAP. Indy should implement a TIdSASL component to support this. This way, users do not need...