Squeak Class Documentation category index | class index  
 
MailNotifier
  category: Network-Mail Reader
  superclass: Object
  subclasses:

This is a basic example of connecting to a mail server, using POP3, to check how many messages are waiting. It does everything at one time, which may make it too slow to use as is.

instance methods
  accessing
  messageCount

class methods
  no messages
 

instance methods
  accessing top  
 

messageCount

if no socket, try to connect in background, when done, remove socket.


class methods
  no messages top