[imp] PGP signed message doesn't display properly.

Jason Smith jason@netops.firstcellular.com
Thu, 5 Sep 2002 13:23:12 -0500


That worked great.  Thanks for your help.

Quoting Jan Schneider <jan@horde.org>:

> Zitat von Jason Smith <jason@netops.firstcellular.com>:
> 
> > Mozilla 1.1 and IE 5.5 on Windows 2000 Prof.  When you view the message
> > source,
> > contained below, you of course see that the message had a body and was
> > signed
> > with a pgp signature by GnuPG.  I believe that I have received messages
> > in the
> > past that were signed like this and they displayed just fine.  One of the
> > messages that I saw about a problem that looked similiar to this in the
> > archives
> > said something about there not being a filter for this type of file.  I'm
> > running IMP 3.1 and Horde 2.1.
> 
> > Here's the message source:
> 
> > Content-Type: application/pgp; x-action=sign; format=text
> 
> Just add this content type to the 'handles' array of the text mime driver
> in
> imp/config/mime_drivers.php.
> It should look like:
> $mime_drivers['imp']['text']['handles'] = array(
>     'text/plain', 'message/delivery-status', 
>     'text/rfc822-headers', 'application/pgp');