[imp] how do you save your preferences in IMP 3.0?

Jan Schneider jan@horde.org
Thu, 28 Feb 2002 12:39:31 +0100


Zitat von alton.yu@shocknetwork.com:

> I could go to prefs.php, but the prefs aren't saved.
> 
> Where do they go? 
> 
> Can I put them in the ldap?
> 
> If so, where do I set that up? basedn, rootdn, etc - how do I get it to
> query 
> the server?

Read docs/INSTALL.

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


>From alexis@sukria.net Date: 28 Feb 2002 14:05:34 +0100
Return-Path: <alexis@sukria.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 29179 invoked from network); 28 Feb 2002 13:07:38 -0000
Received: from smtp-ft3.fr.colt.net (213.41.78.27)
  by clark.horde.org with SMTP; 28 Feb 2002 13:07:38 -0000
Received: from sukria (access-178.93.rev.fr.colt.net [213.41.93.178])
	by smtp-ft3.fr.colt.net with ESMTP id g1SDHj419903
	for <imp@lists.horde.org>; Thu, 28 Feb 2002 14:17:45 +0100
From: Alexis Sukrieh <alexis@sukria.net>
To: imp mailing list <imp@lists.horde.org>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/1.0.1 
Date: 28 Feb 2002 14:05:34 +0100
Message-Id: <1014901534.5220.61.camel@sukria.startup>
Mime-Version: 1.0
Subject: unseen messages IMP 3.0

OK, after looking at the code of mailbox.php

I understood that unseen flags are only managed when using an IMAP
server.

In the case of pop3 server, nothing is done :

===] mailbox.php [==========================

if (!strstr($imp['protocol'], 'pop3')) {

// ... all the flags for IMAP ...

}
else {
        $flags[] = 0;
}

============================================

How can I enable those kind of features with pop3 servers ?

much and much features are not working with pop3 servers...

It seems that IMP3 is designed for IMAP servers isn't it ???


-- 
----------------------------------
Alexis Sukrieh | alexis@sukria.net

... sometimes seen as sukria ...

http://www.sukria.net
----------------------------------