AeroMail

Version 1.0

* Initial release

Version 1.02

* Added support for Cyrus IMAP servers
* Changed all extensions on .php files to .php3
* Added variables to store server type, server suffix, redirection URL
* Fixed imap_sort() problem when sorting on zero messages
* Added Readme, Changes, and License files

Version 1.10

* Added support for reading attachments
* Attached images are displayed inline
* MIME messages are broken up and displayed by part
* Added support for sending attachments
* URL's in message body are converted into links
* E-mail addresses in body are converted into links
* Encoded header lines are decoded
* Fixed display of quoted-printable text

Version 1.20

* Error trapping added when moving and no messages are selected
* Added Reply All and Forward functionality with message quoting
* Added Delete button on the message display screen
* Improved login process with multiple chances to login
* INBOX is always forced to refresh

Version 1.26

* Multi-language support added
* Configurable user interface added
* Bugfixes when from or to field is not present

Version 1.30

* Multi-language support improved
* Themes support improved
* Re-Login button added
* Message selection button added
* Fixed problem with folders/attachments that have spaces
* Changed all <? tags to <?php

Version 1.40

* Added support for genericstable sendmail routing
* Switched all file extensions to .php
* Now PHP4 compatible
* Added message count per screen
* New look and feel

Version 1.45

* Various Security patches (thanks to metaur@prontomail.com)

Version 1.46 - Dion Nicolaas

* folder.php: Multi-language bug in header fixed
* Made folder management optional
* Changed color of message body background in message.php

Version 2.00 - Dion Nicolaas

* Fixed HTML errors and made it consistent accross pages
* Included HTML templates
* Made the HTML more CSS based
* Added general "Aeromail version" signature to each page
* Fixed some theme bugs
* Fixed e-mail address display to contain real address after nice name
* Added leading > signs to reply and forwarded message
* Changed $CONSTANTs to defined CONSTANTs
* Fixed dependency on JavaScript, and removed some gratuitious use of it
* Added sorting on columns in message list
* Added inline decoding of received base64-encoded HTML messages
* Added language-specific date format
* Added received message conversion to UTF-8
* Fixed MIME display support to also display subordinate parts
* Added inline display of cid: images in HTML messages
* Improved handling of multipart/alternative messages
* Added optional keeping of deleted messages in Trash
* Fixed a bug in returning to folder after sending
* Added more consistent navigation
* Moved message-related buttons to the bottom
* Changed sending messages to use UTF-8
* Added optional basic spam flagging

Version 2.10 - Dion Nicolaas

* Fixed handling of quoted-printable attachments
* Fixed behaviour when 'iconv' is not available
* Fixed defunct Sent date sorting in Sent mail folder
* Fixed broken 'refresh page'
* Changed inline display of images to try every file with mimetype image/
* Added conversion from text/enriched to HTML
* Added 'To' column in message list
* Fixed a bug that caused incorrect attachment names in Save dialog
* Added user name in title
* Fixed a bug with full e-mail addresses in compose

Version 2.20 - Dion Nicolaas

* Added bold display of unread messages
* Fixed some UTF-8 conversion bugs
* Improved attachment handling using dparameters array

Version 2.21 - Dion Nicolaas

* Fixed bugs when sending mail to addresses with " in it
* Fixed some invalid HTML
* Fixed sendmail options: single dot on line truncated qprint encoded messages

Version 2.22 - Dion Nicolaas

* Fixed make_clickable to follow RFCs (especially to exclude trailing '>')
* Added support for sloppy URLs like aeromail.nicolaas.net/index.php
* Fixed possible odd behaviour by moving Subject header up (vectormail)
* Improved local addressing
* Improved CSS so sizes are relative
* Some HTML tweaks
* Made whole line bold for new messages, through CSS
* Limit spam check to unread messages for speed

Version 2.23 - Laird Bedore

Functionality:
* Added support and configuration for SSL-encrypted IMAP servers
* Enhanced FORCE_FROM to work with systems where the mail domain is 
  different than the IMAP_SERVER value - can optionally configure the 
  SERVER_SUFFIX variable, if different than IMAP_SERVER
* Enhanced local addressing and save-to-sent-items to also use the 
  SERVER_SUFFIX if defined
* Fixed an infinite loop generated by some inline images
Cosmetics:
* Tweaked the font sizes for better-emphasized readability, forced the
  date and size fields to never line-break.
* Adjusted the table layout to adjust to the size of the data first, then
  adjust to the size of the screen afterwards
* Tightened display padding in tables to fit better in small browser windows
* Changed background color of table.main (the lines inbetween table cells).
  Looks much better on all themes.
* Added missing body style information, greatly simplified the automatic
  centering and bordering of the mail table
Features:
* Added option to hide the To: field if it is not desired on folders other
  than the sent items folder.
* Added option to force word-wrap when displaying plain text
* Added option to display shorter email address field for addresses that
  have the "personal name" defined
* Added option to get rid of duplicate INBOX folder for some IMAP server
  configurations
