[Tfug] email parsing

Tim Ottinger tottinge at gmail.com
Mon Jan 14 13:34:59 MST 2008


christ wrote:
> Hey, does anyone know how to know when the headers in
> an email end? Based on the few I've looked at from
> my gmail account, there isn't one header that's
> designated to be the last. Thanks ~ Chris
>
>   
Use an RFC822 parser library, like the ones in python.
Or check RFC822.  I believe it is a blank line, but it's been
a while since I read it.

tim




More information about the tfug mailing list