03-07-2023, 03:16 AM
I have no access to the AUsesDotTransparency. I also don't know what it means.
But:
- I load the TIdIMAP4.UIDRetrieveNoDecodeToStream, then save the resulting TIdMessage.SaveToFile();
- I create a *new* TIdMessage, and reload from File.
There is no valid data in any of the fields.
What do I have to do in the TIdMessage itself, to actually populate all the fields?
Even if I use 'IdMessage.LoadFromFile(xxx,true) // Headers only
then there are NO headers. The Count is 0. All other fields are empty.
There must be some command inside the IdMessage itself to populate all fields, after the loading of the Stream or File???
But:
- I load the TIdIMAP4.UIDRetrieveNoDecodeToStream, then save the resulting TIdMessage.SaveToFile();
- I create a *new* TIdMessage, and reload from File.
There is no valid data in any of the fields.
What do I have to do in the TIdMessage itself, to actually populate all the fields?
Even if I use 'IdMessage.LoadFromFile(xxx,true) // Headers only
then there are NO headers. The Count is 0. All other fields are empty.
There must be some command inside the IdMessage itself to populate all fields, after the loading of the Stream or File???

