From: "Robert P. J. Day" on

i just tested parsing all of the possible recipients (To, CC, BCC)
in a received email message, and i don't see the Bcc list anywhere in
the mime-decoded structure i get from Mail_mimeDecode::decode(). do i
need to do something special to get at the Bcc list?

rday
--

========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA

Linux Consulting, Training and Kernel Pedantry.

Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
From: "Robert P. J. Day" on
On Mon, 19 Apr 2010, Robert P. J. Day wrote:

>
> i just tested parsing all of the possible recipients (To, CC, BCC)
> in a received email message, and i don't see the Bcc list anywhere in
> the mime-decoded structure i get from Mail_mimeDecode::decode()...

please ignore this question -- it is obviously incredibly stupid and
i wasn't thinking clearly. :-(

rday