$Id: CHANGELOG.txt,v 1.1.2.15 2010/09/14 22:53:47 oadaeh Exp $

2010-08-31 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Set the default custom date format to be the one
    that was originally hard coded.
    Updated two areas I forgot when changing from the format option from int
    to string.
    Added the administration option of configuring the length of the subject
    in the message list.
    Shrunk the text fields that only held short strings.

2010-08-30 Jason Flatt drupal@oadaeh.net
  * basic_webmail.install: Made variable removal encompassing during uninstall.
  * basic_webmail.module: Added a work around because there is a bug in some
    versions of PHP that returns strings converted with the imap_utf8()
    function in all upper case letters. http://bugs.php.net/bug.php?id=44098
    Pulled date processing of message list out into its own function.
    Added option to specify how the date is displayed on the message listing.

2010-08-27 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Added a fix for dealing with date anomoles.

2009-04-08 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Per laghalt on issue http://drupal.org/node/253458,
    hopefully fixed improper character encoding.

2008-07-20 Jason Flatt drupal@oadaeh.net
  * po/basic_webmail.pot: Added.
  * basic_webmail.module: Fixed erroneous uses of t().

2008-04-18 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Added a check for the PHP version when calling
    imap_open().

2008-04-15 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Added autocomplete feature for automatically
    looking up e-mail addresses of existing users when composing messages.

2008-04-06 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Clean up based on the Code Review module and the
    ./code-style.pl script: Cleaned up some white space. Changed variable
    array keys from [count($stack) - 1] to [$stack_count].

2008-03-27 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Set the defalts for $n_retries of imap_open to 1
    (and $options to 0, since it's before the other) based on this comment
    and my own difficulties connecting to Gmail: 
    http://us3.php.net/manual/en/function.imap-open.php#78097.

2008-03-20 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Modified code in the update case of hook_user()
    where e-mail settings were getting erased when not specified.
    Changed the order the username and password are saved to the database.

2008-03-16 Jason Flatt drupal@oadaeh.net
  * Gave it an official version tag.

2007-12-11 Jason Flatt drupal@oadaeh.net
  * Initial release
