managing ms-tnef attachment
deckert florian
fdeckert@sopra.com
Mon, 02 Jul 2001 18:33:21 +0200
---------------------- multipart/mixed attachment
hi,
I'm trying to setup IMP to connect to a EXCHANGE server.
Everything is working fine but this damed 'application/ms-tnef'
IMP seems just not know about this part of the mail.
I tried to modify the mime.php3 file to add this mime type, but i'm
still unable to show these attachments.
I found the TNEF (1.0.1) application, but I don't know how to handle it
with IMP.
So is there any 'easy' way to solve this ?
--
Florian DECKERT
System Manager
SOPRA S.A. - Annecy - France
--
"Welcome to the real world" (The Matrix : 1999)
---------------------- multipart/mixed attachment--
>From rbarnett@neuromics.com Date: Mon, 2 Jul 2001 11:32:55 -0500
Return-Path: <rbarnett@neuromics.com>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 63950 invoked from network); 2 Jul 2001 16:39:06 -0000
Received: from neuromics1.pro-ns.net (HELO C.private.neuromics.com) (208.210.149.98)
by horde.org with SMTP; 2 Jul 2001 16:39:06 -0000
Received: (from apache@localhost)
by C.private.neuromics.com (8.11.0/8.11.0) id f62GWtg18466
for imp@lists.horde.org; Mon, 2 Jul 2001 11:32:55 -0500
Received: from 192.168.193.1 ( [192.168.193.1])
as user rbarnett@imap.private.neuromics.com by webmail.neuromics.com with HTTP;
Mon, 2 Jul 2001 11:32:55 -0500
Message-ID: <994091575.3b40a23726d2b@webmail.neuromics.com>
Date: Mon, 2 Jul 2001 11:32:55 -0500
From: Rodney Barnett <rbarnett@neuromics.com>
To: imp@lists.horde.org
References: <5.1.0.14.2.20010629145759.00ac63a0@pop.gmx.net> <993487044.3b3768c4bef79@linux.wg.de> <5.1.0.14.2.20010629145759.00ac63a0@pop.gmx.net> <5.1.0.14.2.20010702083622.00a6bbf0@pop.gmx.net>
In-Reply-To: <5.1.0.14.2.20010702083622.00a6bbf0@pop.gmx.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] address book, translating messages and other questions
Quoting Claus Heiko Niesen <cniesen@gmx.net>:
> At 08:30 AM 07/01/2001, you wrote:
> >- After I managed to eliminate the server choice from the log in
> >screen and logged in again, I was quite surprised to find that
> >all my preferences were gone. I then realized that my identity
> >to the system had changed from "rbarnett" to
> >"rbarnett@neuromics.com". I had no idea that I was altering
> >anything that fundamental.
>
> Well your preferences are still there. One of the config file
> probably got changed. My guess would be the realm attribute of
> the servers.php file. From the horde/imp/servers.php file:
> * realm: What to append to usernames for preferences and Horde
> * authentication to prevent login clashes on virtual host setups.
> To restore the preferences you can either change the database
> keys to the appropriate realm or change the realm attribute in
> the servers.php file. I probably would choose the first option
> so that the complete e-mail address is being used as the key.
The realm parameter in servers.php is "neuromics.com" for me. That did not
change. However, my horde_prefs SQL table now contains entries that have a uid
of "rbarnett" and new entries that have a uid of "rbarnett@neuromics.com".
The Horde greeting page says "Welcome, Rbarnett@neuromics.com" now. It said
"Welcome, RBarnett" before and if I go into horde/imp/conf.php and change the
server_list parameter back to false and log in to the same server (there's only
one uncommented server listed in my servers.php), that greeting changes back to
"Welcome, Rbarnett".
It appears that the server_list parameter affects my identity in the IMP/Horde
system and that's what was surprising and confusing.
BTW, in case it's relevant, I'm using IMP and Horde from CVS as of a few days
ago (6/28, I think).
> >- My goal was to remove the user's ability to chose the server
>
> I think you got it working but just in case you haven't your setup
> should be as follows:
<snip>
Yes, I did get it working, but thanks. My primary reason for posting was to
present the problems with the documentation from a user's point of view. I was
going to take a stab at writing some new documentation, but after I poked around
a bit in the code, I realized that I understood what these parameters do even
less than I thought I did. Besides the identity issue above, server_list also
seems to have an impact on something about how some of the preferences are
loaded and I don't understand how the mailhost and other related preferences
interact with the server_list and server_list_hidden parameters. Does one
override the other? Also, the part I snipped above contains explanations for
three configurations. There's a fourth:
$conf['server']['server_list] = false;
$conf['server']['server_list_hidden'] = true;
I'm guessing that if server_list is false, then server_list_hidden is ignored,
but I'm not certain of that.
With all these questions, I didn't feel that I could propose adequate new
documentation, so I settled for providing information that I hoped would be
useful for someone working on the documentation assuming they knew the answers
to the questions or had the time to track down those answers.
Rodney