On Wednesday 02 November 2005 22:06, Dr. Rolf Jansen wrote:
> Today, I managed to use the fcl base64 classes for decoding
> respective parts of the piped through e-mails. However, it took me
> some time to get it to work, and I have still some doubts if the
> base64 decoding class is stable enough
I use Free Pascal for programming a small utility for two quite busy
Mac OS X mail server (Postfix|CRM114|ANOMY|Cyrus) which prepares and
preselects incoming mails (filtering or leraning) for the statistical
mail filter CRM114.
Today, I managed to use the fcl base64 classes for decoding
r
Hi there,
since I'm using fpc 1.9.4 instead of 1.0.10 I'm not able to decode an base64
string with FCL anymore. The output of b64dec.pp has correct size but incorrect
content: Every third charakter seems to be replaced by #20, e.g. "Hello World"
is now "<20>el<20>o <20>or<20>d"
Does anybody out t