0.4 --> o Support Command Line Option "geometry" o Window Position is saved on exit o Preferences Dialog redesigned o Local Time w/ Timezone insted of GMT is now sent o Compose Dialog is a GnomeApp now (means: Toolbar and Menus) o Supports "From"s like: Christian Biesinger (i.e. they also contain the name) Disallows empty From or To (caused Segfault) o Updated RPM Patchfile. RPM Creation should work on all distributions now. o You need not enter your password in the preferences now (for POP3). Enter none and it's asked for when you click on "Get Mail" o Also compiles when newer versions of Berkeley DB are installed o Support ./configure --enable-debug, so you need not enable debug functions if you don't need them. o Supports ./configure --enable-profiling and --enable-debug-libs (might be useful for developers) (enable-debug-libs links with GDK, Glib and GTK Debug libraries) o Corrected some minor "bugs" (ie. used "%i" instead of "%li" in printf) Now the big changes: o Things got more object-orientated. This means a far easier implementation of protocols and/or folder types. This made IMAP possible! In the future, a Database plugin _might_ become available o IMAP Support (at least basic) 0.35 --> 0.4 o Deleting message speed has also been imporved. o Reading the messages is _much_ faster now. o Address book has been added. It saves email addresses and names to a Berkeley DB File. o Progress bar for retrieving o Supports CC and BCC o Supports moving and copying between folders o Configurable Font for the mails; default is Courier o Number of Messages is displayed in the statusbar Number of unread E-Mails is displayed as well o You can change the colors of the Unread Messages, the Attachments, the Headers and the quoted text! 0.32 --> 0.35 o Sorting Messages now possible (By Date not yet) o Bugfix: Sometimes the wrong From Address was displayed. Corrected. o Attachment list is closed when reading another email o You can now reply to a mail 0.3 --> 0.32 o Now I use a GtkPaned - which means, you can make the list larger, or the message window. o FIX: SMTP Code works with servers sending greetings longer than one line o Error Handling is being done now for POP3 o Window Size is remembered o Column titles don't disappear when scrolling down... o Password in the Preferences Dialog not displayed any more o Steven Behnke has redesigned the Compose Message Dialog. o Fixed Attachment decoding functions 0.2 --> 0.3 o Mail Sending possible! o Attachments: FULLY SUPPORTED (if they have a filename) The attachment dialog looks UGLY. Should be fixed sometime. o The filename of an attachment is also displayed now o Files are now stored in a Subdirectory under your home directory (.mmc) o While sending mail, error checking is being done now. o You can delete Emails now - watch out, it takes rather much time! o Your From address is remembered when you click send o All functions are accessible via the Menus now o In this release, I began writing a Changelog! 0.1 --> 0.2 o Now we are having a property Dialog! No need to change the source! o Many smaller changes I forgot