- Mensagem de John C Payne -
Data: Sat, 21 Nov 2015 22:01:36 -0500
De: John C Payne
Responder para: j...@pde-usa.net
Assunto: [imp] Still no inline HTML email
Para: imp@lists.horde.org
The engineers at my ISP followed the instructions in the updated wiki and
still no inline HTML email.
Any other thoughts?
Have they followed IMP install doc (3 Configuring IMP,
http://www.horde.org/apps/imp/docs/INSTALL) instead?
Read again the thread bellow. As far as I can tell by this thead, you
have an error in your configuration file.
Did they correct that setting (see Jan's and my answer bellow)?
Mauricio
Thanks
Quoting imp-requ...@lists.horde.org:
Send imp mailing list submissions to
imp@lists.horde.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.horde.org/mailman/listinfo/imp
or, via email, send a message with subject or body 'help' to
imp-requ...@lists.horde.org
You can reach the person managing the list at
imp-ow...@lists.horde.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of imp digest..."
Today's Topics:
1. Re: HTML in Web Mail (Mauricio Jose T. Tecles)
2. Re: Folder names with tilde character (Jan Schneider)
--
Message: 1
Date: Thu, 19 Nov 2015 18:59:01 -0200
From: "Mauricio Jose T. Tecles"
To: imp@lists.horde.org
Subject: Re: [imp] HTML in Web Mail
Message-ID:
<20151119185901.horde.jh4wewvowkg9vecplaao...@webmail.biof.ufrj.br>
Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes
- Mensagem de Arjen de Korte -
Data: Thu, 19 Nov 2015 21:15:49 +0100
De: Arjen de Korte
Assunto: Re: [imp] HTML in Web Mail
Para: imp@lists.horde.org
Citeren Jan Schneider :
Zitat von John C Payne :
I am trying, without sauces, to enable HTML web mail display inline.
Version 5.6.2
This is copied from the Administrator FAQ. The changes needed to
enable
HTML web mail:
$mime_drivers['imp']['html']['inline'] = true; // for
Such a setting doesn't exist.
John copied this from the Wiki
(http://wiki.horde.org/FAQ/Admin/Config). I updated this to the
correct setting minutes ago.
Take a look at IMP INSTALL doc (2.Configuring IMP):
http://www.horde.org/apps/imp/docs/INSTALL
$mime_drivers['html']['inline'] = true;
Mauricio
horde/config/mime_drivers.local.php
$mime_drivers['html']['inline'] = true;??? // for
horde/imp/config/mime_drivers.local.php
This correct, in both horde and imp.
This change allowed text and links to be shown. Some progress but not
much.
I checked the Archive and found the following suggestion(excerpt from
a
long dsiscussion):
MySql
5.1.73-cii. ?web Browser is latest version of Chrome.?
Thanks for your assistance.
John C Payne
630-815-2989
www.pde-usa.net[1]
?
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
--
Jan Schneider
The Horde Project
http://www.horde.org/
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
--
This message was sent from a mailinglist subscription address.
For off-list replies, you must remove the address extension.
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org
- Final da mensagem de Arjen de Korte
-
Maur?cio Jos? T. Tecles
N?cleo de Inform?tica
Instituto de Biof?sica Carlos Chagas Filho - UFRJ
Av. Carlos Chagas Filho, 373
mtec...@biof.ufrj.br
Tel.: (21) 3938-6526 ou 3938-6544
--
Message: 2
Date: Thu, 19 Nov 2015 22:28:35 +0100
From: Jan Schneider
To: imp@lists.horde.org
Subject: Re: [imp] Folder names with tilde character
Message-ID: <20151119222835.horde.07at0jgesrz5kih9vbaj...@neo.wg.de>
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
Zitat von Michael M Slusarz :
Quoting Jan Schneider :
Zitat von Michael M Slusarz :
Quoting Jens Wahnes :
After a very long search, I found out that this problem is caused
by the code in the Horde_Imap_Client_Tokenize class, or more
precisely the code within the "next" method on line 292 or so.
There is a comment attached to the "case" statement in question
which reads "Ignore binary string identifier. PHP strings are
binary-safe", but even after reading quite a bit of the
surrounding code, I fail to understand what is meant by that
comment.
It means that PHP doesn't care if a string contains NULLs, so we
are just discarding the ~ when it is part of the literal8
construction (since a NULL is treated as a single-byte character
for PHP string processing).
RFC 6855 support is irrelevant here - literal8 is defined by
BINARY so this can be tested on a server that supports BINARY.
Thus, if you have a fix Jan you don't need access to