IMAP

Lex Spoon lex at cc.gatech.edu
Mon Apr 29 04:26:36 UTC 2002


goran.hultgren at bluefish.se wrote:
> "Les Tyrrell" <tyrrell at canis.uiuc.edu> wrote:
> > The VW 3.0 version of my IMAP client can be found on the following Wiki:
> > 
> > http://sabine.canis.uiuc.edu:8080/EMail
> > 
> > I have not tried to port it to Squeak, I suspect you will need to look at
> > Squeak's sockets and streams to understand the best way to make it work there.
> 
> If someone want's to do this - take a look at SocketStream etc in
> Comanche, easier
> to use than plain Socket. Those classes should be included in base
> Squeak IMHO.
> 

They should also look at SimpleClientSocket, if IMAP is line-oriented
like most Internet protocols.


-Lex



More information about the Squeak-dev mailing list