[imp] error 'imp does not provide an authenticate() method'

2011-06-08 Thread Bruno Costacurta
Hello, since I upgrade to latest Horde + IMP (via 'pear upgrade -c horde') I receive following error when logging : imp does not provide an authenticate() method from the login screen. Previous IMP (v5.0.4 if I remember correctly previous version number) until today was working correctly. T

[imp] Heads up for those using IMP3 alongside a testing installation or IMP4 on the same machine

2011-06-08 Thread David
Hi I've been running a Horde/Imp 4 alongside my production version for a while now. Outgoing mail uses SMTP AUTH. Because I'm keeping the Horde 4 up-to-date I'm running pear upgrade --alldeps regularly. Recently an upgrade to Mail::factory() seems to have changed the meaning of params['auth'] f

[imp] IMP H4 (5.0.6) (final)

2011-06-08 Thread Jan Schneider
The Horde Team is pleased to announce the final release of the Internet Mail Program (IMP) version H4 (5.0.6). IMP, the Internet Mail Program, is one of the most popular and widely deployed open source webmail applications in the world. It allows universal, web-based access to IMAP and POP3 mail

Re: [imp] Hooks for search_sources/search_fields

2011-06-08 Thread Jan Schneider
Zitat von Marco : Marco csi.it> writes: Hi, I have the IMP 5.0.5 hooks for search_sources/search_fields. I don't want to search all field mapped in turba, so I tried to restrict search to 'search' fields. I would notice that in previous IMP version hook only applies to new user without p

Re: [imp] Hooks for search_sources/search_fields

2011-06-08 Thread Jan Schneider
Zitat von Marco : Hi, I have the IMP 5.0.5 hooks for search_sources/search_fields. I don't want to search all field mapped in turba, so I tried to restrict search to 'search' fields. So I replaced $out[$source] = array_keys($GLOBALS['registry'] ->call('contacts/fields', array($source)));

Re: [imp] Using UTF-8 in emails

2011-06-08 Thread Jan Schneider
Zitat von Alexander Gran : Am Montag 06 Juni 2011, 10:29:29 schrieb Jan Schneider: Which version of Horde? This is IMP H3 (4.3.7) Horde 3 (or IMP 4 actually) has a preference to show a charset dropdown list in the compose window. This is not shown here, dunno how to enable it actually.

Re: [imp] Enforcing message order in imp 5.0.5

2011-06-08 Thread Ralf Lang
Am Mittwoch, 8. Juni 2011, 13:35:41 schrieb VALOIS, Pascal: > Hello Imp Users, > > i want to set the default display/sort preference for all users, and > maybe even, enforce it. > I want to sort by "most recent mail" and set the display to "the first > page" by default. Read comments in horde/i

[imp] Enforcing message order in imp 5.0.5

2011-06-08 Thread VALOIS, Pascal
Hello Imp Users, i want to set the default display/sort preference for all users, and maybe even, enforce it. I want to sort by "most recent mail" and set the display to "the first page" by default. Does anyone did this before ? Is it possible to enforce this preference ? Thank you for readi

Re: [imp] folder acl want to protect cyrus and owner

2011-06-08 Thread LALOT Dominique
2011/6/7 Michael M Slusarz > Quoting LALOT Dominique : > > 2011/6/7 LALOT Dominique >> >> Hello, >>> >>> my backend is a cyrus imap 2.3.x server >>> I wanted to protect the owner of a mailbox and cyrus account from being >>> removed. So I tried a quick patch on imp/lib/Prefs/Ui.php line 606 >>

Re: [imp] Hooks for search_sources/search_fields

2011-06-08 Thread Marco
Marco csi.it> writes: > > Hi, > I have the IMP 5.0.5 hooks for search_sources/search_fields. > I don't want to search all field mapped in turba, so I tried to restrict > search to 'search' fields. I would notice that in previous IMP version hook only applies to new user without preferences set

[imp] Hooks for search_sources/search_fields

2011-06-08 Thread Marco
Hi, I have the IMP 5.0.5 hooks for search_sources/search_fields. I don't want to search all field mapped in turba, so I tried to restrict search to 'search' fields. So I replaced $out[$source] = array_keys($GLOBALS['registry'] ->call('contacts/fields', array($source))); (line 80 of hooks.p