From ... From: Erik Naggum Subject: Re: Lisp routine for parsing email? Date: 1999/02/26 Message-ID: <3129016099004512@naggum.no>#1/1 X-Deja-AN: 448675011 References: <7b4h3j$stn@dfw-ixnews6.ix.netcom.com> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * "Frederick C. Gibson, Architect" | Is anyone aware of a lisp routine that would take a standard email | message as input, and then parse the email into its various components | such as body, date, author, etc, etc. ? I wrote a general framework for this in Emacs Lisp some time ago. if you have a recent Emacs, look for lisp/mail/mailheader.el. the code is close to Common Lisp. (Allegro CL and Emacs cooperate on delivering my mail, so this code is used a couple hundred times a day.) #:Erik