[imp] Accessing From a URL not Form

Brad Vedders veddebra@aquinas.edu
Fri, 16 Aug 2002 17:00:38 -0400 (EDT)


This works to solve my problem.  Thank you so much for your help.

Brad Vedders, Network Systems Administrator
Aquinas College, Grand Rapids, MI 49506
=>phone (616) 459-8281 x3743
=>email veddebra@aquinas.edu

On Fri, 16 Aug 2002, Tjeerd van der Zee wrote:

> maybe this solves your problem ...
> 
> <?
> $imapuser = $_GET['imapuser'];
> $pass = $_GET['pass'];
> $realm = $_GET['realm'];
> $imapuser = "$imapuser@$realm";
> 
> print ("
> <html>
> <head>
> </head>
> <body bgcolor=\"#444466\" Onload=\"javascript:document.redirect.submit()\" >
> <form name=redirect action=\"http://mail.xar.nl/imp/redirect.php\"
> method=post>
> <input type=hidden name=actionID value=\"105\" />
> <input type=hidden name=redirect_url value=\"\" />
> <input type=hidden name=mailbox value=\"INBOX.\" />
> <input type=hidden name=imapuser value=$imapuser>
> <input type=hidden name=pass value=$pass>
> </form>
> </body>
> </html>
> ");
> ?>
> 
> 
> 
> 
> 
> 
> ----- Original Message -----
> From: "Brad Vedders" <veddebra@aquinas.edu>
> To: <imp@lists.horde.org>
> Sent: Friday, August 16, 2002 8:15 PM
> Subject: [imp] Accessing From a URL not Form
> 
> 
> >
> > I was wondering if someone could help me out with this problem.  I had
> > been using a older version of IMP/Horde (about one month old CVS) and had
> > been able to access IMP via a URL string and not from a form:
> >
> https://ourserver.aquinas.edu/horde/imp/redirect.php?actionID=105&url=&mailb
> ox=INBOX&frameset=&imapuser=USERNAME&server=localhost&port=143&namespace=&ma
> ildomain=aquinas.edu&protocol=imap/notls&realm=aquinas.edu&folders=&pass=PAS
> S
> >
> > I upgraded to the latest CVS this morning and now this doesn't work.  I
> > did adjust for the fact that the actionID doesn't appear to be set to 105
> > anymore and that there is now a url, but otherwise everything stayed the
> > same.  I can access everything alright through the form.  It's almost as
> > if it is not reading the password anymore.
> >
> > Any ideas?
> >
> > Thanks,
> >
> > Brad Vedders, Network Systems Administrator
> > Aquinas College, Grand Rapids, MI 49506
> > =>phone (616) 459-8281 x3743
> > =>email veddebra@aquinas.edu
> >
> >
> >
> > --
> > IMP mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> >
> >
> 
>