- This script creates two buttons. Each button reconfigures - Netscape Messenger (4.x) to check for new email on different - POP3 servers by sending the appropriate keystrokes to the - Mail Server Preferences dialog in Netscape. - Create a button which talks to the Messenger window BUTTON "Check personal email" black " - Netscape Folder" - Open the Edit -> Preferences dialog PUT ~EE - move to Mail & Groups -> Mail Server PUT +{TAB}{DOWN}{DOWN}{DOWN} - Change user name PUT {TAB}bob.smith - Change server PUT {TAB}{TAB}mail.netaddress.com - Check the POP3 Leave messages checkbox and exit the dialog PUT {TAB}{TAB}{+}{ENTER} - Now check for new email: PUT ^T NEWLINE - Create a button which talks to the Messenger window BUTTON "Check work email" black " - Netscape Folder" - Open the Edit -> Preferences dialog PUT ~EE - move to Mail & Groups -> Mail Server PUT +{TAB}{DOWN}{DOWN}{DOWN} - Change user name PUT {TAB}bsmith - Change server PUT {TAB}{TAB}mail - Uncheck the POP3 Leave messages checkbox and exit the dialog PUT {TAB}{TAB}-{ENTER} - Now check for new email: PUT ^T