in reply to read gmail and extract cc field
In a recent post i played a little with my gmail account and it seems that Email::Simple just works well.
If you use the code of the above thread and add print "Cc:\t",$es->header('Cc'),"\n"; where $es is the Email::Simple object, you'll find what you are looking for.
L*
|
---|