[imp] Mail printing - confirmation of my guess...

2014-03-25 Thread ANANT S ATHAVALE

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.
--
  Regards
   Anant
--
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
--

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


Re: [imp] Mail printing - confirmation of my guess...

2014-03-25 Thread Simon B
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
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Mail printing - confirmation of my guess...

2014-03-25 Thread azurIt
 Od: Simon B simon.buongio...@gmail.com
 Komu: ANANT S ATHAVALE a...@isac.gov.in
 Dátum: 25.03.2014 10:24
 Predmet: Re: [imp] Mail printing - confirmation of my guess...

 CC: imp@lists.horde.org
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



Maybe he is trying to print sent e-mail and then it make sense to include also 
Bcc.

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

Re: [imp] Mail printing - confirmation of my guess...

2014-03-25 Thread ANANT S ATHAVALE


- Message from azurIt azu...@pobox.sk -
   Date: Tue, 25 Mar 2014 10:26:28 +0100
   From: azurIt azu...@pobox.sk
Subject: Re: [imp] Mail printing - confirmation of my guess...
 Cc: imp@lists.horde.org



Od: Simon B simon.buongio...@gmail.com
Komu: ANANT S ATHAVALE a...@isac.gov.in
Dátum: 25.03.2014 10:24
Predmet: Re: [imp] Mail printing - confirmation of my guess...

CC: imp@lists.horde.org
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




Maybe he is trying to print sent e-mail and then it make sense to  
include also Bcc.


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



- End message from azurIt azu...@pobox.sk -

Yes. I want to take print of my own sent mails having addresses in  
Bcc.  Please confirm, the lines which I am trying to comment will get  
me?  I don't want to unnecessarily meddle with code on a production  
system.  So, just wanted confirmation by experts.



--
  Regards
   Anant
--
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
--

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

Re: [imp] Mail printing - confirmation of my guess...

2014-03-25 Thread Arjen de Korte

Citeren ANANT S ATHAVALE a...@isac.gov.in:

Yes. I want to take print of my own sent mails having addresses in  
Bcc.  Please confirm, the lines which I am trying to comment will  
get me?  I don't want to unnecessarily meddle with code on a  
production system.  So, just wanted confirmation by experts.


If I understand correctly from previous messages, you have a userbase  
of several hundred users. In that case, setup a system dedicated for  
testing purposes and do your testing there. I have learned the hard  
way recently that going live without testing new stuff first in *my*  
environment is a very bad idea. It was no fun having to explain why  
ActiveSync was broken for several hours.


Your users will thank you for trying out new releases *before* rolling  
them out in production. Or at the very least, won't chew you out  
(which is almost as good for a mailserver administrator).


smime.p7s
Description: S/MIME Signature
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Re: [imp] Mail printing - confirmation of my guess...

2014-03-25 Thread Andy Dorman

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


Re: [imp] IMP 6.1.7 Authentication issue

2014-03-25 Thread Andreas H
Thank you for your reply Jan,

I'm not sure if the behaviour described in my first post is an issue of imp,
of horde. In the ticketing system where should i report it? (imp related, or
horde?)

kind regards,
Andreas



--
View this message in context: 
http://horde.690.n7.nabble.com/IMP-6-1-7-Authentication-issue-tp121433p121653.html
Sent from the Horde - IMP mailing list archive at Nabble.com.
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] sidebar overlap

2014-03-25 Thread R Phillips

I've upgraded to the latest horde groupware webmail version but I'm
having some troubles with the styles.

Since the last update from 5.1.3 to 5.1.4 my left hand menu overlaps the
content.

It would seem that the sidebar is missing it's width value eg from:

div style=left:210px class=horde-splitbar-vert id=horde-slideleft


to:

div style=left:px class=horde-splitbar-vert id=horde-slideleft


Implying the value in the template isn't getting applied

sidebar.html.php

div id=horde-slideleft class=horde-splitbar-vert style=?php echo
$this-left ?px

Also my theme isn't being applied.  I've re-using configuration from my
previous install, can you suggest where to start looking?

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


Re: [imp] Mail printing - confirmation of my guess...

2014-03-25 Thread ANANT S ATHAVALE


- Message from Andy Dorman ador...@ironicdesign.com -
   Date: Tue, 25 Mar 2014 08:03:29 -0500
   From: Andy Dorman ador...@ironicdesign.com
Subject: Re: [imp] Mail printing - confirmation of my guess...
 To: imp@lists.horde.org



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



- End message from Andy Dorman ador...@ironicdesign.com -

The basic reason why I am asking this is, my users who are working in  
finance, purchase and stores are supposed to keep a print of the mail  
sent as part of records.  They are adding some Email ids in Bcc too.   
So, as part of record, they want that information too (Bcc) and hence  
this question. The Sent mail contains all the information.  Michael  
has already replied to me earlier that, Bcc not printing is  
intentional and hence, I am asking the list, whether commenting the  
lines which I mentioned, will it let me print the required headers?



--
  Regards
   Anant
--
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
--

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


Re: [imp] sidebar overlap

2014-03-25 Thread Michael M Slusarz

Quoting R Phillips r.i.phill...@bath.ac.uk:


I've upgraded to the latest horde groupware webmail version but I'm
having some troubles with the styles.

Since the last update from 5.1.3 to 5.1.4 my left hand menu overlaps the
content.

It would seem that the sidebar is missing it's width value eg from:

div style=left:210px class=horde-splitbar-vert id=horde-slideleft


to:

div style=left:px class=horde-splitbar-vert id=horde-slideleft


Width is defined by horde's 'sidebar_width' preference value.

michael
___
Michael Slusarz [slus...@horde.org]

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


[imp] Failed to browse list error while composing...

2014-03-25 Thread ANANT S ATHAVALE

Dear List,

Users are getting error: Failed to browse list. and the log has  
following entries


Mar 26 2014 09:09:20 ERR: HORDE [imp] Read failed: (32) No such object  
[pid 28588 on line 253 of /var/www/horde/turba/lib/Driver/Ldap.php]


Actually, users had created contact lists using the LDAP entries and  
many of such created lists are not getting expanded.


Is it a problem related with 'turba' or 'imp'?


This has started happening after upgrading to HGWE 5.1.4.


--
  Regards
   Anant
--
Confidentiality Notice: This e-mail message, including any attachments, is for
the sole use of the intended recipient(s) and may contain confidential and
privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.
--

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