david | 1 Nov 2005 12:47
Picon
Favicon

black list - disable


   Hi,

   How to "disable" the search to the black list in imp?

David Magno Santos de Almeida
Suporte Técnico
InfoNet - Soluções Internet
(0xx79) 2106-8000/  (0xx79) 9978-7925 
david <at> infonet.com.br
--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

david | 1 Nov 2005 12:50
Picon
Favicon

black list - disable


     Hi,

     How to "disable" the search to the black list in imp?

 - Horde: 3.0-cvs
 - IMP  : 4.0-cvs

David Magno Santos de Almeida
Suporte Técnico
InfoNet - Soluções Internet
(0xx79) 2106-8000/  (0xx79) 9978-7925 
david <at> infonet.com.br
--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Rob Wiltbank (Wynder | 1 Nov 2005 15:21

External Link from IMP Options Screen?

Greetings, folks...

I'm looking to create a link from the IMP options screen (in the $prefGroups
of horde/imp/prefs.php) that leads to an external page (spawning a new
browser preferably).  Is this at all possible with or without the spawning
of a new browser?

Thanks,
W.

--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Matthew Gosling | 2 Nov 2005 05:08
Picon

Horde IMP and Exchange

Hi,

I'm testing Horde v2.1 and IMP v2.21 to pick up my mail from an account on a
FreeBSD based server. It is running in a chroot jail but I don't think that
would affect anything.

All is working as I'd expect except for when I configure a 'fetchmail'
account to pick up mail via IMAP from another account that resides on an
Exchange 2003 server(The same happens on an Exchange 2000 too.) 

The mail is collected from the account but any new messages are marked as
read on the server so when I come to read the mail in a mail client (tried
various clients) there are no 'new' messages.
If the mail is picked up directly through the client the messages appear as
I'd expect. 

I've also tried configuring a server using fetchmail to pick up mail from
the Exchange server account to see if I could get that to work but had the
same problem (which suggests to me its an Exchange thing).

The same occurs when I've tried POP3 in the fetchmail account settings too 

I've tried various forums, searches etc but cant find out if this is a
common problem/setup and what the solution is.

I'd like to get other people on this system but as most of them are Exchange
users there would be complaints with the way things stand.
Any help or advice gratefully received, even if its just telling me to give
up!

(Continue reading)

James.Cort | 2 Nov 2005 10:12

Re: Searching an IMAP mail store with Imp [SOLVED]

I've figured out the problem, so I thought I'd post the solution here 
in case anyone else has the same issue.

It appears that my IMAP server has been configured without support for 
unicode. However, on my webmail server, Horde is trying to do 
everything in unicode.  Therefore, a PHP imap_search with UTF-8 
specified as the charset returns no results.

Solution: The clean solution is to rebuild my IMAP server with unicode 
support.  The quick & dirty solution is to fudge the _imapSearch 
function in horde/lib/Horde/IMAP/Search.php so it doesn't specify the 
character set in the search.

James Cort.

--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Jan Schneider | 2 Nov 2005 20:50
Favicon
Gravatar

Re: External Link from IMP Options Screen?

Zitat von "Rob Wiltbank (Wynder)" <wynder <at> warcry.com>:

> I'm looking to create a link from the IMP options screen (in the $prefGroups
> of horde/imp/prefs.php) that leads to an external page (spawning a new
> browser preferably).  Is this at all possible with or without the spawning
> of a new browser?

Yes, you can set a 'link' parameter for preference groups.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Kevin M. Myer | 2 Nov 2005 20:56

Re: Apply my Preference to All Users

Maybe not necessarily what you want, but you can set the values of 
preferences in config/prefs.php for each application you have 
installed.  Set your preferences the way you want, look at the data 
that is stored in your preference backend for your account, and then 
set the same values in prefs.php, which will create default values that 
are the same as yours.

If you're looking to clone your preferences, I guess you could export 
your preferences from your preferences backend, change all the 
references to your specific account to someone else and import them 
back into the backend.  But if you're looking for a way to do 
"clone-on-creation", I don't think there's an easy way to do that.

Kevin

Quoting Eagle Lee <elee <at> kinwai.com>:

> Dear All,
>
> I would like to apply my preference settings to all the users in mail server.
> Can I do this?
>
> Regards,
> Eagle Lee
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
>

(Continue reading)

Mark Schwarz | 2 Nov 2005 20:59
Picon
Picon

default user prefs

Hi,

i have setup a IMP on my server.
The user on the server a authenticate through /etc/passwd.
My questions is "How can i make GLOBAL defaults to every user that 
logins into IMP for the first time" ? (like the Theme etc.)

Thank you
Mark
--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Kevin Konowalec | 2 Nov 2005 21:08

Re: default user prefs

Kevin Myer just answered that question.  You can set up all your  
default values in prefs.php for each service and new users will  
inherit those as their default preferences.

Quoting Kevin Myer:

"Maybe not necessarily what you want, but you can set the values of
preferences in config/prefs.php for each application you have
installed.  Set your preferences the way you want, look at the data
that is stored in your preference backend for your account, and then
set the same values in prefs.php, which will create default values that
are the same as yours."

On Nov 2, 2005, at 12:59 PM, Mark Schwarz wrote:

> Hi,
>
> i have setup a IMP on my server.
> The user on the server a authenticate through /etc/passwd.
> My questions is "How can i make GLOBAL defaults to every user that
> logins into IMP for the first time" ? (like the Theme etc.)
>
> Thank you
> Mark
> -- 
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
>
>
(Continue reading)

Miguel Angel | 3 Nov 2005 11:05
Picon

Notice new email received

Hi all

i'm testing horde 3.0.5 + imp 4.0.4 and my question is It's Possible that 
Imp shows an icone when receive a message near to the
clock on task manager bar like outlook Express do it. ????

thank 

--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org


Gmane