rjbs / Email-MIME

perl library for parsing MIME messages
20 stars 30 forks source link

Email::MIME documentation refers to obsolete module #71

Closed jkeenan closed 1 year ago

jkeenan commented 4 years ago

The documentation for Email::MIME states:

    "attributes" is a hash of MIME attributes to assign to the part, and may
    override portions of the header set in the "header" parameter. The hash
    keys correspond directly to methods for modifying a message from
    "Email::MIME::Modifier". The allowed keys are: content_type, charset,
    name, format, boundary, encoding, disposition, and filename. ...

However, the documentation for Email::MIME::Modifier states:

NAME
    Email::MIME::Modifier - obsolete do-nothing library

VERSION
    version 1.949

This needs clarification.

Thank you very much. Jim Keenan

rjbs commented 1 year ago

Thanks, removed.