"Paul Marquess" <[EMAIL PROTECTED]> writes:

> Does this interface allow you manipulate nested multi-part messages?

Yes.  The parts() method on HTTP::Message return HTTP::Message objects
so there should not be any problem nesting this as you see fit.

The MIME::Entity class provide a method called parts_DFS that return
all parts in a depth-first-search order.  I don't see a need for it
for HTTP::Message, and it can easily be constructed from the parts()
method.

Regards,
Gisle

Reply via email to