[FIX] APOP authentication

David T. Lewis lewis at mail.msen.com
Fri Sep 12 01:37:21 UTC 2003


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



More information about the Squeak-dev mailing list