in reply to Re^3: read gmail and extract cc field
in thread read gmail and extract cc field

I also tried Cc, doesn't work either. When i run your Data::Dumper code it says: $VAR1 = undef.

Replies are listed 'Best First'.
Re^5: read gmail and extract cc field
by Corion (Patriarch) on Jun 08, 2017 at 09:18 UTC

    Then something in your code is bad, as ->parse_headers is documented to return a hashref in Mail::IMAPClient.

    Are you sure you are using a valid message id?

    Maybe you can show us a short but complete example of how you are using ->parse_headers and how you obtain the message id.

      I see your point.