v1.5.0alfa1              2008-06-05
-----------------------------------
Basically this Mailody is uncomparable with previous versions.
- Switch to CMake.
- Port to KDE4.
- Port to Qt4.
- Port to use Akonadi as a backend.
- Share the signature settings/interface with KMail & co.
- Share the identities settings with KMail & co.
- Use the shared library for sending messages.
- Use the shared library for building/disecting message.
- Removed QCA, this is now done by Akonadi.
- Quick Reply Feature.
- Add support for reading newsgroups.
- Smaller stuff, which include:
  - Smileys as images.
  - Save all attachments feature.
  - Setting to auto hide tabbar.
  - Added extra command line options.
  - System tray is added.
  - Similar User-Agent in send messages as KMail & co.
  - Use QDockWidgets.
  - Email address validation in the composer.

v0.4.1                   2007-02-23
-----------------------------------
- Fix disapearing tabbar when closing the
  tab before last.
- Implement a validity check to catch the 
  situation when a mailbox is recreated.
- Moved AddressBook operations to separate
  class to avoid code duplication.
- Improved context menus.
- Important fix for folder names with
  international characters.
- Fixed loop in shortlist pulldown menu 
  which can cause a system hang.
- Fixed several crashes regarding working 
  with tabs.

v0.4.0                   2007-02-04
-----------------------------------
- Allow an empty startup page.
- The view is now cleared when you delete a 
  message and when you change folders.
- New 'Info' column with a dot. 
  You now need to click it to get the 
  information tooltip.
- New printing routine. 
  Can now print HTML messages.
- Fixed the bug when selecting a new message, 
  the previous message was redrawn first.
- Allow 'New mail..' when no mailbox is selected.
- Fix bug where sometimes words were put together 
  and formatting in pre sections was wrong.
- Improve mailboxlist contextmenu.

v0.4.0-rc2               2007-01-27
-----------------------------------
- Fixed a bug in the parsing of the incoming data
  resulting in random breaking of attachments.
- Fixed the parsing of a broken header.
- Fixed the behaviour of the address line of the
  composer.
- Only quote the text that is selected on reply
  or forward.
- Fixed bug where the message view was not cleared
  when an empty message has to be shown.
- Fixed bug when hovering over a long url, the 
  status bar (showing the url) made the window grow.
- Do not give the warning about closing the composer
  when only the signature has been changed.
- Warn when you are closing Mailody while a composer
  is still open and contains changes.
- Aligned the recipient box better.

v0.4.0-rc1               2007-01-22
-----------------------------------
- Added a short list for email addressess you mail often.
- Fixed a off-by-one bug in the mailbox list.
- Added 'save all attachments'.
- Made it possible to drag files to the composer so they
  will become attachments.
- Changes the viewer from a QTextBrowser to a KHTMLPart.
- Added the possibility to load external images.
- Added shortcuts to the statusbar to switch between
  html/plain and external images/no external images.
- Remap folders below the inbox to top level folders.
- Display urls in statusbar when you hover over them.
- Open urls in new tab when clicking middle mouse button.
- Show website title in tab caption.
- Disabled delete tab button when there is only one tab.
- Made the mailcheck interval configurable.
- Mailcheck of 0 minutes disables mailcheck.
- Fixed various tls/ssl/auth issues for imap and smtp.
- Removed the All mailbox.
- Made it possible to directly enter the subject when
  that is empty on sending.
- Made it possible to mark a folder as a trash folder.
- Made it possible to hide deleted messages.
- Huge optimalisation for large folders.
- Fixed artifacts in the search bar.
- Inbox is now translatable.
- Fancy dates are now translatable.
- Bookmarks are added to the 'Add attachment' sidebar.
- Fixed order in the recent sidebar.
- Fixed several crashes in the identities setup.
- Added signature support.
- Added check mail option in the menus.
- Don't reconnect to imap-server when going to the 
  settings without changing the imap-server.
- Removed the M and T column and use a popup instead.

v0.3.0                   2006-12-24
-----------------------------------
- Add the possibility to resync the folder list.
  This is a new option next to refetch folder list.
- Make it possible to sort a folder with threads 
  based on the date of the youngest item in the thread.
- Added a tab to the composer where you can see the 
  recently emailed addresses.
- For each recent address you can see when you last
  mailed that address and how often.
- Rewritten the display of the headers.
- Better display of redirected messages.
- Flash quick search bar when changing folders.
- Made using tabs more stable.
- Mailbox in the new mail notification is now clickable.
- Added support for multiple identities.
  Now you can work with multiple email addressess and 
  multiple smtp servers.
- Use the KDE default icon set.
- Added posibility to click on mailto: links in a browser,
  when Mailody is the default mail user agent.

v0.2.0                   2006-12-09
-----------------------------------
- Fixes for several imap servers: uw-imap,
  Dovecot, Courier, Microsoft & others
- Several fixes to be more rfc complient
  for smtp and imap.
- Several fixes for SSL and TLS for smtp
  and imap.
- Fixes several crashes related to actions
  which were available at wrong moments.
- The user interface is now more responsive
  when fetching mailboxes or opening large
  mailboxes.
- Fix so a redirected message shows who
  redirected it.
- Fix for a bug where the background of a 
  html messages became sticky.
- Fix resync mailbox so it deletes all
  local messages to prevent ghost messages.
- Support for authentication with smtp.
- Add 'copy' to context menu of addresses.
- Added a warning when trying to send large
  attachments.
- Forwarding attachments no longer mangles 
  filenames
- Properly encode sender address if needed.
- Sent messages are now threaded properly.

v0.2.0-rc1               2006-11-15
-----------------------------------
- Use the fancy dates, similar to KMail
- Select all messages added
- Size column added to headerview
- Almost complete Apidox documentation
- Better attachment handling
- Possibility to view messages in a fixed font 
- Possibility to print a message
- Threading 
- Zoom in / Zoom out
- Middle click opens a message in a new tab 
- Hyperlinks and mailtos are now clickable, also in plain text mode 
- In-reply-to header is now send 
- Warnings when SSL/TLS is not possible, instead of silently doing nothing 
- Honour Reply-to header, so replies to mailinglists are now handled better 
- Fix refresh mailbox list 
- Possibility to mark all messages as read for a folder 
- Make it possible to connect to a custom port number 
- Autocompletion now works on all known email addresses 
- Possibility to Add to KDE addressbook from the composer 
- Left click on an email address in the mainview opens the composer 
- KWallet is no longer needed, if you don't like KWallet, you will be prompted for a password 
- New mail notification 
- Labeling of messages is now prettier 
- Prevent auto-logout by sending a NOOP every 25 minutes 
- Faster loading of the Composer due to reading the Addressbook after Composer is shown 
- Switched to a different socket handler, improves stability when changing servers 
- Implement left/right to browse through the headers, up/down scrolls the message 
- Dozens of small bugfixes / small improvements, not all visible stuff.


v0.2.0-beta1             2006-10-25
-----------------------------------
Current features:
- fetching mail folders and display them nicely
- fetching the headers and disply them non-threaded
- if you are the sender, then it will show the recipient instead
- messages can be viewed tabbed, that means you can read 
  multiple emails and switch between them
- you can reply and forward messages
- it's a text only mail sender. So no html-mails can be 
  send (and that's gonna stay that way)
- of course it is possible to read html-mails parsed
- that includes inline images (not the external ones)
- you can use your addressbook for addressing emails 
  or type addresses
- you can browse your harddisk and attach files to messages
- when you have associated pictures in your addressbook, 
  it will show them when you read a message from that person.


v0.0.1
-----------------------------------
- Initial alfa

