[FIX] APOP authentication

goran.krampe at bluefish.se goran.krampe at bluefish.se
Tue Sep 16 12:49:54 UTC 2003


"David T. Lewis" <lewis at mail.msen.com> wrote:
> On Wed, Sep 10, 2003 at 11:42:13AM -0400, Lex Spoon wrote:
> > 
> > Barring a POP server written in Squeak, the best solution to this would
> > seem to be running APOP over an in-memory pipe instead of a socket, and
> > testing that the right requests are being sent.  I don't know if there
> > is a handy in-memory pipe floating around in Squeak, but it sure would
> > be handy for testing network code.
> 
> See the SharedStreams package on SqueakMap, or class InternalPipe in the
> CommandShell package on SqueakMap.
> 
> Dave

Indeed - I built SharedBidirectionalStream in the SharedStreams package
as a drop-in replacement for SocketStream (from Comanche). Not only to
emulate SocketStream though, but it works.

regards, Göran



More information about the Squeak-dev mailing list