Re: [imp] Problem with hook _prefs_hook_from_addr

2008-02-15 Thread Jan Schneider
Then use Auth::getAuth() instead. See the other pref hook examples in hook.php.dist. Zitat von [EMAIL PROTECTED]: > Hi, > > I have added the LOG: > Horde::logMessage("USERNAME:".$user, __FILE__, __LINE__, PEAR_LOG_NOTICE); > > in the function _prefs_hook_from_addr. > > The variable $user is emp

Re: [imp] Problem with hook _prefs_hook_from_addr

2008-02-15 Thread soracchi
Hi, I have added the LOG: Horde::logMessage("USERNAME:".$user, __FILE__, __LINE__, PEAR_LOG_NOTICE); in the function _prefs_hook_from_addr. The variable $user is empty but my login is ok. This is the log: Feb 15 22:52:00 HORDE [notice] [] USERNAME: [pid 25677 on line 169 of "/srv/www/htdocs/

[imp] Fwd: Re: IMP/Horde and Jabber

2008-02-15 Thread Chuck Hagenbuch
- Forwarded message from [EMAIL PROTECTED] - Date: Fri, 15 Feb 2008 14:06:55 -0500 From: Manuel Mely <[EMAIL PROTECTED]> Subject: Re: [imp] IMP/Horde and Jabber To: Chuck Hagenbuch <[EMAIL PROTECTED]> I think like this way: If Horde Development Team can support this o

Re: [imp] IMP/Horde and Jabber

2008-02-15 Thread Chuck Hagenbuch
Quoting Luis Hernán Otegui <[EMAIL PROTECTED]>: > Hi, I am curious about the possibility of integrating a Jabber IM > applet in the Horde framework. Does anyone know if it's possible? is > there any application/script which could be included? There is no existing solution, but of course it can be

[imp] IMP/Horde and Jabber

2008-02-15 Thread Luis Hernán Otegui
Hi, I am curious about the possibility of integrating a Jabber IM applet in the Horde framework. Does anyone know if it's possible? is there any application/script which could be included? Thanks in advance. Luis -- - GNU-GPL: "May The Source Be W

[imp] Cannot send email

2008-02-15 Thread Guillaume Chartrand
Hi, I know this question is already asked ans answered in the wiki but it's doesn't solved my problem. Here's my spec. Horde 2.13 IMP 2.21 It's been working well for long time but now I cannot send mail thru the Horde project and I don't know why. I restart my server and it's doesn't help. I can

Re: [imp] Disabling from changing sender address

2008-02-15 Thread Bubuk Gabrok
--- Anant Athavale <[EMAIL PROTECTED]> wrote: > modify prefs.php in horde and lock from_addr like > this > > $_prefs['from_addr'] = array( > 'value' => '', > 'locked' => true, > 'hook' => true, > 'shared' => true, > 'type' => 'text', > 'desc' => _("Your From: addre

Re: [imp] Horde MIME & Outlook

2008-02-15 Thread Philip Steeman
Hi, I tried the following patch, and the problem was solved http://lists.horde.org/archives/horde/Week-of-Mon-20070312/032997.html Philip Neil schreef: > Hi Guys, > > Im having trouble where any mail forwarded within the Horde IMP webmail > client to an Outlook client, the forwarded message an

[imp] Horde MIME & Outlook

2008-02-15 Thread Neil
Hi Guys, Im having trouble where any mail forwarded within the Horde IMP webmail client to an Outlook client, the forwarded message and text associated is not displayed, however the message is displayed within another email client like Thunderbird. Has anyone else experienced problems like thi

Re: [imp] Problem with hook _prefs_hook_from_addr

2008-02-15 Thread Jan Schneider
Zitat von alois blasbichler <[EMAIL PROTECTED]>: > Quoting Jan Schneider <[EMAIL PROTECTED]>: > >> Zitat von Andrea Soracchi <[EMAIL PROTECTED]>: >> >>> Hi, >>> How can I check? >> >> How *did* you check it initially? You said it was always empty! You >> could log the value with Horde::logMessage(

Re: [imp] Disabling from changing sender address

2008-02-15 Thread Anant Athavale
modify prefs.php in horde and lock from_addr like this $_prefs['from_addr'] = array( 'value' => '', 'locked' => true, 'hook' => true, 'shared' => true, 'type' => 'text', 'desc' => _("Your From: address:") ); But you need to enable hook in hooks.php to get that value

Re: [imp] Disabling from changing sender address

2008-02-15 Thread MailingListe
Zitat von Bubuk Gabrok <[EMAIL PROTECTED]>: > Under Options / Personal Information, how do I disable > someone from changing their from address: > > Your From: address: > > I looked inside imp/config/prefs.php but couldn't find > the segment that controls that. Please help. Many > thanks. Have a

[imp] Disabling from changing sender address

2008-02-15 Thread Bubuk Gabrok
Under Options / Personal Information, how do I disable someone from changing their from address: Your From: address: I looked inside imp/config/prefs.php but couldn't find the segment that controls that. Please help. Many thanks. -- Bubuk __