
Should be added/fixed ASAP:

 * Fix the bugs ;)
 * Add I18N Support to menus (HOW?)
 * Use a good mime library (eg. mime++), instead of reinventing the wheel
   with dirty message-parser code. (Or just clean it, which is much harder
   than coding a complete mime library in assembler)
 * next/prev thread buttons
 * Gotta code the pgp support, uh.
 * Write a message :) (Funny, the name's "Sandmail" but it doesn't do the
   "Sand" thing yet)
 * Search
 * GNOME Support?
 * Replace exit()'s in a fork with _exit() ?
 * Openings/Closings
 * Implement the multithread thing for getting mail
 * Configurable headers (X-[blank]: [blank] type thing)
 * internal quoted-printable & base64 support (currently using mimencode)
 * implement uuencode/decode & binhex support
 * flush outbox when called with a certain parameter
 * internal html support (with gtk/xmhtml) (should install gnome to implement
   that -- but have not enough space on disk)
 * IMAP4 support
 * some cosmetic fixes


Things planned to be added/fixed in the future (not NOW):
 * copy/move a message with dragndrop in main window (how to implement that
   in a GtkCTree?)
 * nested folders (maybe? (will be hard to implement after all))

