Re: Email::Address::XS
[email protected] Sun, 13 Nov 2016 03:24:22 +0100
| Newsgroups | perl.pep |
|---|---|
| Message-ID | <201611130324.26080@pali> |
On Sunday 04 September 2016 00:24:56 Ricardo Signes wrote: > If we never *store* objects, but only produce them as requested, then > I think the total needed changes are -- but I'm sure I'll miss > things -- as follows: > > * allow header_str and header args to Email::MIME->create to include > objects, which are immediately asked to encode themselves for > storage > * add header_as_obj that takes a header name and, optionally, a class > name and offset (an offset so you can ask for an object of the nth > Received header) As prerequisite for offset small change to Email::Simple is needed. Currently Email::Simple cannot returns just nth value for header with specified name. Support for this is in new pull request: https://github.com/rjbs/Email-Simple/pull/16 > * a registry used by header_as_obj to get a default class name from > header name