NAME
    FML::Body - operations for mail body.

SYNOPSIS
DESCRIPTION
METHODS
  new()
    constructor.

DATABASE
  db_open($db_args)
    open database (journalized db).

  db_close($db_args)
    dummy.

ACCESS METHODS
  set_checksum_type($type)
    set checksum method type.

  get_checksum_type()
    get checksum method type. return 'md5' by default.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2006 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    FML::Body appeared in fml8 mailing list driver package. See
    "http://www.fml.org/" for more details.

