From jan at horde.org Mon May 31 04:09:58 2004 From: jan at horde.org (Jan Schneider) Date: Mon May 31 04:06:34 2004 Subject: [imp] Horde auth looping In-Reply-To: <1085931052.739.5.camel@vincent> References: <20040528190014.0EB55F4C@vlad.horde.org> <1085931052.739.5.camel@vincent> Message-ID: <20040531130958.1qosogoogw0gooc4@jan.dip.ammma.net> Zitat von Argon7 Mailing List User : > On top of looping and not succeeding to log in: > - access disk drops dramatically from an average of 6,1Mb/s to 2,45Mb/s > - apache continues to eat resource after the time-out page is displayed, > leading to increase up and up the load average of the box... Make sure that your "folders" setting in config/servers.php is correct. The high disk load sounds like the imap server is scanning your whole home directory, not only your mail folder on login. >> Date: Fri, 28 May 2004 18:46:15 +0200 >> From: Argon7 List User >> Subject: [imp] Horde auth looping >> To: imp@lists.horde.org >> Message-ID: <1085762775.15803.69.camel@localhost> >> Content-Type: text/plain >> >> some months ago a similar problem has been reported but no solution >> appears in the thread: >> http://lists.horde.org/archives/imp/Week-of-Mon-20031124/035721.html >> >> i'm running horde2.2/imp3.2.3 on a debian woody box, >> horde/test.php and horde/imp/test.php are fine (even imap login is ok >> and gives me the number of mails in the mailbox) >> but each time i try to log in imp thru the login screen, apache hangs >> and starts eating process resource (up to 99,6%)... and continues to >> loop until it reaches its time-out value... Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From vviitane+mail.imp at mappi.helsinki.fi Mon May 31 09:39:37 2004 From: vviitane+mail.imp at mappi.helsinki.fi (vviitane+mail.imp@mappi.helsinki.fi) Date: Mon May 31 09:40:34 2004 Subject: [imp] Re: IE caching mailbox pages - fixed Message-ID: <1086021577.40bb5fc991022@www3.helsinki.fi> John Dalbec wrote: > OK, I added a HEAD section to the end of */templates/common-footer.inc > with > tags for all the headers and that seems to work. Many thanks for figuring this out! I added the following to common-footer.inc after and it did the trick: (I'm using heavily patched Imp 3.1+Horde 2.2.3.) Imp developers, you should at least take note of this - IE caching the pages is kind of a major problem. I did a little googling and found http://support.microsoft.com/default.aspx?scid=kb;EN-US;222064 - it gives further information. The article says it applies to MSIE 3 and 4 only, but it solved IE caching issue on my MSIE 6.something on my WinXP box as well. I also know this should probably be done with Horde the browser capability thingy, but I'm not that interested. -- Viljo Viitanen University of Helsinki, IT Department From euz at argon7.be Mon May 31 12:01:51 2004 From: euz at argon7.be (Argon7 List User) Date: Mon May 31 12:02:29 2004 Subject: [imp] Horde auth looping In-Reply-To: <20040531130958.1qosogoogw0gooc4@jan.dip.ammma.net> References: <20040528190014.0EB55F4C@vlad.horde.org> <1085931052.739.5.camel@vincent> <20040531130958.1qosogoogw0gooc4@jan.dip.ammma.net> Message-ID: <1086030111.969.29.camel@localhost.localdomain> my imap server is localhost. i'm using courier-imap with authmysql (set up to look for the maildrop directory in a mysql db). so my "folders" is empty in config/servers.php, which should be correct. i have another imp install on a debian box, using woody packages (horde 2.0 and imp 3.0), also with a local mail server using courier-imap. everything is running ok on this box... thanks for your help. jo On Mon, 2004-05-31 at 13:09, Jan Schneider wrote: > Zitat von Argon7 Mailing List User : > > > On top of looping and not succeeding to log in: > > - access disk drops dramatically from an average of 6,1Mb/s to 2,45Mb/s > > - apache continues to eat resource after the time-out page is displayed, > > leading to increase up and up the load average of the box... > > Make sure that your "folders" setting in config/servers.php is correct. The > high disk load sounds like the imap server is scanning your whole home > directory, not only your mail folder on login. > > >> Date: Fri, 28 May 2004 18:46:15 +0200 > >> From: Argon7 List User > >> Subject: [imp] Horde auth looping > >> > >> some months ago a similar problem has been reported but no solution > >> appears in the thread: > >> http://lists.horde.org/archives/imp/Week-of-Mon-20031124/035721.html > >> > >> i'm running horde2.2/imp3.2.3 on a debian woody box, > >> horde/test.php and horde/imp/test.php are fine (even imap login is ok > >> and gives me the number of mails in the mailbox) > >> but each time i try to log in imp thru the login screen, apache hangs > >> and starts eating process resource (up to 99,6%)... and continues to > >> loop until it reaches its time-out value... > > Jan. > > -- > Do you need professional PHP or Horde consulting? > http://horde.org/consulting.php From bart at sonik.pl Mon May 31 15:04:57 2004 From: bart at sonik.pl (Barti) Date: Mon May 31 15:06:10 2004 Subject: [imp] mysql session Message-ID: <047c01c4475b$50083e10$051460d9@MAGNUSMOBILE> I have problem with setup mysql session I changed in horde.php $conf['sessionhandler']['type'] = 'external'; and $conf['sessionhandler']['params'] = array(); $conf['sessionhandler']['params']['phptype'] = 'mysql'; $conf['sessionhandler']['params']['hostspec'] = 'localhost'; $conf['sessionhandler']['params']['username'] = 'horde'; $conf['sessionhandler']['params']['password'] = '*******'; $conf['sessionhandler']['params']['database'] = 'horde'; $conf['sessionhandler']['params']['table'] = 'horde_sessionhandler'; but see blank screen after entering main page no error any sugestion? From nazarius at ukr.net Tue Jun 1 05:29:07 2004 From: nazarius at ukr.net (Nazar) Date: Tue Jun 1 05:29:32 2004 Subject: [imp] dots in messages Message-ID: <13723829765.20040601152907@ukr.net> If you enter the following into an email message, anything after the . will not appear. top of message STOP OFF END . . END OF MESSAGE This is what I received in the email that was sent: top of message STOP OFF END From lcowle at lehman.com Tue Jun 1 06:43:58 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Tue Jun 1 06:45:01 2004 Subject: [imp] dots in messages Message-ID: In /path/to/horde/config/horde.php: // For sendmail, this is mainly the 'sendmail_path option. Additionally, we // want to use the '-oi' argument so that sendmail does not interpret a // single '.' in the body of a message as the end of input. // $conf['mailer']['params'] = array( // 'sendmail_path' => '/usr/lib/sendmail', // 'sendmail_args' => '-oi' // ); Uncomment the last 4 lines above. Regards, Leon. -----Original Message----- From: Nazar [mailto:nazarius@ukr.net] Sent: Tuesday, June 01, 2004 1:29 PM To: imp@lists.horde.org Subject: [imp] dots in messages If you enter the following into an email message, anything after the . will not appear. top of message STOP OFF END . . END OF MESSAGE This is what I received in the email that was sent: top of message STOP OFF END -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. From marco at eduktodos.dyndns.org Tue Jun 1 14:39:56 2004 From: marco at eduktodos.dyndns.org (marco@eduktodos.dyndns.org) Date: Tue Jun 1 14:41:09 2004 Subject: [imp] ERROR: column "pref_value" is of type text but expression is of type boolean Message-ID: <1086125996.40bcf7ac900f0@eduktodos.dyndns.org> Peter Ahearn wrote: Hi All: I've searched both the internet and the mailing lists extensively and haven't found an answer to the problem I'm having so I thought I'd see if anyone has any insight. I did find the same question posted a while ago but with no responses. Anyway here's what's happening: I'm running Horde 2.2.4 and Imp 3.2.2 on a Redhat 7.0 box, php-pgsql 4.2.2-8.0.5, postgresql 7.4-0.2PGDG. Everything works great when I don't try to enable user preferences, but when I do upon login I get the error message: A fatal error has occurred: DB Error: unknown error [line 341 of /var/www/html/horde/lib/Prefs/sql.php] Details have been logged for the administrator. ...the output of the postgres log is: ERROR: column "pref_value" is of type text but expression is of type boolean HINT: You will need to rewrite or cast the expression. ERROR: column "pref_value" is of type text but expression is of type boolean HINT: You will need to rewrite or cast the expression. The person who posted an equivalent problem also posted a patch involving casting delhide to a string in mailbox.php, but this does not fix the problem for me. Does anyone know the solution to this problem, have this problem, or have any helpful suggestions? I'm at the end of my rope with this. Thanks in advance for any information, -peter Recently y had the same problem and I believe that it ownes to the version of PHP that intoduces boolean types since version 4. PHP does not require (or support) explicit type definition in variable declaration; a variable's type is determined by the context in which that variable is used. That is to say, if you assign a string value to variable $var, $var becomes a string. If you then assign an integer value to $var, it becomes an integer. So, I solve the problem with sum a null string to the variable $this->getValue($name) defined in /var/www/html/horde/lib/Prefs/sql.php Thet is, I change the lines that say: $query .= 'set pref_value = ' . $this->db->quote($this->getValue($name)); with $query .= 'set pref_value = ' . $this->db->quote(($this->getValue($name))+""); that means: $this->getValue($name) is a boolean type ($this->getValue($name))+"" is now text type and the query to the database has no problem. Marco ___________________________________________________ Correo Electr?nico, Talleres Estudiantiles Ciencias. From benshinu at yahoo.fr Tue Jun 1 16:28:42 2004 From: benshinu at yahoo.fr (=?iso-8859-1?q?nshi=20be?=) Date: Tue Jun 1 16:29:35 2004 Subject: [imp] Some help ? Imp+imap/ssl don't work Message-ID: <20040601232842.1741.qmail@web25101.mail.ukl.yahoo.com> Hello, first, excuse my poor english, it's not easy for me ;) I try to use Imp with an imap server on 993 port (ssl). The imap server work fine with a mail client like mozilla-mail (outlook work too with this parameters). I'm looking for information on this error : Jun 2 00:47:09 localhost imapd[28643]: Command stream end of file, while reading line user=??? host=UNKNOWN it seems for me, that the communication between imp and imapd is not good, and the authentification can't be done. php contain all necessary option (--with-openssl=/path , --with-imap-ssl , ...) The only idea I got is that the network is not good and the webserver don't negociate quickly authentification. If somebody can help me, it was cool. ben ps : in french it was le paradis Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Cr?ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis gr?ce ? Yahoo! Messenger !T?l?chargez Yahoo! Messenger sur http://fr.messenger.yahoo.com From benshinu at yahoo.fr Tue Jun 1 16:29:35 2004 From: benshinu at yahoo.fr (=?iso-8859-1?q?nshi=20be?=) Date: Tue Jun 1 16:30:34 2004 Subject: [imp] Some help ? Imp+imap/ssl don't work Message-ID: <20040601232935.96996.qmail@web25104.mail.ukl.yahoo.com> Hello, first, excuse my poor english, it's not easy for me ;) I try to use Imp with an imap server on 993 port (ssl). The imap server work fine with a mail client like mozilla-mail (outlook work too with this parameters). I'm looking for information on this error : Jun 2 00:47:09 localhost imapd[28643]: Command stream end of file, while reading line user=??? host=UNKNOWN it seems for me, that the communication between imp and imapd is not good, and the authentification can't be done. php contain all necessary option (--with-openssl=/path , --with-imap-ssl , ...) The only idea I got is that the network is not good and the webserver don't negociate quickly authentification. If somebody can help me, it was cool. ben ps : in french it was le paradis Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Cr?ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Dialoguez en direct avec vos amis gr?ce ? Yahoo! Messenger !T?l?chargez Yahoo! Messenger sur http://fr.messenger.yahoo.com From theall at tifaware.com Tue Jun 1 19:37:33 2004 From: theall at tifaware.com (George Theall) Date: Tue Jun 1 19:38:32 2004 Subject: [imp] Where to Report Vulnerabilities in IMP Message-ID: <20040602023733.GA15122@tifaware.com> I've looked on the Horde web site but didn't find an answer... To whom should I report a vulnerability in IMP 3.2.3? George -- theall@tifaware.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.horde.org/archives/imp/attachments/20040601/19eab35d/attachment.bin From implist at paypc.com Tue Jun 1 19:48:08 2004 From: implist at paypc.com (Lord Apollyon) Date: Tue Jun 1 19:48:29 2004 Subject: [imp] Where to Report Vulnerabilities in IMP In-Reply-To: <20040602023733.GA15122@tifaware.com> References: <20040602023733.GA15122@tifaware.com> Message-ID: <1086144488.40bd3fe8cd3c3@www.paypc.com> > I've looked on the Horde web site but didn't find an answer... To whom > should I report a vulnerability in IMP 3.2.3? security (at) horde org =R= From efritz at GLJA.com Wed Jun 2 07:05:46 2004 From: efritz at GLJA.com (Erwin Fritz) Date: Wed Jun 2 07:06:35 2004 Subject: [imp] Cannot redeclare class lang Message-ID: <40BDDEBA.2070906@glja.com> I'm running IMP 3.2.3 on top of Horde 2.2.5 on Solaris 8. Right after logging in to IMP, I get this error: Fatal error: Cannot redeclare class lang in ./lib/../lib/Lang.php on line 14 The last line of my Horde log (set to LOG_DEBUG level) is a 'Login success' message. This looks like a programming bug. Help! Erwin From jan at horde.org Wed Jun 2 07:43:13 2004 From: jan at horde.org (Jan Schneider) Date: Wed Jun 2 07:39:36 2004 Subject: [imp] Cannot redeclare class lang In-Reply-To: <40BDDEBA.2070906@glja.com> References: <40BDDEBA.2070906@glja.com> Message-ID: <20040602164313.hnow8owc40sw4ko8@jan.dip.ammma.net> Zitat von Erwin Fritz : > I'm running IMP 3.2.3 on top of Horde 2.2.5 on Solaris 8. Right after > logging in to IMP, I get this error: > > Fatal error: Cannot redeclare class lang in ./lib/../lib/Lang.php on line 14 > > The last line of my Horde log (set to LOG_DEBUG level) is a 'Login > success' message. > > This looks like a programming bug. No, you either have a really broken PHP or you have some auto_include files defining a class of this name. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From efritz at glja.com Wed Jun 2 08:46:10 2004 From: efritz at glja.com (Erwin Fritz) Date: Wed Jun 2 08:47:24 2004 Subject: [imp] Cannot redeclare class lang In-Reply-To: <20040602164313.hnow8owc40sw4ko8@jan.dip.ammma.net> References: <40BDDEBA.2070906@glja.com> <20040602164313.hnow8owc40sw4ko8@jan.dip.ammma.net> Message-ID: <40BDF642.9000707@glja.com> Jan Schneider wrote: > Zitat von Erwin Fritz : > >> I'm running IMP 3.2.3 on top of Horde 2.2.5 on Solaris 8. Right after >> logging in to IMP, I get this error: >> >> Fatal error: Cannot redeclare class lang in ./lib/../lib/Lang.php on >> line 14 >> >> The last line of my Horde log (set to LOG_DEBUG level) is a 'Login >> success' message. >> >> This looks like a programming bug. > > > No, you either have a really broken PHP or you have some auto_include files > defining a class of this name. > > Jan. PHP is 4.3.5, so that's pretty current. I checked every file in the PHP installation directory and the Horde and IMP directories, and there's only one file containing the definition of class Lang: /lib/Lang.php. I did this by grepping for the string 'class Lang'. I then checked every file in the PHP, Horde, and IMP directories, looking for references to Lang.php. There are three such files: /po/translation.php /lib/Registry.php /lib/Lang.php The relevant lines from translation.php are: $HORDE_BASE = dirname(__FILE__) . '/..'; if (!empty($language)) { require $HORDE_BASE . '/config/lang.php.dist'; require_once $HORDE_BASE . '/lib/Lang.php'; $tmp = explode('.', $language); The relevant lines from Registry.php are: /* Initialize the localization routines and variables */ include_once $base . '/lib/Lang.php'; Lang::setLang(); Lang::setTextdomain('horde', $base . '/locale', Lang::getCharset()); I don't know PHP, but it seems to me that there isn't anything wrong with these lines. So I'm still stumped. Any ideas? Erwin From om_242 at hotmail.com Wed Jun 2 15:02:27 2004 From: om_242 at hotmail.com (John Peters) Date: Wed Jun 2 15:02:57 2004 Subject: [imp] Problems with adding to address book Message-ID: Quick problem. When I view a message in the INBOX, next to the 'From:' name, there is a tiny little book that you can click on that will add that email address to your address book (Turba). This works fine for me (the admin), however anyone I add to Horde, does not have that little book next to the 'From:' email address. Its simply not there. Is there a configuration aspect I am missing. I assumed that if that was there for me, it should be there for one of my users (who is on the same system). Please advise. From fantiteo at netcenter-vn.net Wed Jun 2 18:36:29 2004 From: fantiteo at netcenter-vn.net (Fan Ti Teo) Date: Wed Jun 2 18:37:18 2004 Subject: [imp] How to add new language Message-ID: <003101c9e460$e725b050$c74b460a@thuocfv> I'm a Vietnamese. I use IMP 3.x. Could anybody suggest me the way to add VietNamese Language? Thanks in advance Regards From tilly at serversunited.com Wed Jun 2 19:50:17 2004 From: tilly at serversunited.com (Tilly) Date: Wed Jun 2 19:50:34 2004 Subject: [imp] IMP simply doesnt work Message-ID: <007101c44915$81321360$6301a8c0@TILLY> Hello I have succesfully install horde itself and the login works great using imap. My imap server works just fine but when i have horde do authentication via IMP i get action canceld in the main window and the regular hored log out buttons on the bottom when i go to http://192.168.1.95/horde/ . Another funny thing is when i go to http://192.168.1.95/horde/imp/ it seems like it works great but when i try to login using my username and password, i get page can not be diplayed and in the horde log it said i had a succesful login. This is what i have in my servers.php $servers['imap'] = array( 'name' => 'Bleep Mail', 'server' => '192.168.1.95', 'protocol' => 'imap/ssl/novalidate-cert', 'port' => 993, 'folders' => '', 'namespace' => 'INBOX', 'maildomain' => '(domain).com', 'smtphost' => '192.168.1.95', 'realm' => '192.168.1.95', 'preferred' => '' ); I dont have the rest of the servers specified cause it is not needed. and i did uncomment the lines in horde/config/registry.php so imp would take care of the authentication. Tilly From lcowle at lehman.com Wed Jun 2 23:54:41 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Wed Jun 2 23:55:33 2004 Subject: [imp] Forcing a password for Horde login? Message-ID: Hi List, I've got a CVS checkout of 2 nights ago. Everything works, but I'm having difficulty with auth settings in conf.php for horde and for imp. Here are my settings in horde/config/conf.php $conf['auth']['admins'] = array( 'globetrotters@(domain).com'); $conf['auth']['driver'] = 'auto'; $conf['auth']['params'] = array('username' => 'globetrotters@(domain).com'); // $conf['auth']['params']['app'] = 'imp'; // $conf['auth']['driver'] = 'application'; How should I set the above in order for " globetrotters@(domain).com" to be the Horde administrator, but for IMP to handle all authentication? I've tried various (many!) different configs, and get different results, like: 1. It logs into Horde automatically without asking for a password (i.e. NOT good!) -- the settings above do this! --or-- 2. When accessing http://localhost/horde/imp , it asks for a password, but after successful login (via imap), takes me back to Horde, not IMP. I can't seem to find the correct combination that would allow "globetrotters@(domain).com " normal login action into IMP, and admin login rights into Horde, while ensuring that login into http://localhost/horde also asks for a password. Please help! Thanks, Leon. ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. From lcowle at lehman.com Thu Jun 3 00:04:13 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Thu Jun 3 00:04:44 2004 Subject: [imp] Forcing a password for Horde login? Message-ID: (resent to list because of Outlook messing up previous send with extra html links etc) Hi List, I've got a CVS checkout of 2 nights ago. Everything works, but I'm having difficulty with auth settings in conf.php for horde and for imp. Here are my settings in horde/config/conf.php $conf['auth']['admins'] = array('globetrotters@(domain).com'); $conf['auth']['driver'] = 'auto'; $conf['auth']['params'] = array('username' => 'globetrotters@(domain).com'); // $conf['auth']['params']['app'] = 'imp'; // $conf['auth']['driver'] = 'application'; How should I set the above in order for "globetrotters@(domain).com" to be the Horde administrator, but for IMP to handle all authentication? I've tried various (many!) different configs, and get different results, like: 1. It logs into Horde automatically without asking for a password (i.e. NOT good!) -- the settings above do this! --or-- 2. When accessing http: //localhost/horde/imp, it asks for a password, but after successful login (via imap), takes me back to Horde, not IMP. I can't seem to find the correct combination that would allow "globetrotters@(domain).com" normal login action into IMP, and admin login rights into Horde, while ensuring that login into http: //localhost/horde also asks for a password. Please help! Thanks, Leon. ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. From jan at horde.org Thu Jun 3 00:30:13 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 00:26:14 2004 Subject: [imp] Problems with adding to address book In-Reply-To: References: Message-ID: <20040603093013.fkswko48w0wkg0ok@jan.dip.ammma.net> Zitat von John Peters : > Quick problem. > > When I view a message in the INBOX, next to the 'From:' name, there is a > tiny little book that you can click on that will add that email address to > your address book (Turba). > > This works fine for me (the admin), however anyone I add to Horde, does not > have that little book next to the 'From:' email address. Its simply not > there. > > Is there a configuration aspect I am missing. I assumed that if that was > there for me, it should be there for one of my users (who is on the same > system). They (or you) need to specify the correct address book as the standard address book in their preferences. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Thu Jun 3 00:31:04 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 00:27:25 2004 Subject: [imp] IMP simply doesnt work In-Reply-To: <007101c44915$81321360$6301a8c0@TILLY> References: <007101c44915$81321360$6301a8c0@TILLY> Message-ID: <20040603093104.8owww84gs0k0gs0c@jan.dip.ammma.net> Zitat von Tilly : > Hello > > I have succesfully install horde itself and the login works great using > imap. My imap server works just fine but when i have horde do authentication > via IMP i get action canceld in the main window and the regular hored log > out buttons on the bottom when i go to http://192.168.1.95/horde/ . Another > funny thing is when i go to http://192.168.1.95/horde/imp/ it seems like it > works great but when i try to login using my username and password, i get > page can not be diplayed and in the horde log it said i had a succesful > login. This is what i have in my servers.php > > $servers['imap'] = array( > 'name' => 'Bleep Mail', > 'server' => '192.168.1.95', > 'protocol' => 'imap/ssl/novalidate-cert', > 'port' => 993, > 'folders' => '', > 'namespace' => 'INBOX', > 'maildomain' => '(domain).com', > 'smtphost' => '192.168.1.95', > 'realm' => '192.168.1.95', > 'preferred' => '' > ); > > I dont have the rest of the servers specified cause it is not needed. and i > did uncomment the lines in horde/config/registry.php so imp would take care > of the authentication. Take a look at your server logs. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Thu Jun 3 00:34:35 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 00:30:51 2004 Subject: [imp] Forcing a password for Horde login? In-Reply-To: References: Message-ID: <20040603093435.0gw0gc044gscs80s@jan.dip.ammma.net> Zitat von "Cowle, Leon" : > I've got a CVS checkout of 2 nights ago. Everything works, but I'm having > difficulty with auth settings in conf.php for horde and for imp. > > Here are my settings in horde/config/conf.php > > $conf['auth']['admins'] = array('globetrotters@(domain).com'); > $conf['auth']['driver'] = 'auto'; > $conf['auth']['params'] = array('username' => > 'globetrotters@(domain).com'); > // $conf['auth']['params']['app'] = 'imp'; > // $conf['auth']['driver'] = 'application'; $conf['auth']['admins'] = array('globetrotters@(domain).com'); // $conf['auth']['driver'] = 'auto'; // $conf['auth']['params'] = array('username' => 'globetrotters@(domain).com'); $conf['auth']['params']['app'] = 'imp'; $conf['auth']['driver'] = 'application'; > How should I set the above in order for "globetrotters@(domain).com" to be > the Horde administrator, but for IMP to handle all authentication? I've > tried various (many!) different configs, and get different results, like: > 1. It logs into Horde automatically without asking for a password (i.e. NOT > good!) -- the settings above do this! > --or-- > 2. When accessing http: //localhost/horde/imp, it asks for a password, but > after successful login (via imap), takes me back to Horde, not IMP. > > I can't seem to find the correct combination that would allow > "globetrotters@(domain).com" normal login action into IMP, and admin login > rights into Horde, while ensuring that login into http: //localhost/horde > also asks for a password. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Thu Jun 3 00:35:17 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 00:31:51 2004 Subject: [imp] How to add new language In-Reply-To: <003101c9e460$e725b050$c74b460a@thuocfv> References: <003101c9e460$e725b050$c74b460a@thuocfv> Message-ID: <20040603093517.pwg80wsgg40og408@jan.dip.ammma.net> Zitat von Fan Ti Teo : > I'm a Vietnamese. I use IMP 3.x. Could anybody suggest me the way to > add VietNamese Language? po/README, docs/TRANSLATIONS Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From lcowle at lehman.com Thu Jun 3 00:38:53 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Thu Jun 3 00:39:49 2004 Subject: [imp] Forcing a password for Horde login? Message-ID: Thanks Jan for the quick reply. I've made the changes you suggested. Now it always asks for a password. Great! HOWEVER, when logging in now, it immediately throws me back into Horde, i.e. even though I access http: //localhost/horde/imp, after login I find myself in Horde (not IMP). Any ideas? I'm assuming that a "normal" user of IMP can also be the administrator of Horde, right? Leon. -----Original Message----- From: Jan Schneider [mailto:jan@horde.org] Sent: Thursday, June 03, 2004 8:35 AM To: imp@lists.horde.org Subject: Re: [imp] Forcing a password for Horde login? Zitat von "Cowle, Leon" : > I've got a CVS checkout of 2 nights ago. Everything works, but I'm having > difficulty with auth settings in conf.php for horde and for imp. > > Here are my settings in horde/config/conf.php > > $conf['auth']['admins'] = array('globetrotters@(domain).com'); > $conf['auth']['driver'] = 'auto'; > $conf['auth']['params'] = array('username' => > 'globetrotters@(domain).com'); > // $conf['auth']['params']['app'] = 'imp'; > // $conf['auth']['driver'] = 'application'; $conf['auth']['admins'] = array('globetrotters@(domain).com'); // $conf['auth']['driver'] = 'auto'; // $conf['auth']['params'] = array('username' => 'globetrotters@(domain).com'); $conf['auth']['params']['app'] = 'imp'; $conf['auth']['driver'] = 'application'; > How should I set the above in order for "globetrotters@(domain).com" to be > the Horde administrator, but for IMP to handle all authentication? I've > tried various (many!) different configs, and get different results, like: > 1. It logs into Horde automatically without asking for a password (i.e. NOT > good!) -- the settings above do this! > --or-- > 2. When accessing http: //localhost/horde/imp, it asks for a password, but > after successful login (via imap), takes me back to Horde, not IMP. > > I can't seem to find the correct combination that would allow > "globetrotters@(domain).com" normal login action into IMP, and admin login > rights into Horde, while ensuring that login into http: //localhost/horde > also asks for a password. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. From jan at horde.org Thu Jun 3 01:04:37 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 01:00:55 2004 Subject: [imp] Forcing a password for Horde login? In-Reply-To: References: Message-ID: <20040603100437.1q8skgw8g4kcco4s@jan.dip.ammma.net> Zitat von "Cowle, Leon" : > Thanks Jan for the quick reply. > > I've made the changes you suggested. Now it always asks for a password. > Great! > > HOWEVER, when logging in now, it immediately throws me back into Horde, i.e. > even though I access http: //localhost/horde/imp, after login I find myself > in Horde (not IMP). What do you mean? Do you get the Horde login form again? > Any ideas? I'm assuming that a "normal" user of IMP can also be the > administrator of Horde, right? Correct. > -----Original Message----- > From: Jan Schneider [mailto:jan@horde.org] > Sent: Thursday, June 03, 2004 8:35 AM > To: imp@lists.horde.org > Subject: Re: [imp] Forcing a password for Horde login? > > > Zitat von "Cowle, Leon" : > >> I've got a CVS checkout of 2 nights ago. Everything works, but I'm having >> difficulty with auth settings in conf.php for horde and for imp. >> >> Here are my settings in horde/config/conf.php >> >> $conf['auth']['admins'] = array('globetrotters@(domain).com'); >> $conf['auth']['driver'] = 'auto'; >> $conf['auth']['params'] = array('username' => >> 'globetrotters@(domain).com'); >> // $conf['auth']['params']['app'] = 'imp'; >> // $conf['auth']['driver'] = 'application'; > > $conf['auth']['admins'] = array('globetrotters@(domain).com'); > // $conf['auth']['driver'] = 'auto'; > // $conf['auth']['params'] = array('username' => > 'globetrotters@(domain).com'); > $conf['auth']['params']['app'] = 'imp'; > $conf['auth']['driver'] = 'application'; > >> How should I set the above in order for "globetrotters@(domain).com" to be >> the Horde administrator, but for IMP to handle all authentication? I've >> tried various (many!) different configs, and get different results, like: >> 1. It logs into Horde automatically without asking for a password (i.e. > NOT >> good!) -- the settings above do this! >> --or-- >> 2. When accessing http: //localhost/horde/imp, it asks for a password, but >> after successful login (via imap), takes me back to Horde, not IMP. >> >> I can't seem to find the correct combination that would allow >> "globetrotters@(domain).com" normal login action into IMP, and admin login >> rights into Horde, while ensuring that login into http: //localhost/horde >> also asks for a password. > > Jan. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From lcowle at lehman.com Thu Jun 3 01:31:39 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Thu Jun 3 01:32:35 2004 Subject: [imp] Forcing a password for Horde login? Message-ID: Sorry if I wasn't clear. No, I don't get the Horde login form again, I get the signed-in Horde page. Here is what happens: htp://localhost/horde/imp. This gives me a login screen. I log in successfully (using imap for authentication, as configured in servers.php) but immediately get taken to Horde page, where it says "Welcome, globetrotters@(domain).com" and where it has the menu with "Home Layout Administration Help Logout" menu items top-right. I'm not taken into imp, even though I'm using htp://localhost/horde/imp. Thanks for helping! Leon. -----Original Message----- From: Jan Schneider [mailto:jan@horde.org] Sent: Thursday, June 03, 2004 9:05 AM To: Horde::IMP Subject: RE: [imp] Forcing a password for Horde login? Zitat von "Cowle, Leon" : > Thanks Jan for the quick reply. > > I've made the changes you suggested. Now it always asks for a password. > Great! > > HOWEVER, when logging in now, it immediately throws me back into Horde, i.e. > even though I access http: //localhost/horde/imp, after login I find myself > in Horde (not IMP). What do you mean? Do you get the Horde login form again? > Any ideas? I'm assuming that a "normal" user of IMP can also be the > administrator of Horde, right? Correct. > -----Original Message----- > From: Jan Schneider [mailto:jan@horde.org] > Sent: Thursday, June 03, 2004 8:35 AM > To: imp@lists.horde.org > Subject: Re: [imp] Forcing a password for Horde login? > > > Zitat von "Cowle, Leon" : > >> I've got a CVS checkout of 2 nights ago. Everything works, but I'm having >> difficulty with auth settings in conf.php for horde and for imp. >> >> Here are my settings in horde/config/conf.php >> >> $conf['auth']['admins'] = array('globetrotters@(domain).com'); >> $conf['auth']['driver'] = 'auto'; >> $conf['auth']['params'] = array('username' => >> 'globetrotters@(domain).com'); >> // $conf['auth']['params']['app'] = 'imp'; >> // $conf['auth']['driver'] = 'application'; > > $conf['auth']['admins'] = array('globetrotters@(domain).com'); > // $conf['auth']['driver'] = 'auto'; > // $conf['auth']['params'] = array('username' => > 'globetrotters@(domain).com'); > $conf['auth']['params']['app'] = 'imp'; > $conf['auth']['driver'] = 'application'; > >> How should I set the above in order for "globetrotters@(domain).com" to be >> the Horde administrator, but for IMP to handle all authentication? I've >> tried various (many!) different configs, and get different results, like: >> 1. It logs into Horde automatically without asking for a password (i.e. > NOT >> good!) -- the settings above do this! >> --or-- >> 2. When accessing http: //localhost/horde/imp, it asks for a password, but >> after successful login (via imap), takes me back to Horde, not IMP. >> >> I can't seem to find the correct combination that would allow >> "globetrotters@(domain).com" normal login action into IMP, and admin login >> rights into Horde, while ensuring that login into http: //localhost/horde >> also asks for a password. > > Jan. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. From jan at horde.org Thu Jun 3 02:08:41 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 02:05:40 2004 Subject: [imp] Forcing a password for Horde login? In-Reply-To: References: Message-ID: <20040603110841.b0g0w4ok0o04oock@jan.dip.ammma.net> Zitat von "Cowle, Leon" : > Sorry if I wasn't clear. No, I don't get the Horde login form again, I get > the signed-in Horde page. > > Here is what happens: > > htp://localhost/horde/imp. This gives me a login screen. I log in > successfully (using imap for authentication, as configured in servers.php) > but immediately get taken to Horde page, where it says "Welcome, > globetrotters@(domain).com" and where it has the menu with "Home Layout > Administration Help Logout" menu items top-right. I'm not taken into imp, > even though I'm using htp://localhost/horde/imp. That's the expected behaviour because you didn't set an initial application in your preferences different from Horde, the default one. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From tilly at serversunited.com Thu Jun 3 03:29:15 2004 From: tilly at serversunited.com (Tilly) Date: Thu Jun 3 03:30:13 2004 Subject: [imp] IMP simply doesnt work References: <007101c44915$81321360$6301a8c0@TILLY> <20040603093104.8owww84gs0k0gs0c@jan.dip.ammma.net> Message-ID: <000701c44955$9ea110a0$6301a8c0@TILLY> Hey I did. No error pop up when accessing horde-imp. I checked. tilly From gamito at netual.pt Thu Jun 3 10:25:14 2004 From: gamito at netual.pt (Mario Gamito) Date: Thu Jun 3 10:25:55 2004 Subject: [imp] Multiple domains on IMP Message-ID: <1086283510.29677.32.camel@zooropa.netual.pt> Hi, I'm running a mail server with about 50 different domains. All with the same IP. Well, i've instaled horde/imp and i can work just fine with the domain that is defined both in Apache and in horde/imp. Let's call it domain1.com So, i work just fine in http://mail.domain1.com But i also want IMP to work fine the same way with http:// mail.domain2.com, http://mail.domain3.com ... http://mail.domain50.com Is the only way setting up 50 Virtual Domains in Apache ? There's no workaround in IMP for it ? Any help would be appreciated. Warm Regards, M?rio Gamito From mcaplin at miami.edu Thu Jun 3 10:32:44 2004 From: mcaplin at miami.edu (mcaplin@miami.edu) Date: Thu Jun 3 10:32:56 2004 Subject: [imp] Patch for viewing sent-mail folder Message-ID: One of my users asked that, only in his "sent mail" folder, the To address is displayed instead of the From address. I created patches (against imp-3.2.3) for this and have attached them. The 2 patched files are mailbox.php and templates/mailbox/message_headers.inc. michael caplin _______________________________________________________________________________ mcaplin@miami.edu -------------- next part -------------- --- mailbox.php.orig 2004-06-01 16:00:04.000000000 -0400 +++ mailbox.php 2004-06-03 11:29:26.000000000 -0400 @@ -684,7 +684,10 @@ } if (isset($h->from)) { - $tmp = imap_rfc822_parse_adrlist($h->from, ''); + if ($imp['label'] == $prefs->getValue('sent_mail_folder')) + $tmp = imap_rfc822_parse_adrlist($h->to, ''); + else + $tmp = imap_rfc822_parse_adrlist($h->from, ''); $tmp = $tmp[0]; $fullfrom = ''; -------------- next part -------------- --- message_headers.inc.orig 2004-06-01 16:00:05.000000000 -0400 +++ message_headers.inc 2004-06-03 11:28:59.000000000 -0400 @@ -12,10 +12,17 @@ getValue('sortdir') ? 'down.gif' : 'up.gif', 'alt="' . _("Sort Direction") . '"'); ?> +getValue('sent_mail_folder')) { ?> + + getValue('sortdir') ? 'down.gif' : 'up.gif', 'alt="' . _("Sort Direction") . '"'); ?> + + + getValue('sortdir') ? 'down.gif' : 'up.gif', 'alt="' . _("Sort Direction") . '"'); ?> +   getValue('sortby') == SORTTHREAD): ?> From brandon.uhlman at ssrlibrary.ca Thu Jun 3 10:01:08 2004 From: brandon.uhlman at ssrlibrary.ca (Brandon W. Uhlman) Date: Thu Jun 3 10:51:11 2004 Subject: [imp] To: Field in Sent Items and Drafts Message-ID: <20040603140108.ago02okcgkwk8sok@intranet.ssrlibrary.ca> Some messages in the 'drafts' and 'sent-mail' folders populate the "To:" field in the mailbox listing with the 'From:' address in the message headers. Other messages (with structurally identical headers!) list correctly. For example, this first message: ~~~~~~~ Received: from pc-22.hqs.Library.NS.CA (pc-22.hqs.Library.NS.CA [142.227.61.22]) by ssrl-webmail.branflakes.net (IMP) with HTTP for ; Thu, 20 May 2004 13:43:40 -0300 Message-ID: <1085071420.40ace03cd92fa@ssrl-webmail.branflakes.net> Date: Thu, 20 May 2004 13:43:40 -0300 From: "Brandon W. Uhlman" To: a*****@uwindsor.ca Subject: Re: WIBS References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 142.227.61.22 ~~~~~ appears in the mailbox listing correctly, but the following message (received three days earlier) and a part of the same conversation does not. ~~~~~ Received: from pc-22.hqs.Library.NS.CA (pc-22.hqs.Library.NS.CA [142.227.61.22]) by ssrl-webmail.branflakes.net (IMP) with HTTP for ; Mon, 17 May 2004 13:07:18 -0300 Message-ID: <1084810038.40a8e336184fa@ssrl-webmail.branflakes.net> Date: Mon, 17 May 2004 13:07:18 -0300 From: "Brandon W. Uhlman" To: a******@uwindsor.ca Subject: Re: WIBS References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 142.227.61.22 ~~~~~ Also, when I attempted to submit this bug report directly to the bug database, I wasn't able to choose a status for it. I'm not sure if that's because you need rights to submit bugs, or not. Whatever. Thanks for any thoughts or advice. I have lots of time on my hands to fix this if it's an IMP problem, and someone will point me in the right direction. ~B ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From jan at horde.org Thu Jun 3 11:55:08 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 11:51:35 2004 Subject: [imp] To: Field in Sent Items and Drafts In-Reply-To: <20040603140108.ago02okcgkwk8sok@intranet.ssrlibrary.ca> References: <20040603140108.ago02okcgkwk8sok@intranet.ssrlibrary.ca> Message-ID: <20040603205508.jswwksw0wcogccgo@jan.dip.ammma.net> Zitat von "Brandon W. Uhlman" : > Some messages in the 'drafts' and 'sent-mail' folders populate the > "To:" field > in the mailbox listing with the 'From:' address in the message headers. Other > messages (with structurally identical headers!) list correctly. > > For example, this first message: > > ~~~~~~~ > From: "Brandon W. Uhlman" > ~~~~~ > appears in the mailbox listing correctly, but the following message (received > three days earlier) and a part of the same conversation does not. > > ~~~~~ > From: "Brandon W. Uhlman" > ~~~~~ They have different From: addresses. If the From: address is in one of your identities, we show the To: header. > Also, when I attempted to submit this bug report directly to the bug > database, I > wasn't able to choose a status for it. I'm not sure if that's because > you need > rights to submit bugs, or not. Whatever. You don't need to set a status, it's "New" by default. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Thu Jun 3 11:58:14 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 11:54:10 2004 Subject: [imp] Multiple domains on IMP In-Reply-To: <1086283510.29677.32.camel@zooropa.netual.pt> References: <1086283510.29677.32.camel@zooropa.netual.pt> Message-ID: <20040603205814.9ww8wgw0cs4kk4k8@jan.dip.ammma.net> Zitat von Mario Gamito : > Hi, > > I'm running a mail server with about 50 different domains. > All with the same IP. > > Well, i've instaled horde/imp and i can work just fine with the domain > that is defined both in Apache and in horde/imp. > Let's call it domain1.com > So, i work just fine in http://mail.domain1.com > > But i also want IMP to work fine the same way with http:// > mail.domain2.com, http://mail.domain3.com ... http://mail.domain50.com > > Is the only way setting up 50 Virtual Domains in Apache ? > There's no workaround in IMP for it ? Huh? How do you want to reach IMP (or Apache for that matter) under 50 domains if you don't define these domains in Apache? Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Thu Jun 3 12:00:05 2004 From: jan at horde.org (Jan Schneider) Date: Thu Jun 3 11:56:38 2004 Subject: [imp] Patch for viewing sent-mail folder In-Reply-To: References: Message-ID: <20040603210005.kgo4os0oss44gs4o@jan.dip.ammma.net> Zitat von mcaplin@miami.edu: > One of my users asked that, only in his "sent mail" folder, the To address > is displayed instead of the From address. I created patches (against > imp-3.2.3) for this and have attached them. The 2 patched files are > mailbox.php and templates/mailbox/message_headers.inc. Each identity can have its own sent mail folder. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From lcowle at lehman.com Thu Jun 3 14:43:25 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Thu Jun 3 14:44:51 2004 Subject: [imp] Few questions about CVS horde/imp Message-ID: Hi List, Few questions about CVS IMP (refreshed an hour ago): 1. How can I set IMP to display msgs in HTML format by default? Currently it puts a box at the top of the msg (in msg view) advising me that the msg has a text/html alternative part, with a link to open it. I need the HTML email to be the default. 2. My prefs DB (mysql) works fine for all prefs. Except for the date format in the mailbox view. I can change the date via the Options menu, and it does change it for the current session. But upon next login, it defaults back to "Wednesday, 02 June 2004" again (for example). Thanks in advance! Leon. ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. From gamito at netual.pt Thu Jun 3 16:33:57 2004 From: gamito at netual.pt (=?iso-8859-1?Q?M=E1rio_Gamito?=) Date: Thu Jun 3 16:35:42 2004 Subject: [imp] Multiple domains on IMP In-Reply-To: <20040603205814.9ww8wgw0cs4kk4k8@jan.dip.ammma.net> Message-ID: <20040603233413.0BC0A253@vlad.horde.org> Hi Jan, > > Is the only way setting up 50 Virtual Domains in Apache ? > > There's no workaround in IMP for it ? > > Huh? How do you want to reach IMP (or Apache for that matter) > under 50 domains if you don't define these domains in Apache? Squirrelmail does the trick. Don't ask me how. Note: obviously, i have an MX record for eaach domain. I think it's because IMP doesn't support vpopmail virtualdomains, as Squirrelmail and Sqwebmail do. Regards, M?rio Gamito From fantiteo at netcenter-vn.net Thu Jun 3 18:26:38 2004 From: fantiteo at netcenter-vn.net (Fan Ti Teo) Date: Thu Jun 3 18:27:56 2004 Subject: [imp] Re: imp Digest, Vol 774, Issue 1 References: <20040603073320.B129D584@vlad.horde.org> Message-ID: <001201c9e528$a9e046b0$c74b460a@thuocfv> hi all, I use horde 2.x and IMP 3.x. gettext 0.2.x I want to add new language. So, I do following by horde/docs/TRANSLATIONS but translation seem not working. help me please thanks in advance From mail at avenuedesign.net Thu Jun 3 21:48:25 2004 From: mail at avenuedesign.net (Ed Murray) Date: Thu Jun 3 21:48:40 2004 Subject: [imp] Few questions about CVS horde/imp In-Reply-To: References: Message-ID: <1086324504.2226.9.camel@localhost> On Fri, 2004-06-04 at 07:43, Cowle, Leon wrote: > Hi List, > > Few questions about CVS IMP (refreshed an hour ago): > > 1. How can I set IMP to display msgs in HTML format by default? Currently it > puts a box at the top of the msg (in msg view) advising me that the msg has > a text/html alternative part, with a link to open it. I need the HTML email > to be the default. > horde/imp/config/mime_drivers.php has a config option: $mime_drivers['imp']['html']['inline'] set it to be true. > 2. My prefs DB (mysql) works fine for all prefs. Except for the date format > in the mailbox view. I can change the date via the Options menu, and it does > change it for the current session. But upon next login, it defaults back to > "Wednesday, 02 June 2004" again (for example). > Take a look at: $_prefs['date_format'] = array( in horde/imp/config/prefs.php > Thanks in advance! > Leon. > > > ------------------------------------------------------------------------------ > This message is intended only for the personal and confidential use of the > designated recipient(s) named above. If you are not the intended recipient of > this message you are hereby notified that any review, dissemination, > distribution or copying of this message is strictly prohibited. This > communication is for information purposes only and should not be regarded as > an offer to sell or as a solicitation of an offer to buy any financial > product, an official confirmation of any transaction, or as an official > statement of Lehman Brothers. Email transmission cannot be guaranteed to be > secure or error-free. Therefore, we do not represent that this information is > complete or accurate and it should not be relied upon as such. All > information is subject to change without notice. From lcowle at lehman.com Fri Jun 4 00:48:38 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Fri Jun 4 00:50:41 2004 Subject: [imp] Few questions about CVS horde/imp Message-ID: 1. Date issue. Thanks for the suggestion (about the date). But it didn't work. I changed horde/imp/config/prefs.php to the following: $_prefs['date_format'] = array( 'value' => '%e %b %Y', But it still displays the date in the "Wednesday, 02 June 2004" format. I.e. *somewhere* the date is set using "strftime('%A, %d %B %Y')" instead of the preferred value defined in prefs.php 2. Inline issue. Thanks, that worked a treat. HOWEVER, is there a way to get rid of both of the info boxes at the top of an HTML msg (see attached jpg)? Thanks for the help! Leon. -----Original Message----- From: Ed Murray [mailto:mail@avenuedesign.net] Sent: Friday, June 04, 2004 5:48 AM To: 'imp@lists.horde.org' Subject: Re: [imp] Few questions about CVS horde/imp On Fri, 2004-06-04 at 07:43, Cowle, Leon wrote: > Hi List, > > Few questions about CVS IMP (refreshed an hour ago): > > 1. How can I set IMP to display msgs in HTML format by default? Currently it > puts a box at the top of the msg (in msg view) advising me that the msg has > a text/html alternative part, with a link to open it. I need the HTML email > to be the default. > horde/imp/config/mime_drivers.php has a config option: $mime_drivers['imp']['html']['inline'] set it to be true. > 2. My prefs DB (mysql) works fine for all prefs. Except for the date format > in the mailbox view. I can change the date via the Options menu, and it does > change it for the current session. But upon next login, it defaults back to > "Wednesday, 02 June 2004" again (for example). > Take a look at: $_prefs['date_format'] = array( in horde/imp/config/prefs.php > Thanks in advance! > Leon. > > > ---------------------------------------------------------------------------- -- > This message is intended only for the personal and confidential use of the > designated recipient(s) named above. If you are not the intended recipient of > this message you are hereby notified that any review, dissemination, > distribution or copying of this message is strictly prohibited. This > communication is for information purposes only and should not be regarded as > an offer to sell or as a solicitation of an offer to buy any financial > product, an official confirmation of any transaction, or as an official > statement of Lehman Brothers. Email transmission cannot be guaranteed to be > secure or error-free. Therefore, we do not represent that this information is > complete or accurate and it should not be relied upon as such. All > information is subject to change without notice. -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -------------- next part -------------- A non-text attachment was scrubbed... Name: inlineproblem.jpg Type: image/jpeg Size: 17026 bytes Desc: not available Url : http://lists.horde.org/archives/imp/attachments/20040604/6996c75c/inlineproblem-0001.jpg From lcowle at lehman.com Fri Jun 4 03:00:51 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Fri Jun 4 03:02:43 2004 Subject: [imp] Missing IMP menu item in Horde Message-ID: Hi List, CVS Horde/IMP 1 day old. When in IMP, I've got a menu link in the top menu for Horde -- as configured in my conf.php: $conf['menu']['apps'] = array('horde'); How can I have a link in the top Horde menu back to IMP as well? Thanks! Leon. ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. From roel_paule at yahoo.com Fri Jun 4 03:03:20 2004 From: roel_paule at yahoo.com (Roel Paule) Date: Fri Jun 4 03:04:45 2004 Subject: [imp] how to complie php? Message-ID: <20040604100320.36768.qmail@web41511.mail.yahoo.com> hello! currently im using apache2 and php-4.3.6.. i managed to install the apache 2.. all the services that i install is compiled by tar. my problem is the compilation of my php? when i i try to view my test.php it seems the php is not properly compiled.. thanks.. god bless you all. here is the result: Horde Versions Horde: 2.2.5 IMP: 3.2.3 (run IMP tests) Turba: 1.2.2 Kronolith: 1.1.2 Passwd: 2.2 Accounts: 2.1.1 Vacation: 2.2.1 Forwards: 2.2.1 PHP Version View phpinfo() screen PHP Version: 4.3.6 PHP Major Version: 4.3 PHP Minor Version: 6 PHP Version Classification: release You are running a supported version of PHP. PHP Module Capabilities DOM XML Support: No FTP Support: Yes Gettext Support: Yes IMAP Support: Yes LDAP Support: Yes MCAL Support: Yes Mcrypt Support: Yes MySQL Support: Yes PostgreSQL Support: No XML Support: Yes Miscellaneous PHP Settings magic_quotes_runtime disabled: Yes file_uploads enabled: Yes safe_mode disabled: Yes trans_sid disabled: Yes PHP Sessions Session counter: 1 To unregister the session: click here PEAR PEAR - Yes Recent PEAR - Yes Mail - Yes Log - No Make sure you are using a version of PEAR which includes the Log classes, or that you have installed the Log package seperately. See the INSTALL file for instructions on installing Log. DB - Yes Net_Socket - Yes Date - No Horde requires the Date_Calc class for Kronolith to calculate dates. HTML_Common/HTML_Select - No Horde requires the HTML_Common and HTML_Select classes only for Kronolith 1.0 to display forms correctly. --------------------------------- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger From mdjukic at horde.org Fri Jun 4 04:14:44 2004 From: mdjukic at horde.org (Marko Djukic) Date: Fri Jun 4 03:10:17 2004 Subject: [imp] how to complie php? In-Reply-To: <20040604100320.36768.qmail@web41511.mail.yahoo.com> References: <20040604100320.36768.qmail@web41511.mail.yahoo.com> Message-ID: <1086347684.6s9vnkth7b40@my.oblo.com> Quoting Roel Paule : > hello! > > currently im using apache2 and php-4.3.6.. i managed to install the apache > 2.. all the services that i install is compiled by tar. > my problem is the compilation of my php? when i i try to view my test.php it > seems the php is not properly compiled.. in what sense php is not properly compiled? i can only see that you are missing domxml, specify that in your compile options too. -- Marko Djukic Horde Project (http://horde.org) From remko at gerbranda.nl Fri Jun 4 03:31:51 2004 From: remko at gerbranda.nl (Remko Gerbranda) Date: Fri Jun 4 03:36:39 2004 Subject: [imp] Messages disappear when sending to local accounts - date notation problem Message-ID: <1086345111.40c04f9767013@www.gerbranda.nl> I experience the same problem as Daan Mervielde wrote about in his message "local mail and mbox' From-line": http://marc.theaimsgroup.com/?l=imp&m=104489809909643&w=2 http://marc.theaimsgroup.com/?l=imp&m=104490927826512&w=2 Anyways, how would you explain the fact that the date part of the "From" line depends on the language you choose when you log in to horde? E.g., when I choose French, the name of the day and month will be in French, when I choose Dutch, it will be in Dutch etc. Where does that connection come from? How come the imap server seems to be aware of the language I choose when sending *local* mail with imp/horde. When I send an e-mail message with horde/imp to another account on the same server and I use the Dutch language, the message is delivered to that account, but it can't be read with horde/imp. This is what I see in the mbox file: >From outsite@domain.nl do jun 03 12:21:55 2004 Return-path: When I choose US English, I can read the message. The first lines of the message have changed to: >From outsite@domain.nl Thu Jun 03 12:26:57 2004 Return-path: How can I avoid that the date notation is wrong when I choose another language than US English in horde/imp? horde/imp is configered to use 'sendmail' Remko From gamito at netual.pt Fri Jun 4 06:40:53 2004 From: gamito at netual.pt (Mario Gamito) Date: Fri Jun 4 06:41:56 2004 Subject: [imp] pwd change ? In-Reply-To: <1086356190.15822.52.camel@zooropa.netual.pt> References: <1086355459.15822.48.camel@zooropa.netual.pt> <1086356190.15822.52.camel@zooropa.netual.pt> Message-ID: <1086356449.15822.54.camel@zooropa.netual.pt> Hi, I have installed expect in my system (Linux), but i can't see in IMP where a user can change his password. I've clicked everywhere in IMP, but found no place for such action. Where should that option be ? Warm Regards, M?rio Gamito From etienne.goyer at linuxquebec.com Fri Jun 4 06:47:19 2004 From: etienne.goyer at linuxquebec.com (Etienne Goyer) Date: Fri Jun 4 06:47:53 2004 Subject: [imp] Re: imp Digest, Vol 774, Issue 1 In-Reply-To: <001201c9e528$a9e046b0$c74b460a@thuocfv> References: <20040603073320.B129D584@vlad.horde.org> <001201c9e528$a9e046b0$c74b460a@thuocfv> Message-ID: <40C07D67.4050705@linuxquebec.com> Fan Ti Teo wrote: > hi all, > I use horde 2.x and IMP 3.x. gettext 0.2.x > I want to add new language. So, I do following by horde/docs/TRANSLATIONS > but translation seem not working. > help me please Just to check the obvious : have your restarted Apache ? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.horde.org/archives/imp/attachments/20040604/10c4c6ba/signature.bin From exim at riasol.de Fri Jun 4 06:55:00 2004 From: exim at riasol.de (Kai Riasol Gonzalez) Date: Fri Jun 4 06:55:27 2004 Subject: [imp] pwd change ? In-Reply-To: <1086356449.15822.54.camel@zooropa.netual.pt> References: <1086355459.15822.48.camel@zooropa.netual.pt> <1086356190.15822.52.camel@zooropa.netual.pt> <1086356449.15822.54.camel@zooropa.netual.pt> Message-ID: <20040604135358.M11219@krg-consulting.de> you must install the password module. http://www.horde.org/passwd/ kai On Fri, 04 Jun 2004 14:40:53 +0100, Mario Gamito wrote > Hi, > > I have installed expect in my system (Linux), but i can't see in IMP > where a user can change his password. > I've clicked everywhere in IMP, but found no place for such action. > Where should that option be ? > > Warm Regards, > M?rio Gamito > > -- > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org From copeland at abacinate.com Fri Jun 4 06:56:32 2004 From: copeland at abacinate.com (Alex Copeland) Date: Fri Jun 4 06:57:34 2004 Subject: [imp] Downloading attachments Message-ID: <40C07F90.2070503@abacinate.com> Hello, I have been experiencing some frustrating problems viewing and/or downloading attachments with IMP. Here are the details. Horde: 2.2.5 IMP: 3.2.2 (I also tried 3.2.3) PHP 4.3.4 Apache 1.3.29 MySQL 4.0.18-standard Linux Kernel 2.4.24-ow2 I cannot download or view attachments. I have tried .jpg, .doc, and .xls attachments of various sizes with no success. The "view message source" and "download message" links don't work, either. Oddly, sometimes if I try to change folders (with the drop-down box or in folder management), I can't. I have duplicated this behavior in several environments: Mozilla Firefox 0.8 on WindowsXP, IE 6 on WindowsXP, Mozilla Firebird 0.7 on Mandrake 9.2, Mozilla Firefox 0.8 on Fedora Core 2, and Firefox 0.8 on Knoppix 3.3. I am inclined to believe that this is not a browser related issue. Though not necessarily related, I also have an install of Hastymail (another PHP-based webmail program) on the same machine. It runs with no problem downloading / viewing any attachments. I just thought that might indicate something in my Horde/IMP setup rather than a PHP issue. I didn't change anything in the mime_drivers.php files. I am running Horde in a shared hosting environment, so I don't have shell or root access. I can make a demo account available if someone can help me diagnose and fix this problem. Any help is appreciated. Thanks in advance. --Alex Copeland ____________________________ http://abacinate.com The blind leading the blind. From siddhartha_chadda at hopkins.k12.mn.us Fri Jun 4 07:13:25 2004 From: siddhartha_chadda at hopkins.k12.mn.us (Siddhartha Chadda) Date: Fri Jun 4 07:13:42 2004 Subject: [imp] Imp on os x Message-ID: I am trying to implement horde on a mac os x (panther) box. I have installed xcode. I have installed entropy php. I have put in /Library/WebServer/Documents/horde/imp/ I have renamed and configured the servers.php etc files for horde and imp. I keep getting an error on gettext. How do I install php and gettext in os x. Thanks. -- 952.988.4111 From r.chalabi at umist.ac.uk Fri Jun 4 08:49:57 2004 From: r.chalabi at umist.ac.uk (Rachid Chalabi) Date: Fri Jun 4 08:41:19 2004 Subject: [imp] spell checker not working Message-ID: <20040604164957.hnfge00ks84ss84o@webmail3.umist.ac.uk> Hi, I am using the latest HEAD and it seems the spell ckecker is not working properly. After clicking on spell check, the screen returned is the one when there is no errors. I have checked that "SAFE mode" in php is not the culprit and that a test shell script intead of /usr/bin/aspell is being run. Any pointers on where to look. Thanks rachid Chalabi UMIST UK ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From chuck at horde.org Fri Jun 4 09:41:44 2004 From: chuck at horde.org (chuck@horde.org) Date: Fri Jun 4 09:42:20 2004 Subject: [imp] IMP 3.2.4 (final) Message-ID: <20040604164144.B355C7F001@marina.horde.org> The Horde Team is pleased to announce the official release of the IMP Webmail Client version 3.2.4. IMP is the Internet Messaging Program. IMP allows universal, Web-based access to IMAP and POP3 servers and provides full support for sending and receiving attachments, and many other features normally only found in desktop email clients. Changes in this release: - SECURITY: Close an XSS hole exploited via the Content-type header of malicious emails. - Fix conversion of folder names in some non-ascii charsets with buggy iconv implementations. - Filter out tags when viewing HTML messages (Bug #10). - Encode subject when saving as draft. The full list of changes (from version 3.2.3) can be viewed here: http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=&r2=1.389.2.106&ty=h The IMP 3.2.4 distribution is available from the following locations: ftp://ftp.horde.org/pub/imp/imp-3.2.4.tar.gz http://ftp.horde.org/pub/imp/imp-3.2.4.tar.gz Patches against version 3.2.3 are available at: ftp://ftp.horde.org/pub/imp/patches/patch-imp-3.2.3-3.2.4.gz http://ftp.horde.org/pub/imp/patches/patch-imp-3.2.3-3.2.4.gz Or, for quicker access, download from your nearest mirror: http://www.horde.org/mirrors.php MD5 sums for the packages are as follows: 70c9d470a46d8879899630cd8a49b14a imp-3.2.4.tar.gz 70d7ef7ea3ca5ad69abb66f2ac8748ec patch-imp-3.2.3-3.2.4.gz Have fun! The Horde Team. From ajacoutot at lphp.org Fri Jun 4 09:45:32 2004 From: ajacoutot at lphp.org (Antoine Jacoutot) Date: Fri Jun 4 09:46:17 2004 Subject: [imp] imp_expand_fromaddress behaves strange Message-ID: <200406041845.32745.ajacoutot@lphp.org> Hi :) I'm having a very strange problem using the standard imp_expand_fromaddress function in imp. I use ldap to store my sendmail maps so I though I could use the entries in it to get imp users email address. This is the function I use: if (!function_exists('imp_expand_fromaddress')) { function imp_expand_fromaddress($imp) { $ldapServer = 'localhost'; $ldapPort = '389'; $searchBase = 'dc=domain,dc=com'; $ds = @ldap_connect($ldapServer, $ldapPort); $searchResult = @ldap_search($ds, $searchBase, 'sendmailMTAMapValue=' . $imp['user']); $information = @ldap_get_entries($ds, $searchResult); $name = $information[0]['sendmailMTAKey'][0]; ldap_close($ds); return (empty($name) ? $imp['user'] : $name); } } Unfortunately, it does not work :( I get: as from address... In command line, it works: $ ldapsearch -LLL "(sendmailMTAMapValue=testuser)" sendmailMTAKey dn: sendmailMTAKey=testuser@otherdomain.com,dc=domain,dc=com sendmailMTAKey: test@otherdomain.com Now, the strange part: if I create a dummy user in the form uid=testuser,dc=domain,dc=com (objectclass inetorgperson) with a mail attribute, and after changing back 'sendmailMTAMapValue=' to 'uid=' and 'sendmailMTAKey' to 'email' in the imp_expand_fromaddress function, then it works !!! There must be something I do not understand, but what ? I've been trying to find a way to resolv this for days and did not came up with any explanation. I could really use some help :) Thanks in advance. Regards, Antoine From thomas.jarosch at intra2net.de Fri Jun 4 09:59:31 2004 From: thomas.jarosch at intra2net.de (Thomas Jarosch) Date: Fri Jun 4 10:00:01 2004 Subject: [imp] IMP 3.2.4 (final) In-Reply-To: <20040604164144.B355C7F001@marina.horde.org> References: <20040604164144.B355C7F001@marina.horde.org> Message-ID: <200406041859.31470.thomas.jarosch@intra2net.de> > The full list of changes (from version 3.2.3) can be viewed here: > > http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=&r2=1.389.2.106&ty=h Leads to "Malformed query" > The IMP 3.2.4 distribution is available from the following locations: > > ftp://ftp.horde.org/pub/imp/imp-3.2.4.tar.gz > http://ftp.horde.org/pub/imp/imp-3.2.4.tar.gz > > Patches against version 3.2.3 are available at: > > ftp://ftp.horde.org/pub/imp/patches/patch-imp-3.2.3-3.2.4.gz > http://ftp.horde.org/pub/imp/patches/patch-imp-3.2.3-3.2.4.gz I can't see it on ftp.horde.org, at least not via anonymous access. Cheers, Thomas From kotoml at mynetix.de Fri Jun 4 10:41:01 2004 From: kotoml at mynetix.de (Andreas Kotowicz) Date: Fri Jun 4 10:42:01 2004 Subject: [imp] IMP 3.2.4 (final) In-Reply-To: <20040604164144.B355C7F001@marina.horde.org> References: <20040604164144.B355C7F001@marina.horde.org> Message-ID: <1086370861.10591.1.camel@saturn.koto.lan> On Fri, 2004-06-04 at 18:41, chuck@horde.org wrote: > Patches against version 3.2.3 are available at: > > ftp://ftp.horde.org/pub/imp/patches/patch-imp-3.2.3-3.2.4.gz > http://ftp.horde.org/pub/imp/patches/patch-imp-3.2.3-3.2.4.gz patch file seems to be broken. it contains the whole files and not the diffs. andreas From thomas.jarosch at intra2net.de Fri Jun 4 11:01:02 2004 From: thomas.jarosch at intra2net.de (Thomas Jarosch) Date: Fri Jun 4 11:01:48 2004 Subject: [imp] IMP 3.2.4 (final) In-Reply-To: <200406041859.31470.thomas.jarosch@intra2net.de> References: <20040604164144.B355C7F001@marina.horde.org> <200406041859.31470.thomas.jarosch@intra2net.de> Message-ID: <200406042001.02444.thomas.jarosch@intra2net.de> > > The IMP 3.2.4 distribution is available from the following locations: > > > > ftp://ftp.horde.org/pub/imp/imp-3.2.4.tar.gz > > http://ftp.horde.org/pub/imp/imp-3.2.4.tar.gz > > > > I can't see it on ftp.horde.org, at least not via anonymous access. Now it's there :-) Keep up the good work, Thomas From vahid at ghafarpour.com Fri Jun 4 12:30:23 2004 From: vahid at ghafarpour.com (Vahid Ghafarpour) Date: Fri Jun 4 11:33:21 2004 Subject: [imp] How to add new language References: <003101c9e460$e725b050$c74b460a@thuocfv> <20040603093517.pwg80wsgg40og408@jan.dip.ammma.net> Message-ID: <002f01c44a6a$f6c9b6e0$34b3dbc3@artemis> In some languages we need RTL direction,. how we can do this in IMP, I think it will be good if apply it in headers that can change for languages, ----- Original Message ----- From: "Jan Schneider" To: Sent: Thursday, June 03, 2004 11:05 AM Subject: Re: [imp] How to add new language > Zitat von Fan Ti Teo : > > > I'm a Vietnamese. I use IMP 3.x. Could anybody suggest me the way to > > add VietNamese Language? > > po/README, docs/TRANSLATIONS > > Jan. > > -- > Do you need professional PHP or Horde consulting? > http://horde.org/consulting.php > -- > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > From mail at avenuedesign.net Sat Jun 5 00:14:45 2004 From: mail at avenuedesign.net (Ed Murray) Date: Sat Jun 5 00:15:22 2004 Subject: [imp] Few questions about CVS horde/imp In-Reply-To: References: Message-ID: <1086419685.2152.3.camel@localhost> User prefs will override the config prefs. Make sure you have cleared the database of these preferences. Ed On Fri, 2004-06-04 at 17:48, Cowle, Leon wrote: > 1. Date issue. > Thanks for the suggestion (about the date). But it didn't work. I > changed horde/imp/config/prefs.php to the following: > $_prefs['date_format'] = array( > 'value' => '%e %b %Y', > But it still displays the date in the "Wednesday, 02 June 2004" format. > > I.e. *somewhere* the date is set using "strftime('%A, %d %B %Y')" > instead of the preferred value defined in prefs.php > > > 2. Inline issue. > Thanks, that worked a treat. HOWEVER, is there a way to get rid of > both of the info boxes at the top of an HTML msg (see attached jpg)? > > > Thanks for the help! > > Leon. > > -----Original Message----- > From: Ed Murray [mailto:mail@avenuedesign.net] > Sent: Friday, June 04, 2004 5:48 AM > To: 'imp@lists.horde.org' > Subject: Re: [imp] Few questions about CVS horde/imp > > > On Fri, 2004-06-04 at 07:43, Cowle, Leon wrote: > > Hi List, > > > > Few questions about CVS IMP (refreshed an hour ago): > > > > 1. How can I set IMP to display msgs in HTML format by default? Currently > it > > puts a box at the top of the msg (in msg view) advising me that the msg > has > > a text/html alternative part, with a link to open it. I need the HTML > email > > to be the default. > > > horde/imp/config/mime_drivers.php has a config option: > $mime_drivers['imp']['html']['inline'] > set it to be true. > > 2. My prefs DB (mysql) works fine for all prefs. Except for the date > format > > in the mailbox view. I can change the date via the Options menu, and it > does > > change it for the current session. But upon next login, it defaults back > to > > "Wednesday, 02 June 2004" again (for example). > > > Take a look at: > $_prefs['date_format'] = array( > in horde/imp/config/prefs.php > > Thanks in advance! > > Leon. > > > > > > > ---------------------------------------------------------------------------- > -- > > This message is intended only for the personal and confidential use of the > > designated recipient(s) named above. If you are not the intended > recipient of > > this message you are hereby notified that any review, dissemination, > > distribution or copying of this message is strictly prohibited. This > > communication is for information purposes only and should not be regarded > as > > an offer to sell or as a solicitation of an offer to buy any financial > > product, an official confirmation of any transaction, or as an official > > statement of Lehman Brothers. Email transmission cannot be guaranteed to > be > > secure or error-free. Therefore, we do not represent that this > information is > > complete or accurate and it should not be relied upon as such. All > > information is subject to change without notice. From mail at avenuedesign.net Sat Jun 5 00:19:33 2004 From: mail at avenuedesign.net (Ed Murray) Date: Sat Jun 5 00:19:50 2004 Subject: [imp] Missing IMP menu item in Horde In-Reply-To: References: Message-ID: <1086419972.2152.5.camel@localhost> You will need to take a look at: horde/config/registry.php On Fri, 2004-06-04 at 20:00, Cowle, Leon wrote: > Hi List, > > CVS Horde/IMP 1 day old. > > When in IMP, I've got a menu link in the top menu for Horde -- as configured > in my conf.php: $conf['menu']['apps'] = array('horde'); > > How can I have a link in the top Horde menu back to IMP as well? > > Thanks! > > Leon. > > ------------------------------------------------------------------------------ > This message is intended only for the personal and confidential use of the > designated recipient(s) named above. If you are not the intended recipient of > this message you are hereby notified that any review, dissemination, > distribution or copying of this message is strictly prohibited. This > communication is for information purposes only and should not be regarded as > an offer to sell or as a solicitation of an offer to buy any financial > product, an official confirmation of any transaction, or as an official > statement of Lehman Brothers. Email transmission cannot be guaranteed to be > secure or error-free. Therefore, we do not represent that this information is > complete or accurate and it should not be relied upon as such. All > information is subject to change without notice. From jan at horde.org Sat Jun 5 03:50:18 2004 From: jan at horde.org (Jan Schneider) Date: Sat Jun 5 03:46:09 2004 Subject: [imp] Downloading attachments In-Reply-To: <40C07F90.2070503@abacinate.com> References: <40C07F90.2070503@abacinate.com> Message-ID: <20040605125018.hi8cocg8kcgcgosk@jan.dip.ammma.net> Zitat von Alex Copeland : > Hello, > > I have been experiencing some frustrating problems viewing and/or > downloading attachments with IMP. Here are the details. > > Horde: 2.2.5 > IMP: 3.2.2 (I also tried 3.2.3) > PHP 4.3.4 > Apache 1.3.29 > MySQL 4.0.18-standard > Linux Kernel 2.4.24-ow2 > > I cannot download or view attachments. I have tried .jpg, .doc, and > .xls attachments of various sizes with no success. The "view message > source" and "download message" links don't work, either. Oddly, > sometimes if I try to change folders (with the drop-down box or in > folder management), I can't. > > I have duplicated this behavior in several environments: Mozilla > Firefox 0.8 on WindowsXP, IE 6 on WindowsXP, Mozilla Firebird 0.7 on > Mandrake 9.2, Mozilla Firefox 0.8 on Fedora Core 2, and Firefox 0.8 > on Knoppix 3.3. I am inclined to believe that this is not a browser > related issue. Doesn't sound like one. Make sure you don't have compression turned on twice by accident, for example once in Apache or PHP configuration and once in Horde. > Though not necessarily related, I also have an install of Hastymail > (another PHP-based webmail program) on the same machine. It runs > with no problem downloading / viewing any attachments. I just > thought that might indicate something in my Horde/IMP setup rather > than a PHP issue. > > I didn't change anything in the mime_drivers.php files. > > I am running Horde in a shared hosting environment, so I don't have > shell or root access. I can make a demo account available if someone > can help me diagnose and fix this problem. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Sat Jun 5 03:53:41 2004 From: jan at horde.org (Jan Schneider) Date: Sat Jun 5 03:49:24 2004 Subject: [imp] Imp on os x In-Reply-To: References: Message-ID: <20040605125341.hmoo4wsg0sck4oko@jan.dip.ammma.net> Zitat von Siddhartha Chadda : > I am trying to implement horde on a mac os x (panther) box. > > I have installed xcode. > I have installed entropy php. > I have put in /Library/WebServer/Documents/horde/imp/ > I have renamed and configured the servers.php etc files for horde and imp. > > I keep getting an error on gettext. > > How do I install php and gettext in os x. Try asking on the php-general mailing list. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Sat Jun 5 03:55:35 2004 From: jan at horde.org (Jan Schneider) Date: Sat Jun 5 03:51:27 2004 Subject: [imp] spell checker not working In-Reply-To: <20040604164957.hnfge00ks84ss84o@webmail3.umist.ac.uk> References: <20040604164957.hnfge00ks84ss84o@webmail3.umist.ac.uk> Message-ID: <20040605125535.c9w0o4cwo0gc8osw@jan.dip.ammma.net> Zitat von Rachid Chalabi : > Hi, > > I am using the latest HEAD and it seems the spell ckecker is not working > properly. After clicking on spell check, the screen returned is the one when > there is no errors. I have checked that "SAFE mode" in php is not the culprit > and that a test shell script intead of /usr/bin/aspell is being run. The only spell checker I get working at all at the moment (though still not working correctly) is ispell. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Sat Jun 5 04:04:38 2004 From: jan at horde.org (Jan Schneider) Date: Sat Jun 5 04:00:20 2004 Subject: [imp] IMP 3.2.4 (final) In-Reply-To: <1086370861.10591.1.camel@saturn.koto.lan> References: <20040604164144.B355C7F001@marina.horde.org> <1086370861.10591.1.camel@saturn.koto.lan> Message-ID: <20040605130438.cdcog44o0kkgog0g@jan.dip.ammma.net> Zitat von Andreas Kotowicz : > On Fri, 2004-06-04 at 18:41, chuck@horde.org wrote: > >> Patches against version 3.2.3 are available at: >> >> ftp://ftp.horde.org/pub/imp/patches/patch-imp-3.2.3-3.2.4.gz >> http://ftp.horde.org/pub/imp/patches/patch-imp-3.2.3-3.2.4.gz > > patch file seems to be broken. it contains the whole files and not the > diffs. A fixed patch file has been uploaded. The new MD5 sum is 84789bf4da06f25dc7c2bc2010f42263 Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From lcowle at lehman.com Sat Jun 5 04:49:58 2004 From: lcowle at lehman.com (Cowle, Leon) Date: Sat Jun 5 04:50:35 2004 Subject: [imp] Disabling multipart info at top of msg? Message-ID: Hi list, HEAD horde & imp. Any way of disabling the 2 info text boxes at the top of a msg informing one that the msg is a multipart msg and giving a link to open the html part in a new window? I want this totally turned off. Can this be done? Thanks in advance, Leon. ------------------------------------------------------------------------------ This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. From jan at horde.org Sat Jun 5 05:06:24 2004 From: jan at horde.org (Jan Schneider) Date: Sat Jun 5 05:02:30 2004 Subject: [imp] Disabling multipart info at top of msg? In-Reply-To: References: Message-ID: <20040605140624.cmc8gkss440ssw8k@jan.dip.ammma.net> Zitat von "Cowle, Leon" : > Hi list, > > HEAD horde & imp. > > Any way of disabling the 2 info text boxes at the top of a msg informing one > that the msg is a multipart msg and giving a link to open the html part in a > new window? I want this totally turned off. Can this be done? Yes, by hacking the code. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From thomas at creativebusinessystems.com Sat Jun 5 07:40:18 2004 From: thomas at creativebusinessystems.com (Thomas O'Brien) Date: Sat Jun 5 07:41:41 2004 Subject: [imp] spell checker not working In-Reply-To: <20040605125535.c9w0o4cwo0gc8osw@jan.dip.ammma.net> Message-ID: <20040605144019.22FE1206@vlad.horde.org> I have aspell working on IIS6. It's got a bug tho. See http://bugs.horde.org/details.php?id=259 Other than that it works great. Thomas -----Original Message----- From: imp-bounces@lists.horde.org [mailto:imp-bounces@lists.horde.org] On Behalf Of Jan Schneider Sent: Saturday, June 05, 2004 3:56 AM To: imp@lists.horde.org Subject: Re: [imp] spell checker not working Zitat von Rachid Chalabi : > Hi, > > I am using the latest HEAD and it seems the spell ckecker is not > working properly. After clicking on spell check, the screen returned > is the one when there is no errors. I have checked that "SAFE mode" in > php is not the culprit and that a test shell script intead of /usr/bin/aspell is being run. The only spell checker I get working at all at the moment (though still not working correctly) is ispell. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org From markus.kraemer at rz.uni-mannheim.de Sun Jun 6 09:44:59 2004 From: markus.kraemer at rz.uni-mannheim.de (Markus F. Kraemer) Date: Sun Jun 6 09:46:30 2004 Subject: [imp] Problem with =?UTF-8?B?SWRlbnRpdHnCtHM=?= Message-ID: <40C34A0B.5020901@rz.uni-mannheim.de> Hi List, I am having the problem that after configuring a identity the signature and folder where to store the sent-mail is not being displayed when you access that identity again. It is stored correctly in the DB and it is used when you compose a new mail but it is not displayed when you want to edit your identity again. Does anyone else experience the same behavior?? Thanks in advance, Markus Config: CVS-HEAD as of today (horde, imp, turba, kronolith, mnemo, trean ...) Solaris 2.9 PHP-4.3.6 Apache-2.0.49 MySQL 4.0.18 -------------- next part -------------- A non-text attachment was scrubbed... Name: markus.kraemer.vcf Type: text/x-vcard Size: 414 bytes Desc: not available Url : http://lists.horde.org/archives/imp/attachments/20040606/10fb5f11/markus.kraemer.vcf From siddhartha_chadda at hopkins.k12.mn.us Sun Jun 6 10:12:24 2004 From: siddhartha_chadda at hopkins.k12.mn.us (Siddhartha Chadda) Date: Sun Jun 6 10:13:13 2004 Subject: [imp] Log error Message-ID: When I go to horde/test.php I get this error PEAR ? PEAR - Yes ? Recent PEAR - Yes ? Mail - Yes ? Log - No ? Make sure you are using a version of PEAR which includes the Log classes, or that you have installed the Log package seperately. See the INSTALL file for instructions on installing Log. In the install file I type "pear install Log" I get this error. sudo pear install Log Password: Warning: main(System.php): failed to open stream: No such file or directory in Config.php on line 23 Fatal error: main(): Failed opening required 'System.php' (include_path='.:/usr/lib/php') in /usr/lib/php/PEAR/Config.php on line 23 Any help would help. sid -- 952.988.4111