Alright, it is a mundane detail (and a good reason to not do this.field = field). The constructor passes an OutputStream, but named it 'in'. Then in the constructor it does this.out = out, which of course is legitimate (although pointless). I committed the fix to the typo... hopefully should work for you now.
Serge Knystautas Loki Technologies - Unstoppable Websites http://www.lokitech.com/ ----- Original Message ----- From: "Danny Angus" <[EMAIL PROTECTED]> To: "James Developers List" <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 1:42 PM Subject: RE: Bug.. or bad configuration.. > > > > -----Original Message----- > > From: Serge Knystautas [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, November 29, 2001 6:21 PM > > To: James Developers List > > Subject: Re: Bug.. or bad configuration.. > > > > > > I added this a few nights ago so users can download large emails. This > > output stream will notify the scheduler every time 20k has been sent. For > > instance, say you have a user who's on a 28.8kbps line downloading a large > > message... without this the POP3 handler will time them out > > before it could > > be received and the next POP3 command sent. > > > > I thought it was working for me but I guess I only tested it on the SMTP > > handler side. Probably some mundane detail. Sorry about this. :( > > I saw you'd added it, and the SMTP bit works, I'll look at it seeing I'm > there already. > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
