* use stat() instead of open();read();close() on std UNIX mbox
* check mail at start-up instead of after first period
* check what happens when new mail arrives - freeze in the middle
  of animation?
* Allow secure connection to remote collections. This is a standard nowadays 
  and I don't feel too secure knowing my password in plaintext is being sent 
  every 4 mins or so over the net...
* Allow separate "Update" for different MailFiles (or at least change defaults 
  so local mailfiles remain checked every 5 secs, and remote - every 4-5 mins 
  at least.
* Fix message count display - The number of messages, for me, is being 
  displayed only on non-transparent area of the icon. Somehow I can't get 
  "Black" to work as font color.
* Add message count display mode, where a separate number for each mail 
  collection is displayed.
* Maybe add different color for displaying "New" messages (if any) for a 
  collection and if none are found, display old messages count in old fashion.
* Allow other file formats than xpm as icons...
* Add "reconfigure" option - asmail just sends a signal to a running instance, 
  to tell it to reload config and check mail now, daemon style. (like, you 
  could add it to "Execute" entry of .asmailrc and keep clicking on asmail 
  impatiently to check if the desired mail has finally arrived :)
* Separate "Execute" when there's new mail and when no new mail is present. 
  I.E. launch "read mail" when new is available or "compose" when there's none.
* Give us some diagnostics when running (maybe just separate icon entries?) 
  for "error", "server error", "checking" - so we would know there's actually 
  no new mail, not that our network could be down.
	R - running (checking)
	F - general failure
	C - connection refused
	L - login problem (password)
	U - unreacheable
	T- Timeout? (way too common on poor quality networks)


