On 03/25/2014 04:23 AM, Simon B wrote:
On 25 Mar 2014 09:04, "ANANT S ATHAVALE" <a...@isac.gov.in> wrote:

Dear List,

I want the Bcc field contents also to get printed, when print icon is
used for printing (the print icon available in body).  As per my
understanding commenting the following line

unset($basic_headers['bcc'], $basic_headers['reply-to']);

in horde/imp/lib/Contents/View.php (function printAttach) should do the
job.

Can someone confirm this please.

In most clients bcc is not even shown in the sent folder, and is certainly
not printed.  So what you're trying to do is break email standards.

Simon


Actually, I use Thunderbird/Icedove and if the BCC exists, I can see it (and print it) by default.

BCC is removed by the MTA and handled separately so that the To/CC recipients never see the BCC address. So the BCC address will ONLY be present in the copy that the mail client sees when that mail was written by the user or the user was the BCC recipient.

In all cases I can think of it is entirely appropriate for the mail client to display AND print the BCC address if it is present. It will just not be present if you were not the BCC recipient or the sender.

--
Andy Dorman

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to