Browse code

Remove comment about TNEF

git-svn: trunk@1888

Nigel Horne authored on 2006/04/06 21:10:19
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
  *  along with this program; if not, write to the Free Software
16 16
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.279 2006/02/06 02:36:39 nigelhorne Exp $";
18
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.280 2006/04/06 12:10:19 nigelhorne Exp $";
19 19
 
20 20
 #if HAVE_CONFIG_H
21 21
 #include "clamav-config.h"
... ...
@@ -910,7 +910,6 @@ cli_mbox(const char *dir, int desc, unsigned int options)
910 910
  *	http://www.lazerware.com/formats/Specs/AppleSingle_AppleDouble.pdf
911 911
  * TODO: ensure parseEmailHeaders is always called before parseEmailBody
912 912
  * TODO: create parseEmail which calls parseEmailHeaders then parseEmailBody
913
- * TODO: Look into TNEF. Is there anything that needs to be done here?
914 913
  * TODO: Handle unepected NUL bytes in header lines which stop strcmp()s:
915 914
  *	e.g. \0Content-Type: application/binary;
916 915
  */