home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wpbif094.zip / whatsnew.txt < prev    next >
Text File  |  1997-07-02  |  1KB  |  29 lines

  1. 0.94: Fixed minor bug concerning the old number of messages
  2.    
  3.  
  4. 0.93:  Added support for 'error connecting to host' event. 
  5.        This would be useful for eg. for dial-up users. When
  6.        the dial-up connection is not established WPBiff displays
  7.        the icon and title corresponding to this state (see 4. bellow)
  8.        
  9.        NOTE: when WPBiff would not connect to host the default connection
  10.              timeout is 75 sec (1 minute and 15 secs). It is not possible
  11.              to change this timeout for IP connections as it is described
  12.              in OS/2 MPTS prog. guide.
  13.        
  14.        Now there are 4 states of WPS biff object:
  15.        
  16.           1. empty mail box (enviroment variables used are: 
  17.              POP3_NO_MAIL_ICON and POP3_NO_MSGS_TITLE)
  18.              
  19.           2. there is 1 message (POP3_MAIL_ICON, POP3_1_MSG_TITLE)
  20.           
  21.           3. there are several messages (POP3_MAIL_ICON, 
  22.              POP3_MSGS_TITLE)
  23.              
  24.           4. error connecting to POP3 server (POP3_ERROR_ICON, 
  25.              POP3_ERROR_TITLE); 
  26.              
  27.        Thanx to David Lawless for this idea.
  28.        
  29.