in reply to read gmail and extract cc field

Hello,

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*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.