From segleaur@mechanus.org Mon Jun 10 00:23:58 2002 From: segleaur@mechanus.org (Rodolfo Segleau) Date: Sun, 9 Jun 2002 18:23:58 -0500 Subject: [imp] Sorting Folders In-Reply-To: <1023370705.3cff65d118229@jan.dip.ammma.net> References: <1023327218.3cfebbf22c28a@test-cvs.mechanus.org> <1023353003.3cff20ab85ff7@jan.dip.ammma.net> <1023369931.3cff62cbab695@test-cvs.mechanus.org> <1023370705.3cff65d118229@jan.dip.ammma.net> Message-ID: <1023665038.3d03e38e400f2@test-cvs.mechanus.org> Quoting Jan Schneider : > > No, the sort routines are hardcoded in lib/Folder.php (drop down list) and > lib/Tree.php (folder view). Don't know what's going wrong with your setup > here, but if you want to debug it start in these files. > > Jan. > I checked out the code in imp/lib/Tree.php and I can't see why they aren't being sorted by alphabetical order. This has happened since I've implemented IMP. Can't imagine it has anything to do with the fact that I am using UW-IMAP (with mbox and mail/), since IMP is configured to see the mail/ directory. Cheers, Rodolfo From marcus@riboflavin.net Mon Jun 10 04:46:12 2002 From: marcus@riboflavin.net (Marcus I. Ryan) Date: Sun, 9 Jun 2002 22:46:12 -0500 Subject: [imp] Fwd: fetchmailprefs Message-ID: <1023680772.3d04210415eca@imp.riboflavin.net> This message is in MIME format. ---------------------- multipart/mixed attachment CC the original author please. ----- Forwarded message from ekachai ----- Date: Fri, 20 May 2022 18:38:04 +0700 From: ekachai Reply-To: ekachai Subject: fetchmailprefs To: marcus@riboflavin.net helpme setup fetchmailprefs.php error Warning: Use of undefined constant NOOP - assumed 'NOOP' in /data/httpd/html/horde/imp/fetchmailprefs.php on line 26 Warning: Use of undefined constant NOOP - assumed 'NOOP' in /data/httpd/html/horde/imp/fetchmailprefs.php on line 29 Warning: Use of undefined constant IMP_TEMPLATES - assumed 'IMP_TEMPLATES' in /data/httpd/html/horde/imp/fetchmailprefs.php on line 92 Fatal error: Failed opening required 'IMP_TEMPLATES/common-header.inc' (include_path='.:/usr/share/pear') in /data/httpsd/html/horde/tv3/imp/fetchmailprefs.php on line 92 imp-3.0 horde-2.0 turba-1.0 ----- End forwarded message ----- -- Marcus I. Ryan, marcus@riboflavin.net ----------------------------------------------------------------------- "Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come." -- Matt Groening ----------------------------------------------------------------------- ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ ---------------------- multipart/mixed attachment A non-text attachment was scrubbed... Name: not available Type: application/pgp-keys Size: 995 bytes Desc: PGP Public Key Url : http://lists.horde.org/archives/imp/attachments/259f18a7/attachment.bin ---------------------- multipart/mixed attachment
helpme 
 
setup fetchmailprefs.php  error=
 
Warning: Use of undefined constant NOOP - assumed 'NOO= P'=20 in /data/httpd/html/horde/imp/fetchmailprefs.php on line=20 26

Warning: Use of undefined constant NOOP - assumed 'N= OOP'=20 in /data/httpd/html/horde/imp/fetchmailprefs.php on line=20 29

Warning: Use of undefined constant IMP_TEMPLATES -= =20 assumed 'IMP_TEMPLATES' in /data/httpd/html/horde/imp/fetchmailprefs.php<= /B>=20 on line 92

Fatal error: Failed opening required=20 'IMP_TEMPLATES/common-header.inc' (include_path=3D'.:/usr/share/pear') in=20 /data/httpsd/html/horde/tv3/imp/fetchmailprefs.php on line=20 92
 
 
imp-3.0
horde-2.0
turba-1.0
---------------------- multipart/mixed attachment-- From lkhanna@hughes-ecomm.com Mon Jun 10 08:49:31 2002 From: lkhanna@hughes-ecomm.com (Lokesh Khanna) Date: Mon, 10 Jun 2002 13:19:31 +0530 Subject: Fw: [imp] Answer to the followup of my custom login page question? Message-ID: <001d01c21053$5afff8d0$670112ac@hecl> Hi Sir Did you get any answer for below Query. I m facing this problem , can you pl tell me how can i send my user to the customized page when he clicks on logout. Regards Lokesh Khanna Engineer- IDC (Network Integration) Internet Services Group ----- Original Message ----- > From: Lloyd Zusman > To: > Sent: Wednesday, April 17, 2002 4:58 AM > Subject: [imp] Answer to the followup of my custom login page question? > > > > Thanks to Jan Schneider for the answer to the first half of my question > > about custom login pages (quoted below). However, I'm still wondering > > about the answer to my followup question: > > > > Given that I'm using a custom login page, such as the one in > > scripts/custom_login.php, how do I do the following? ... > > > > After the user uas logged in through the custom login page and is now > > running inside the common Horde/IMP/Turba code base (for example, when > > reading his or her email), I want to ensure that the user is sent back > > to the appropriate, custom login page after he or she logs out of IMP. > > > > Do I need an entire, symlinked horde/IMP/turba tree for each virtual > > domain, with the only non symlink being the custom login.php, or is > > there a better way to make this happen? > > > > Thanks in advance. > > > > > > Lloyd Zusman writes: > > > > > Jan Schneider writes: > > > > > >> Zitat von Lloyd Zusman : > > >> > > >>> [ ... ] > > >>> > > >>> However, what I'd like to do is this: some (but not all!) of my > virtual > > >>> domains need to have a domain-specific login page that comes up for > IMP. > > >>> But once logged in to IMP, I'd like all users, no matter what domain > > >>> they logged in from, to be accessing the same Horde/IMP/Turba code > base. > > >>> > > >>> [ ... ] > > >> > > >> I guess the easiest way would be to create a custom login page for > every > > >> virtual domain. You can symlink the standard ones to the IMP login page > and > > >> create a custom one where you need it. > > >> > > >> See scripts/custom_login.php for an example. > > >> > > >> Jan. > > > > > > Thank you. That seems to work fine for the initial access of the login > > > page. But once the user is running inside the common Horde/IMP/Turba > > > code base (for example, when reading his or her email), how do I ensure > > > that the user is sent back to the appropriate, custom login page after > > > he or she logs out of IMP? > > > > > > > > > -- > > > Lloyd Zusman > > > ljz@asfast.com > > > - > > > IMP mailing list > > > Frequently Asked Questions: http://horde.org/faq/ > > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > > > > > > > -- > > Lloyd Zusman > > ljz@asfast.com > > > > -- > > IMP mailing list > > Frequently Asked Questions: http://horde.org/faq/ > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > > > From Christian.Scherer@is-sw.com Mon Jun 10 11:12:00 2002 From: Christian.Scherer@is-sw.com (Christian.Scherer@is-sw.com) Date: Mon, 10 Jun 2002 12:12:00 +0200 Subject: [imp] problem with deleting subfolders in imp, caused by delimiter? Message-ID: This is a multipart message in MIME format. ---------------------- multipart/alternative attachment Hi, i am using horde 2.0, imp 3.0 to get access to my Lotus Domino (Notes 5.0.9a) on a Suse 7.3 system. I create a folder A and then the subfolder A/B. The folders are correctly created, but when I try to delete the subfolder B, imp says, the folder A\\B is not a valid mailbox. When I look at the separators/delimiters A\\B (the 2 backshlashes) I know where my problem lies, but I am not able to solve it. Can you please help me? thanks Chris ---------------------- multipart/alternative attachment
Hi,

i am using horde 2.0, imp 3.0 to get access to my Lotus Domino (Notes 5.0.9a)  on a Suse 7.3 system.

I create a folder A and then the subfolder A/B.

The folders are correctly created, but when I try to delete the subfolder B, imp says,
the folder A\\B is not a valid mailbox.
When I look at the separators/delimiters  A\\B (the 2 backshlashes) I know where my problem lies, but I am not able to solve it.

Can you please help me?

thanks

Chris ---------------------- multipart/alternative attachment-- From jim-ml@halemail.dyndns.org Mon Jun 10 12:38:06 2002 From: jim-ml@halemail.dyndns.org (Jim Hale) Date: Mon, 10 Jun 2002 06:38:06 -0500 Subject: [imp] Updating Message-ID: If we want to update the various components that use Horde, do we have to use the CVS tree or are there going to be tarballs of the latest version(s)? The reason I'm asking is I just don't understand how to make it work via CVS - I guess I'm just still new to this. :/ Thanks! Jim Hale --- http://hale.dyndns.org From ke@helinet.de Mon Jun 10 15:48:57 2002 From: ke@helinet.de (ke@helinet.de) Date: Mon, 10 Jun 2002 16:48:57 +0200 Subject: [imp] get mailserver from login In-Reply-To: Message from Edwin Culp of "Fri, 07 Jun 2002 07:51:03 PDT." <1023461463.3d00c857a54c9@Mail.EnContacto.Net> References: <1023461463.3d00c857a54c9@Mail.EnContacto.Net> Message-ID: <200206101448.QAA24558@as9.ibbone.helinet.de> Hi Ed, > | As we have multiple mailserver with multiple domains and don't want a= select = > | button on the login page, we try to do this: the user gives his full = > | mail-address as login (user@domain.de) and we get the "true" login (u= ser) > | from = > | the address and the mailserver (mail.domain.de) > | After reading the mails from Edwin regarding "mail domain", I tried t= o invoke > | = > | vinfo (with some changes) and changed my servers.php: > | = > | $servers['imap2'] =3D array( > | 'name' =3D> $vdomain, > | 'server' =3D> 'mail.'.$vdomain, > | 'protocol' =3D> 'imap', > | 'port' =3D> 143, > | 'folders' =3D> '', > | 'namespace' =3D> '', > | 'maildomain' =3D> $vdomain, > | 'smtphost' =3D> 'localhost', > | 'realm' =3D> '', > | 'preferred' =3D> '' > | ); > | = > | The problems seems to be to get the $vdomain in servers.php. I sugges= ted, = > | something like > | ($user,$vdomain)=3D split ("\@",$imp['user']); > | would do the job, but this is wrong. Does anyone know, how to get the= domain = > | from the login-page in servers.php? > = > Kerstin, > = > I do it this way. > = this does not help at my side, as I don't have virtual domains on my = webserver. I really have different mailserver on (sometimes, not always) = different machines. That's why I would like the customer to type in = login@domain and not only login. I hope, I don't have to patch the code, as I don't have much experience w= ith = php. Regards, Kerstin From eculp@encontacto.net Mon Jun 10 16:23:42 2002 From: eculp@encontacto.net (Edwin Culp) Date: Mon, 10 Jun 2002 08:23:42 -0700 Subject: [imp] get mailserver from login In-Reply-To: <200206101448.QAA24558@as9.ibbone.helinet.de> References: <1023461463.3d00c857a54c9@Mail.EnContacto.Net> <200206101448.QAA24558@as9.ibbone.helinet.de> Message-ID: <1023722622.3d04c47ebbaca@Mail.EnContacto.Net> Quoting ke@helinet.de: | | | Hi Ed, | | > | As we have multiple mailserver with multiple domains and don't want a | select | > | button on the login page, we try to do this: the user gives his full | > | mail-address as login (user@domain.de) and we get the "true" login (user) | > | from | > | the address and the mailserver (mail.domain.de) | > | After reading the mails from Edwin regarding "mail domain", I tried to | invoke | > | | > | vinfo (with some changes) and changed my servers.php: | > | | > | $servers['imap2'] = array( | > | 'name' => $vdomain, | > | 'server' => 'mail.'.$vdomain, | > | 'protocol' => 'imap', | > | 'port' => 143, | > | 'folders' => '', | > | 'namespace' => '', | > | 'maildomain' => $vdomain, | > | 'smtphost' => 'localhost', | > | 'realm' => '', | > | 'preferred' => '' | > | ); | > | | > | The problems seems to be to get the $vdomain in servers.php. I suggested, | | > | something like | > | ($user,$vdomain)= split ("\@",$imp['user']); | > | would do the job, but this is wrong. Does anyone know, how to get the | domain | > | from the login-page in servers.php? | > | > Kerstin, | > | > I do it this way. | > | this does not help at my side, as I don't have virtual domains on my | webserver. I really have different mailserver on (sometimes, not always) | different machines. That's why I would like the customer to type in | login@domain and not only login. | I hope, I don't have to patch the code, as I don't have much experience with | php. AFAIK, if you want to do this in servers.php, or any of the configure files, you will have to depend on the apache/php variables such as $_SERVER because the configure files are included in login.php before processing. That would probably mean patching login.php. Hopefully someone more qualified than I can give you a better solution. An alternate login page may be an option. I haven't tried that but I did see someones working source on the list a few days ago. Sorry, ed | | Regards, Kerstin -- From eculp@encontacto.net Mon Jun 10 18:34:15 2002 From: eculp@encontacto.net (Edwin Culp) Date: Mon, 10 Jun 2002 10:34:15 -0700 Subject: Fwd: Re: Re: [imp] $conf['user']['alternate_login'] Message-ID: <1023730455.3d04e317edfdd@Mail.EnContacto.Net> I'm sending a copy of an email from Tjeerd van der Zee from a couple of days ago. This solution works fine although it will need some modification for your needs. Change the hard coded values and add a server line in hp.php that you will derive from the variables that were passed from from the form in index.html. Something like: I would change line 5 to $imapuser = "$imapuser at line 6 i would add ($useremail)= split ("\@",$_POST(['impuser']); $user = @$useremail[0];n$vdomain = @$usermail[1]; You will need to add another line in the post: You may need to substitute $user for $imapuser in the post also. That should pretty well do it for you, but you will still have to change the hard coded values and add or delete values that you don't need or use. I don't see why you couldn't move all the hidden values to hp.php once it works. ed ----- Forwarded message from Tjeerd van der Zee ----- Date: Wed, 5 Jun 2002 22:20:16 +0200 From: Tjeerd van der Zee Reply-To: Tjeerd van der Zee Subject: Re: Re: [imp] $conf['user']['alternate_login'] To: imp@lists.horde.org Hi, this should do the trick with the alternate login page. index.html
Webmail:
User Password Realm hp.php "); ?> With kind regards, Tjeerd van der Zee ----- Original Message ----- From: "Chuck Hagenbuch" To: Sent: Wednesday, June 05, 2002 8:42 PM Subject: Fwd: Re: [imp] $conf['user']['alternate_login'] > > > ----- Forwarded message from igor@zigabyte.com ----- > Date: Wed, 5 Jun 2002 11:21:19 -0700 > From: igor@zigabyte.com > Reply-To: igor@zigabyte.com > Subject: Re: [imp] $conf['user']['alternate_login'] > To: chuck@horde.org > > Hi Chuck, > > I have the default Horde and IMP configuration working fine. > I'm trying to create an alternate login screen to my IMP, but I'm finding > some > problems. > > My code was meant to do the following: > > http://computersoncall.com/indexz.htm should post the user, pass and server > into > horde/imp/hp.php that would resubmit the information > into /horde/imp/redirect.php > > If I manually edit the file hp.php and enter my username and password it > will > log in my account! (note that this login was OK without the modifications > suggested by you) > > this is the file called hp.php > > > > >
action="http://computersoncall.com/horde/imp/redirect.php" > method=post> > > > > > > > >
> > > > > But it looks like I'm having problem on getting the values from indexz.htm > to > hp.php. > > Which files should I modify? > Do you know any sites that use a alternate login screen, so I can take a > look > on their source codes in order to learn. > > > > > > Thank you > > --Igor Ramos > > > > Quoting Frederic Trudeau : > > > I included this ; > > > > > include_once('horde/imp/lib/base.php'); > > Secret::setKey('imp'); > > ?> > > > > It worked one time, and one time only. Go figure. > > > > Is this working on your side Chuck ? > > This bare-bones script works for me: > > > define('IMP_BASE', './horde/imp'); > > require_once IMP_BASE . '/lib/base.php'; > > /* Initialize the password key. */ > Secret::setKey('imp'); > > ?> > >
name="implogin"> > Username:
> Password:
> > >
> > > -chuck > > -- > Charles Hagenbuch, > "What was and what may be, lie, like children whose faces we cannot see, in > the > arms of silence. All we ever have is here, now." - Ursula K. Le Guin > > -- > IMP mailing list: http://horde.org/imp/ > Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2 > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > ----- End forwarded message ----- > > > -chuck > > -- > Charles Hagenbuch, > "What was and what may be, lie, like children whose faces we cannot see, in > the arms of silence. All we ever have is here, now." - Ursula K. Le Guin > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ----- End forwarded message ----- -- From chuck@horde.org Mon Jun 10 20:37:38 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Mon, 10 Jun 2002 15:37:38 -0400 Subject: [imp] Updating In-Reply-To: References: Message-ID: <1023737858.3d050002dd25a@marina.horde.org> Quoting Jim Hale : > If we want to update the various components that use Horde, do we have > to use the CVS tree or are there going to be tarballs of the latest > version(s)? There are always tarballs when we make a stable release. If you want things faster, you have to use CVS. -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From james@james-web.net Mon Jun 10 20:42:31 2002 From: james@james-web.net (James) Date: Mon, 10 Jun 2002 15:42:31 -0400 Subject: [imp] Updating In-Reply-To: <1023737858.3d050002dd25a@marina.horde.org> Message-ID: <006a01c210b6$f643dc90$8600a8c0@jedesktop> How close are you guys to cutting a new RC or a full stable release? Anything you need specifically done or tested? - James > -----Original Message----- > From: imp-bounces@lists.horde.org > [mailto:imp-bounces@lists.horde.org] On Behalf Of Chuck Hagenbuch > Sent: Monday, June 10, 2002 3:38 PM > To: imp@lists.horde.org > Subject: Re: [imp] Updating > > > Quoting Jim Hale : > > > If we want to update the various components that use Horde, > do we have > > to use the CVS tree or are there going to be tarballs of the latest > > version(s)? > > There are always tarballs when we make a stable release. If > you want things faster, you have to use CVS. > > -chuck > > -- > Charles Hagenbuch, > "What was and what may be, lie, like children whose faces we > cannot see, in > the arms of silence. All we ever have is here, now." - Ursula > K. Le Guin > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > From taiken@ubishops.ca Mon Jun 10 20:54:27 2002 From: taiken@ubishops.ca (Todd Aiken) Date: Mon, 10 Jun 2002 15:54:27 -0400 Subject: [imp] Re: [horde] Language selection problem In-Reply-To: <7930462162.20020610223308@geoloogi.ee> Message-ID: <3D04CBB2.11235.75EC1C@localhost> > I have Slackware 8.0 installed on my system. Then I try to select any > language other then US on login page, Horde just don't activate it > (look at http://mail.geoloogi.ee/). Same happens in user preference > page. I installed GNU gettext from packages, so maybe the problem is > in gettext, however I have successfuly built gettext support into PHP > My conf: Apache 2.0.36, PHP 4.2.1, Horde 2.0. > > Maybe someone had same problem, please help me :) Install the Slackware glocale package, which I think is in the same series as the gettext package. I had the same problem, and as soon as I installed this package, everything worked fine. CU L8R... -------------------------------+--------------------------------------- Todd A. Aiken | This space can be yours, for just four Systems Administrator | easy payments of $39.95. Plus, buy Cole Computer Centre | one half and get the 2nd half for 50% BISHOP'S UNIVERSITY | off the cost of the two together! Lennoxville, Quebec, CANADA | Call 1-800-4-RIPOFF today! -----BEGIN GEEK CODE BLOCK----- Version 3.12 (http://www.geekcode.com) GCS$/MU d+(-) s++:++ a27 C++$ UL++++$ P+ L++ E->+ W+>++ N++ o? K- w O- M V? PS PE- Y PGP- t+ 5 X R- tv+ b DI(+) D+ G e+ h !r>r+++ y- ------END GEEK CODE BLOCK------ From ccrowley@tulane.edu Mon Jun 10 21:00:49 2002 From: ccrowley@tulane.edu (Christopher Crowley) Date: Mon, 10 Jun 2002 15:00:49 -0500 Subject: [imp] Content-Length variable? Message-ID: Users are not able to upload large attachments in an imp 2.7 implementation. The max execution time in php is very high, the upload_file_size in php is much higher than the attempted upload size, the max memory size of a running process is sufficient to allow the upload. But, the error_log message in the apache error log is: [Mon Jun 10 14:13:46 2002] [error] PHP Warning: POST Content-Length of 11846010 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 I tried searching IMP archives, and the PHP.net site. But was unsuccessful at determining where I can configure this value. Does anyone know how to fix to this problem? Thanks. Christopher Crowley TIS Network Services Tulane University ccrowley@tulane.edu PGP Key ID: 0x7CF18FDB From chuck@horde.org Mon Jun 10 21:05:48 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Mon, 10 Jun 2002 16:05:48 -0400 Subject: [imp] Updating In-Reply-To: <006a01c210b6$f643dc90$8600a8c0@jedesktop> References: <006a01c210b6$f643dc90$8600a8c0@jedesktop> Message-ID: <1023739548.3d05069c8fbd7@marina.horde.org> Quoting James : > How close are you guys to cutting a new RC or a full stable release? A few days, I think - Jan, are we still waiting on anything? > Anything you need specifically done or tested? Everything. :) -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From jan@horde.org Mon Jun 10 22:07:16 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 10 Jun 2002 23:07:16 +0200 Subject: [imp] Content-Length variable? In-Reply-To: References: Message-ID: <1023743236.3d05150440b5a@jan.dip.ammma.net> Zitat von Christopher Crowley : > Users are not able to upload large attachments in an imp 2.7 > implementation. The max execution time in php is very high, the > upload_file_size in php is much higher than the attempted upload > size, the max memory size of a running process is sufficient to allow > the upload. > > > But, the error_log message in the apache error log is: > > [Mon Jun 10 14:13:46 2002] [error] PHP Warning: POST Content-Length > of 11846010 bytes exceeds the limit of 8388608 bytes in Unknown on > line 0 > > I tried searching IMP archives, and the PHP.net site. But was > unsuccessful at determining where I can configure this value. > > Does anyone know how to fix to this problem? post_max_size in php.ini Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft From chuck@horde.org Tue Jun 11 03:12:55 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Mon, 10 Jun 2002 22:12:55 -0400 Subject: [imp] problem with deleting subfolders in imp, caused by delimiter? In-Reply-To: References: Message-ID: <1023761575.3d055ca754ac8@marina.horde.org> Quoting Christian.Scherer@is-sw.com: > i am using horde 2.0, imp 3.0 to get access to my Lotus Domino (Notes > 5.0.9a) on a Suse 7.3 system. > > I create a folder A and then the subfolder A/B. > > The folders are correctly created, but when I try to delete the subfolder > > B, imp says, the folder A\\B is not a valid mailbox. > When I look at the separators/delimiters A\\B (the 2 backshlashes) I > know where my problem lies, but I am not able to solve it. Is \\ the actual seperator? Or is it getting mis-translated somewhere? Does Domino work with other IMAP clients, like pine? -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From liamr@umich.edu Tue Jun 11 03:57:54 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Mon, 10 Jun 2002 22:57:54 -0400 Subject: [imp] Re: unqualified email address handling in HEAD.. In-Reply-To: <1023400811.3cffdb6b7027a@dev.mail.umich.edu> References: <1023400811.3cffdb6b7027a@dev.mail.umich.edu> Message-ID: <1023764274.3d05673208ac9@dev.mail.umich.edu> Hey guys - It also seems to do this when I use SMTP... but instead of username@@nameofwebserver.example.com, I get usernname@nameofsmtpserver@example.com Any one else running into this? I'm running HEAD from earlier today. Liam Quoting liamr@umich.edu: > Unqualified email handling seems to be a little off.. it generates > address > like: > > username@@nameofwebserver.example.com > > This happens when composing, forwarding, and bouncing. > > Liam > > sendmail error follows.. > ----------------------------------------------------------------------- > > The original message was received at Thu, 6 Jun 2002 17:49:43 -0400 > (EDT) > from www@localhost > > ----- The following addresses had permanent fatal errors ----- > @ > @ > (expanded from: @) > > ----- Transcript of session follows ----- > 550 @... User unknown > 550 @... User unknown From Joost.DeCock@astrid.be Tue Jun 11 06:24:42 2002 From: Joost.DeCock@astrid.be (Joost De Cock) Date: Tue, 11 Jun 2002 07:24:42 +0200 Subject: [imp] Horde cvs haed login error Message-ID: <27CCF59A0AD4D311B810005004AAAB30D670D7@SR102> Pratik, I have no idea, but you'll have a lot more luck if you address the list and not just me ;) Joost -----Original Message----- From: Chuck Hagenbuch [mailto:chuck@horde.org] Sent: zaterdag 8 juni 2002 6:41 To: imp@lists.horde.org Subject: Re: [imp] Horde cvs haed login error Quoting alex : > Hi all: > while login into Horde cvs head got errors: > =========================================== > A fatal error has occurred: > > Notification listener status not found. > > [line 89 of /usr/local/apache/horde.beta/lib/Notification.php] I can't reproduce this; do you still get it after a full update? Anyone else see it? -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ********************************************************************** The information in this mail is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you are not an intended recipient, you must not read, use or disseminate the information contained in the email. ********************************************************************** From Joost.DeCock@astrid.be Tue Jun 11 06:27:18 2002 From: Joost.DeCock@astrid.be (Joost De Cock) Date: Tue, 11 Jun 2002 07:27:18 +0200 Subject: Oops: [imp] Horde cvs haed login error Message-ID: <27CCF59A0AD4D311B810005004AAAB30D670D8@SR102> Shit, I meant to forward this: Hie joost, I just saw couple of mails in descussions so i thought to ask you for my problem, m able to login to my imap server & check the services but the problem m facing is, when i compose email & click on send the mail goes to the destination but in browser it shows me error page please refresh or go back & when refresh it goes to compose mesg once again can u pls guide me what can be the cause of problem ?? Waiting for your help Pratik. -----Original Message----- From: Joost De Cock [mailto:Joost.DeCock@astrid.be] Sent: dinsdag 11 juni 2002 7:25 To: 'imp@lists.horde.org' Subject: [imp] Horde cvs haed login error Pratik, I have no idea, but you'll have a lot more luck if you address the list and not just me ;) Joost -----Original Message----- From: Chuck Hagenbuch [mailto:chuck@horde.org] Sent: zaterdag 8 juni 2002 6:41 To: imp@lists.horde.org Subject: Re: [imp] Horde cvs haed login error Quoting alex : > Hi all: > while login into Horde cvs head got errors: > =========================================== > A fatal error has occurred: > > Notification listener status not found. > > [line 89 of /usr/local/apache/horde.beta/lib/Notification.php] I can't reproduce this; do you still get it after a full update? Anyone else see it? -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ********************************************************************** The information in this mail is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you are not an intended recipient, you must not read, use or disseminate the information contained in the email. ********************************************************************** -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ********************************************************************** The information in this mail is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you are not an intended recipient, you must not read, use or disseminate the information contained in the email. ********************************************************************** From mike@graftonhall.co.nz Tue Jun 11 06:46:56 2002 From: mike@graftonhall.co.nz (Michael Cochrane) Date: Tue, 11 Jun 2002 06:46:56 +0100 Subject: Oops: [imp] Horde cvs haed login error In-Reply-To: <27CCF59A0AD4D311B810005004AAAB30D670D8@SR102> References: <27CCF59A0AD4D311B810005004AAAB30D670D8@SR102> Message-ID: <1023774416.3d058ed0bc5db@head.graftonhall.co.nz> Is there anything shown in your php or web server logs? what pages get requested after you click send? - Mike Quoting Joost De Cock : > Shit, I meant to forward this: > > Hie joost, > > I just saw couple of mails in descussions so i thought to ask you for my > problem, m able to login to my imap server & check the services but the > problem m facing is, when i compose email & click on send the mail goes > to the destination but in browser it shows me error page please refresh > or go back & when refresh it goes to compose mesg once again can u pls > guide me what can be the cause of problem ?? > Waiting for your help > > Pratik. > > -----Original Message----- > From: Joost De Cock [mailto:Joost.DeCock@astrid.be] > Sent: dinsdag 11 juni 2002 7:25 > To: 'imp@lists.horde.org' > Subject: [imp] Horde cvs haed login error > > > Pratik, > > I have no idea, but you'll have a lot more luck if you address the list and > not just me ;) > > Joost > > -----Original Message----- > From: Chuck Hagenbuch [mailto:chuck@horde.org] > Sent: zaterdag 8 juni 2002 6:41 > To: imp@lists.horde.org > Subject: Re: [imp] Horde cvs haed login error > > > Quoting alex : > > > Hi all: > > while login into Horde cvs head got errors: > > =========================================== > > A fatal error has occurred: > > > > Notification listener status not found. > > > > [line 89 of /usr/local/apache/horde.beta/lib/Notification.php] > > I can't reproduce this; do you still get it after a full update? Anyone > else see it? > > -chuck > > -- > Charles Hagenbuch, > "What was and what may be, lie, like children whose faces we cannot see, in > the arms of silence. All we ever have is here, now." - Ursula K. Le Guin > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > ********************************************************************** > The information in this mail is confidential and is intended solely > for the addressee(s). > Access to this email by anyone else is unauthorised. If you are not > an intended recipient, you must not read, use or disseminate the > information contained in the email. > ********************************************************************** > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > ********************************************************************** > The information in this mail is confidential and is intended solely > for the addressee(s). > Access to this email by anyone else is unauthorised. If you are not > an intended recipient, you must not read, use or disseminate the > information contained in the email. > ********************************************************************** > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From mactable@yahoo.com Tue Jun 11 11:24:57 2002 From: mactable@yahoo.com (Mac Table) Date: Tue, 11 Jun 2002 03:24:57 -0700 (PDT) Subject: [imp] [Help] Fatal error (but I am not sure the reason) Message-ID: <20020611102457.27646.qmail@web21303.mail.yahoo.com> Hello all, How come I meet this error message when I click one of my messages (only this one, others are no problem) Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2424167 bytes) in /var/www/horde/lib/Text.php on line 83 Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes) in Unknown on line 0 Please give me some hints..... Thanks a lot! __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com From mactable@yahoo.com Tue Jun 11 12:00:28 2002 From: mactable@yahoo.com (Mac Table) Date: Tue, 11 Jun 2002 04:00:28 -0700 (PDT) Subject: [imp] [Q] How can I show image within message instead of attachment? Message-ID: <20020611110028.53105.qmail@web21304.mail.yahoo.com> I am using Horde 3.1 RC2 I have read the past posts but I cannot get actual idea how to do this... Please give me some advise __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com From Joost.DeCock@astrid.be Tue Jun 11 12:10:03 2002 From: Joost.DeCock@astrid.be (Joost De Cock) Date: Tue, 11 Jun 2002 13:10:03 +0200 Subject: [imp] [Help] Fatal error (but I am not sure the reason) Message-ID: <27CCF59A0AD4D311B810005004AAAB30D670E3@SR102> I guess it's a very big message.... -----Original Message----- From: Mac Table [mailto:mactable@yahoo.com] Sent: dinsdag 11 juni 2002 12:25 To: imp@lists.horde.org Subject: [imp] [Help] Fatal error (but I am not sure the reason) Hello all, How come I meet this error message when I click one of my messages (only this one, others are no problem) Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2424167 bytes) in /var/www/horde/lib/Text.php on line 83 Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 140 bytes) in Unknown on line 0 Please give me some hints..... Thanks a lot! __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ********************************************************************** The information in this mail is confidential and is intended solely for the addressee(s). Access to this email by anyone else is unauthorised. If you are not an intended recipient, you must not read, use or disseminate the information contained in the email. ********************************************************************** From jan@horde.org Tue Jun 11 12:08:32 2002 From: jan@horde.org (Jan Schneider) Date: Tue, 11 Jun 2002 13:08:32 +0200 Subject: [imp] [Q] How can I show image within message instead of attachment? In-Reply-To: <20020611110028.53105.qmail@web21304.mail.yahoo.com> References: <20020611110028.53105.qmail@web21304.mail.yahoo.com> Message-ID: <1023793712.3d05da3040b58@jan.dip.ammma.net> Zitat von Mac Table : > I am using Horde 3.1 RC2 > > I have read the past posts but I cannot get actual > idea how to do this... Please give me some advise This isn't possible with this version unless you write an image mime driver, only with Horde and IMP from HEAD. Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - discover your knowledge http://www.tip4all.de - Deine private Tippgemeinschaft From bjn@horde.org Tue Jun 11 14:16:33 2002 From: bjn@horde.org (Brent J. Nordquist) Date: Tue, 11 Jun 2002 08:16:33 -0500 (CDT) Subject: [imp] IMP 3.1 (final) Message-ID: The Horde team announces the latest official release of the IMP webmail application. Features that have been added since 3.0 include a new address book interface popup during compose, sorting by threads, improved/expanded preference options and config files, folder navigator support for other folder hierarchies, and many bug fixes. IMP 3.1 should be considered a production-level release. The code has undergone a strict testing cycle in the form of a number of public release candidates. The IMP 3.1 release can be downloaded from the following locations: ftp://ftp.horde.org/pub/imp/ Note that IMP 3.1 requires the Horde Application Framework 2.x, which can be obtained from: ftp://ftp.horde.org/pub/horde/ MD5 checksums: MD5 (horde-2.1.tar.gz) = 2e66863e4b5ebabd1a3dae63d2b2cb53 MD5 (imp-3.1.tar.gz) = 73ff42a32e3ee3617fd411be356cb70f MD5 (patch-horde-2.0-2.1.gz) = e554d0749007b1b630a186e43402776a MD5 (patch-imp-3.0-3.1.gz) = a7c9330ab1df2cd727c4aeb858138821 -- Brent J. Nordquist N0BJN Other contact information: http://www.nordist.net/contact.html From j.pilawa@tu-bs.de Tue Jun 11 15:11:26 2002 From: j.pilawa@tu-bs.de (Jan-Marc Pilawa) Date: Tue, 11 Jun 2002 16:11:26 +0200 Subject: [imp] IMP 3.0 $conf['hooks']['from'] destroys design Message-ID: <200206111411.QAA09926@rzcomm5.rz.tu-bs.de> Hello List, don't know what I am doing wrong: - Downloaded rpms for horde 2.0, imp 3.0 and followed docs/INSTALL in conf.php I altered/inserted : $conf['hooks']['from'] = 'imp_expand_fromaddress'; if (!function_exists('imp_expand_fromaddress')) { function imp_expand_fromaddress ($imp) { return (system("/usr/local/bin/alias ".escapeshellarg($imp['user']))); } } /usr/local/bin/alias is a skript that echos the mail-alias (if found) or $1 (in any other case) to stdout The Result is, that not only I get the right From-Adress in the compose window but also the alias in its body. The Result is, that the compose-window begins with the alias before all the Table-Stuff starts. I don't know where it happens. I am more and more convinced that my Problem could be a misunderstanding of PHP (which is not my nativ language ;-). Has anybody an Idea what went wrong? Jan. PS: Here is a shortened part of the HTML-Source. I found all the functions in the templates but i cant imagine from where the odd j.pilawa comes from. (Ok, from the shell-skript, but I think it shouldn't...) [...] j.pilawa j.pilawa