Ignore:
Timestamp:
Nov 25, 2021, 3:04:55 PM (3 years ago)
Author:
chronos
Message:
  • Added: Support for QUOTED-PRINTABLE encoding.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormContact.pas

    r33 r35  
    197197    Photo := Contact.Fields[cfPhoto];
    198198    if (Photo <> '') and (PhotoProperty.Encoding <> '') then begin
    199       Photo := PhotoProperty.GetDecodedValue;
    200199      Stream := TMemoryStream.Create;
    201200      try
Note: See TracChangeset for help on using the changeset viewer.