[AOLSERVER] [ aolserver-Bugs-446689 ] nsreturnredirect isn't RFC2068 compliant

2001-08-01 Thread Ms. Source Forge
Bugs item #446689, was opened at 2001-08-01 00:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=446689group_id=3152 Category: API: C Group: aolserver4_0 Status: Open Resolution: None Priority: 5 Submitted By: Jerry Asher (jerryasher) Assigned to:

Re: [AOLSERVER] submitting bug report?

2001-08-01 Thread Roberto Mello
On Wed, Aug 01, 2001 at 09:48:38AM +0800, macky wrote: i wanna post a bug report in pertaining to ns_sockopen can some tell how to do that..? http://sourceforge.net/tracker/?atid=103152group_id=3152func=browse It's listed from http://www.aolserver.com/ -Roberto --

[AOLSERVER] AOL 2.2.3 crashes if outputheaders updated after ns_return

2001-08-01 Thread Jim Wilcoxson
I dunno if this happens with later versions, but thought I'd mention it. This code will crash 2.3.3 every time: ns_return blah ns_set update [ns_conn outputheaders] blah blah I think I remember testing this about 6 mos ago and even a read-reference to outputheaders causes a crash.

[AOLSERVER] [ aolserver-Bugs-446886 ] ns_uuencode only takes 48 chars

2001-08-01 Thread Ms. Source Forge
Bugs item #446886, was opened at 2001-08-01 11:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=103152aid=446886group_id=3152 Category: API: Tcl Group: aolserver3_2 Status: Open Resolution: None Priority: 5 Submitted By: Vinod Kurup (vkurup) Assigned to:

Re: [AOLSERVER] MIME

2001-08-01 Thread Dossy
On 2001.08.01, Wojciech Kocjan [EMAIL PROTECTED] wrote: I'm currently using mime from tcllib, but it really sucks. It took almost a minute to parse 30kB mail. In my 100% Tcl implementation of an IMAP mail client under AOLserver, I'm using the Tcl MIME package by Marshall Rose, and it works

Re: [AOLSERVER] MIME

2001-08-01 Thread Daniel Wickstrom
Dossy == Dossy [EMAIL PROTECTED] writes: Dossy On 2001.08.01, Wojciech Kocjan [EMAIL PROTECTED] wrote: I'm currently using mime from tcllib, but it really sucks. It took almost a minute to parse 30kB mail. Dossy In my 100% Tcl implementation of an IMAP mail client under

[AOLSERVER] hello

2001-08-01 Thread Mike Catlet
klasjdlkfjasdl;jfal;sdkjf;lasjdf

Re: [AOLSERVER] MIME

2001-08-01 Thread Wojciech Kocjan
On 1 Aug, Daniel Wickstrom wrote: Dossy == Dossy [EMAIL PROTECTED] writes: Dossy On 2001.08.01, Wojciech Kocjan [EMAIL PROTECTED] wrote: I'm currently using mime from tcllib, but it really sucks. It took almost a minute to parse 30kB mail. Dossy In my 100% Tcl

Re: [AOLSERVER] MIME

2001-08-01 Thread Dossy
On 2001.08.01, Wojciech Kocjan [EMAIL PROTECTED] wrote: Yeah, mime 1.2 has some code to handle it, but I tried tclsh+package require Trf first, and it still took about a minute to parse 200kB mail. Any idiot-proof URL to learn on MIME+Trf? I'd like to parse 1MB mail in less than a minute