Subject: | Assembler classes must implement _set_attachment_info |
To be specific, I am using an assembler for attachments, which is being
handled from "inside" the standard assembler.
Basically, although the Assembler role says I only need to implement the
assemble method, the standard assembler invokes _get_attachment_info()
on my class at some point. If I simply specify an empty method for
this, everything works beautifully, since my assembler is generating
complete Email::MIME objects itself.
I know that work is planned (or at least, the need for work is noted) on
the standard assembler, but I thought I'd report this nonetheless.