Copyright (C) 2001 Python Software Foundation

Here's a brief to do list.

- The header parsing algorithm should be exposed in the API.  This is
  because other programs might want to search for headers without
  sucking them into Message objects.

- Parser should perhaps create the most concrete class instance that
  it can (this may require some sort of factory registry).

- There should be some way to reduce the memory footprint by
  optionally storing message parts (or the whole message a la
  multifile) on disk.

- Perhaps add support for RFCs 2111 and 2112.



Local Variables:
mode: indented-text
indent-tabs-mode: nil
End:
