Module Name: src Committed By: christos Date: Thu Feb 14 18:23:46 UTC 2013
Modified Files: src/usr.bin/mail: mime_codecs.c mime_codecs.h mime_header.c Log Message: PR/47657: Steffen "Daode" Nurpmeso: quoted printable CTE exceeds RFC limit. - Encapsulated all the content-transfer-encoding stuff in mime_codecs.c - Replaced calls of strtol(3) with a handcrafted version that allows simple error checking by testing the return value. This allows to easily add special code to handle illegal QP sequences. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/mail/mime_codecs.c cvs rdiff -u -r1.4 -r1.5 src/usr.bin/mail/mime_codecs.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/mail/mime_header.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.