Monthly Archives: September 2016

IMAPSize

From time to time I’m making backups from my IMAP account. Therefore I’m using a small tool called IMAPSize. IMAPSize is written in Delphi 5 and the code is hosted under sourceforge. Last week it has been impossible to connect … Continue reading

Posted in Delphi, RAD Studio 10.1 Berlin, SourceForge, Third Party Components, Tips and Tricks, TurboPack | Comments Off on IMAPSize

EncodeString

This week I had to migrate an application from Delphi XE3 to Delphi Berlin and this application uses a Base64 encoding. Normally Base64 encoding is not difficult stuff and Delphi XE3 simply offers the function EncodeString in the unit Soap.EncdDecd. … Continue reading

Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Tips and Tricks, Uncategorized | Comments Off on EncodeString