--- epostoffice/src/postoffice.cpp 2005-01-27 16:24:30.066961744 +0100 +++ work/epostoffice/src/postoffice.cpp 2005-01-27 16:25:11.717629880 +0100 @@ -1103,7 +1103,7 @@ EH.MakeGenericQuoted (P->EncodingType, ';'); - if (!strncasecmp(EH.Get(0), "base64 ", 4)) // is base64 encoded + if (!strncasecmp(EH.Get(0), "base64", 4)) // is base64 encoded { ebase64 = true; } --- epostoffice/src/mboxstorage.cpp 2003-01-02 19:40:46.000000000 +0100 +++ work/epostoffice/src/mboxstorage.cpp 2005-01-27 16:27:16.858605560 +0100 @@ -342,7 +342,7 @@ fprintf (DB, "\n"); // \n\n separates headers from body if (M->Count > 1) { - fprintf (DB, "This is a multi-part message in MIME format. \n"); + fprintf (DB, "This is a multi-part message in MIME format.\n"); } for (i=0; iCount; ++i) {