<?xml version="1.0"?>
<top>

<mail>
  <header>
    <from>JP</from>
    <to>Cedric</to>
    <subject>Hi!</subject>
  </header>
  <body>
    Howdy!
  </body>
  <attachment>
    0010010101010010101001011010101010101010101
  </attachment>
</mail>

<mail>
  <header>
    <from>Cedric</from>
    <to>JP</to>
    <subject>Re: Hi!</subject>
  </header>
  <body>
    I'm good, thanks!
  </body>
</mail>

<mail>
  <header>
    <from>Cedric</from>
    <to>JP</to>
    <subject>Oops</subject>
  </header>
  <body>
    I think this mail contains mostly blank lines
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
  </body>
</mail>

<mail>
  <header>
    <from>Cedric</from>
    <to>JP</to>
    <subject>Sorry</subject>
  </header>
  <body>
    Sorry! I sent that last mail by mistake.
  </body>
</mail>
</top>
