Re: JAVA applet to run mutt via http

2002-04-30 Thread Shawn McMahon
begin David T-G quotation: % yeah, but that's what he asked for. ;) It is? He specifically said that he is limited to a web browser to get through the firewall. Not his first question, his second. I was replying to it; in fact, I was replying to somebody's reply to that question, in

Re: JAVA applet to run mutt via http

2002-04-30 Thread Shawn McMahon
begin mikea quotation: Something to keep firmly in mind when talking about this, and even _MORE_ firmly in mind if one is thinking about doing it at work, is that lots of places view circumventing the firewall as an indication that you need to work somewhere else. In fact, since Perl was

JAVA applet to run mutt via http

2002-04-29 Thread Marco Fioretti
Hello, I'm asking this here because, IIRC, several people on this list are already using the tool which I'm going to need. In the past, I asked on this list how one with a shell account could run mutt remotely (from the office) when a web browser is the only way to go through the corporate

Re: JAVA applet to run mutt via http

2002-04-29 Thread darren chamberlain
* Marco Fioretti [EMAIL PROTECTED] [2002-04-29 13:52]: Last but not least: what was that JAVA applet called anyway? I think you're looking for MindTerm, which google tells me is at http://www.appgate.com/ag.asp?template=productslevel1=product_mindterm. (darren) -- Words are also deeds.

Re: JAVA applet to run mutt via http

2002-04-29 Thread Will Yardley
Marco Fioretti wrote: Last but not least: what was that JAVA applet called anyway? mindterm is the main one i've heard of. http://www.appgate.com/ag.asp?template=productslevel1=product_mindterm -- Will Yardley input: william hq . newdream . net .

Re: JAVA applet to run mutt via http

2002-04-29 Thread Shawn McMahon
begin darren chamberlain quotation: * Marco Fioretti [EMAIL PROTECTED] [2002-04-29 13:52]: Last but not least: what was that JAVA applet called anyway? I think you're looking for MindTerm, which google tells me is at http://www.appgate.com/ag.asp?template=productslevel1=product_mindterm.

Re: JAVA applet to run mutt via http

2002-04-29 Thread David T-G
Shawn, et al -- ...and then Shawn McMahon said... % ... % Sounds like he needs some kind of http-based proxy, unless the firewall % is dumb enough to let non-http things through port 80, in which case I'd % recommend ssh. Quick -- someone write a perl script that will interface between a local

Re: JAVA applet to run mutt via http

2002-04-29 Thread Shawn McMahon
begin David T-G quotation: Quick -- someone write a perl script that will interface between a local ssh session's filehandles and an incoming ssh stream! I just figured run an ssh daemon on port 80 on his home box, since he probably doesn't need a web server on it. But if you wanna write

Re: JAVA applet to run mutt via http

2002-04-29 Thread darren chamberlain
* Shawn McMahon [EMAIL PROTECTED] [2002-04-29 15:43]: begin darren chamberlain quotation: * Marco Fioretti [EMAIL PROTECTED] [2002-04-29 13:52]: Last but not least: what was that JAVA applet called anyway? I think you're looking for MindTerm, which google tells me is at

Re: JAVA applet to run mutt via http

2002-04-29 Thread David T-G
Shawn -- ...and then Shawn McMahon said... % % begin David T-G quotation: % % Quick -- someone write a perl script that will interface between a local % ssh session's filehandles and an incoming ssh stream! % % I just figured run an ssh daemon on port 80 on his home box, since he Yeah, I

Re: JAVA applet to run mutt via http

2002-04-29 Thread David T-G
Darren, et al -- ...and then darren chamberlain said... % % * Shawn McMahon [EMAIL PROTECTED] [2002-04-29 15:43]: % begin darren chamberlain quotation: % * Marco Fioretti [EMAIL PROTECTED] [2002-04-29 13:52]: %Last but not least: what was that JAVA applet called anyway? % % I think

Re: JAVA applet to run mutt via http

2002-04-29 Thread mikea
On Mon, Apr 29, 2002 at 03:33:49PM -0500, David T-G wrote: % % Sounds like he needs some kind of http-based proxy, unless the firewall % is dumb enough to let non-http things through port 80, in which case I'd % recommend ssh. % % If the company lets through port 80, they probably