lorenzo writes:
> After searching a little while into sqwebmail source code, it seems to me > that (but I have not enough skills to be sure about that, nor to modify it) > the core of the problem is the int rfc2045_cdecode(struct rfc2045 *p, const > char *s, size_t l) into the rfc2045cdecode.c file. Am I wrong or it just > decodes 'base64' encoded files? Also quoted-printable files. RFCs 2045-2048 define only base64 and quoted-printable as valid MIME encodings. Neither binhex, nor uuencode, are valid MIME content type encodings. -- Sam
