From 3952df7eaa222bb9f911c5cad8cc796ee3cd9a05 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 9 Apr 2005 09:00:53 +0000 Subject: Fixed bug in Base64 decoding. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0aad72d7..3573bd23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ VERSION 0.6.4cvs ================ +2005-04-09 Vincent Richard + + * encoderB64.cpp: fixed a bug in Base64 decoding. Bytes to be decoded + were not correctly initialized. + 2005-04-03 Vincent Richard * messaging/*: moved IMAP, POP3, maildir and SMTP files to separate -- cgit