TIdIMAP4.RetreivePart() signature changes
Posted onThe signatures of the TIdIMAP4.RetreivePart() and related methods have changed a little, to use PByte output values instead of PChar output values. RetreivePart() is meant for outputting binary data from a given section of an email, after decoding any MIME data. In Delphi/C++ 2009 and later, PChar is alias for PWideChar, used for handling Unicode […]