2012-08-15 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Issue #1338368 by hefox, aiwata55: Changed how access
    permissions are checked in hook_menu().
    Issue #1589092 by hefox: Fix drupal_strtoupper being run on string instead
    of variable.
    Changed copy to self functionality to actually send to self.
    Changed the way the server string is created to always force a port number
    of 143, if no other was specified.
    Issue #1580720 by hefox: Change watchdog messages to not depend on the
    access permission of the user who is generating them.
  * basic_webmail.install: Implement hook_requirements.

2011-05-04 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Added missing 'global $user;' to two functions, per
    Leksat on issue http://drupal.org/node/1144588.
  * CHANGELOG.txt: Fixed some misspellings.

2011-02-07 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Added missing required parameter for three form
    functions.

2011-01-17 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Changed the order of the parameters of a function
    call to eliminate an error when attempting to re-show a message that was
    replied to.

2010-10-05 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Removed reference to max_file_uploads, as it's only
    in newer versions of PHP.
  * translations/basic_webmail.pot: Created and added to project.

2010-09-30 Jason Flatt drupal@oadaeh.net
  * basic_webmail.module: Changed the _basic_webmail_send_mail_form() function
    parameters to correctly conform to a Drupal form function.

2010-09-14 Jason Flatt drupal@oadaeh.net
  * basic_webmail.info, basic_webmail.install, basic_webmail.module: Completed
    the initial port to Drupal 6.x.

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 anomalies.

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
