in reply to Re^2: read gmail and extract cc field
in thread read gmail and extract cc field
I would then inspect whether Gmail IMAP even sends you the Cc header by using the ->parse_headers method.
Maybe the name of the header is not cc but Cc.
use Data::Dumper; warn Dumper $client->parse_headers( $msgid );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: read gmail and extract cc field
by Anonymous Monk on Jun 08, 2017 at 09:16 UTC | |
by Corion (Patriarch) on Jun 08, 2017 at 09:18 UTC | |
by Anonymous Monk on Jun 08, 2017 at 09:22 UTC |