CHANGES version 1.3.2 This file summarizes changes made since tsbiff 1.0. Version 1.3.2: * Fixed PopAgent so it's able to speak with a MS Exchange server * New Logo Version 1.3.1: * Added Thread.yield() in the mail-parser. The Parser could run in a tight loop if the mailbox is large and the interval between scans is short. In case we run on a JVM with green-thread, we must yield (on strategic places in the parser) to let other threads in on the party. Thanks to Aharon Schkolnik for pointing this out. Version 1.3: * Added a filter for the cc field * Improved the Mail parser * Improved the Wakeup client/server classes * General code improvment. Version 1.2.1: * Added stream flush when talking to a POP3 server. This was necessary on the Windows platform to have the POP3 connection operate correctly. (If you're on Unix, you don't have to upgrade to this version) Version 1.2: * Converted the tsbiff Frame to a plain Window, and implemented a simple window manager to handle window move and resize * Reduced pop3 server connection timeout to 5 seconds * Added a script to start the configuration tool as a stand alone program * General code improvment. Version 1.1.1: * Improved layout in the SMTP dialog -- Fixed layout breakdown * New code for re-initialize the Biff window after changes has been done in the Configure panel. Not all VM's on the Windows plattform did agree with how the Biff window was "reloaded", and the window had an unpleasant tendency not to re-appear. (It's still a hack) Version 1.1: * New column sizing strategy: Column widths in the tsbiff window are saved to the users control-file. The columns will be loaded as you spaced them when you restart tsbiff. In other words, when you resize the columns in the window, the new size will be persistent. * Because of the above fix, column widths are no longer automatically computed by tsbiff when table titles are turned off.