Scroll to navigation

CiderWebmail::Header(3pm) User Contributed Perl Documentation CiderWebmail::Header(3pm)

transform({ type => $header_name, data => $header_data })ΒΆ

'transform' a header from the 'raw' state (the way it was returned from the server) to an appropriate object. if no appropriate object exists the header will be decoded (using decode_mime_words()) and UTF-8 encoded

the following 'transformations' take place:

  • from -> Email::Address::XS object
  • to -> Email::Address::XS object
  • cc -> Email::Address::XS object
  • date -> CiderWebmail::Date object
2019-02-24 perl v5.28.1