Re: [imp] Problem with hook _prefs_hook_from_addr

2008-02-19 Thread Jan Schneider
No, because $user is empty if the user is not logged in yet, and Auth::getAuth() would return the same in this case. Zitat von Andrea Soracchi <[EMAIL PROTECTED]>: > The problem is that $user is empty and not null. > The code: > if (is_null($user)) { > $user = Auth::getAut

[imp] selecting columns to show in dimp's listing of mail

2008-02-19 Thread corky
Does anyone know how to do this? I'd like to be able to show things like message size, if there is an attachment, etc. Corky -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]

Re: [imp] Sending mass mailings

2008-02-19 Thread Ronan SALMON
Hi, I don't know if what you're looking for exist within Horde, but it sounds like 'sympa' is what you need (www.sympa.org). It can do pretty anything about mailing list. Hope this helps, Ronan. Quoting Peter Paul Elfferich <[EMAIL PROTECTED]>: > Hi, > > I'm examining possibilities for send

Re: [imp] Problem with hook _prefs_hook_from_addr

2008-02-19 Thread Andrea Soracchi
The $user isn't never null, it is always empty even when the login is correct! Def. Quota Jan Schneider <[EMAIL PROTECTED]>: > No, because $user is empty if the user is not logged in yet, and > Auth::getAuth() would return the same in this case. > > Zitat von Andrea Soracchi <[EMAIL PROTECTED]>

Re: [imp] selecting columns to show in dimp's listing of mail

2008-02-19 Thread Jan Schneider
Zitat von [EMAIL PROTECTED]: > Does anyone know how to do this? I'd like to be able to show things > like message size, if there is an attachment, etc. There are hooks for that. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- IMP mailing list - Join

[imp] Attachment viewing

2008-02-19 Thread Bubuk Gabrok
I received an email that contains many attachments. I am able to click (view) the attachment with .jpg and ..pdf extensions. But there are no links activated for Word, Excel and Powerpoint. What should I do so that I am able to have their links being activated for viewing? TIA. -- Bubuk