------
v2.2.0-pre4
------
BUG: Fixed Nynorks-Norwegian (Roy-Magne Mo<rmo@www.hivolda.no>)
BUG: Fixed postgresql functions (iem)
BUG: Fixed several lynx issues (index, compose, menu, mailbox) (IEM)
BUG: large mailbox issues should be fixed now
BUG: from_server issues should be fixed (using from_server instead of localhost
BUG: Fixed a minor tabindex problem with server lists
BUG: attachments now work again
LANGUAGE: Estonian now available (Jaanus Toomsalu <jaanus@matti.ee>
LANGUAGE: Finnish now available (leo.jaaskelainen@kolumbus.fi)
LANGUAGE: Czech now available (Petr Cech) <cech@atrey.karlin.mff.cuni.cz>
CLEANUP: some IE3 html cleanup (stewart)
CLEANUP: cleaned up ldap code (use of imap_rfc822_write_address) (chuck)
CLEANUP: 100% magic quotes free
ADDED: sort order buttons (nice little arrors)
ADDED: several new ISpell language checking (danish, etc..)
ADDED: now prints a message telling you that a mailbox is empty (jon)
ADDED: documentation on per directory phplib configuration (prepend, etc..)
ADDED: empty mailbox message 
ADDED: better javascript error checking added to contacts form (chuck)
ADDED: Adding screen size changes
CHANGE: moved documentation into docs/ subdirectory to cleanup main tree
CHANGE: removed config/examples directory.  (using .dist files instead)


------
v2.1.3
------

CHANGE: Changed all of the SQL scripts to use "horde" db instead of "imp" (jch)
CHANGE: Fixed German translation bugs in the newuser start file (jch)
CHANGE: All locale/ strings default to English ('en') now.  If another language is selected, it will be loaded on top of the English strings.  This should solve the problem of some localizations missing a string here and there. (jon)
CHANGE: The top and bottom mailbox listing navbars are now symmetrical (jon)
CHANGE: removed deprecated Errors-To: header (cjh)
CHANGE: Changed X-Mailer to User-Agent (ref: draft-ietf-usefor-article-02) (jon)
CHANGE: Removed some more unused files and cleaned up build scripts accordingly. (cjh)
BUG: LDAP searches can now be against fields other than 'cn'
BUG: Fixed the folders screen and some mailbox listing code
BUG: Changing languages now refreshes login screen under Internet Explorer
BUG: Fixed small bug with $to_domain and empty address strings (jon)
BUG: Misinterpretted result from imp_get_lang() fixed <rmo@www.hivolda.no>
BUG: Mime-encoded headers are now handled much more consistently. There *shouldn't* be issues with these left. Please report any you find.
BUG: Quoted printable messages are now decoded when being forwarded and replied to.
BUG: Fixed French and Brazilian Portuguese language problems
BUG: Fixed a bug when forwarding without a from address <alan@halachmi.net>
BUG: Fixed a bug opening contacts window on compose page
BUG: Fixed violation of the spec for URL when downloading files with name spaces
BUG: Fixed a misidentification of Microsoft web browsers
BUG: Fixed a missing </TABLE> tag breaking menu positioning
BUG: Bouncing a message doesn't ruin attachments anymore
BUG: Correctly handles missing subject when you forward mail
ENHANCEMENT: added support for cascading stylesheets (jon)
ENHANCEMENT: fix for extremely long folder names in select.php3 (jon)
ENHANCEMENT: added the option to hide deleted messages from mailbox listing (jon)
ENHANCEMENT: syslog stats courtesy of Michael Smith <michael@csuite.ns.ca>
ENHANCEMENT: Forwarding a message with attachments sends the attachments along, and you can also delete parts if you wish.
ENHANCEMENT: Unknown browsers are simply asked to send info; IMP assumes that they work
ENHANCEMENT: Multiple compose windows are now supported
ENHANCEMENT: Added a simple cron.daily file that will clean up stranded attachments
ENHANCEMENT: Changed setup's defaults to be more for internal-use sites
ENHANCEMENT: Sybase support has been added to IMP <slack@cc.utah.edu>
ENHANCEMENT: new $default->to_domain tacked onto bare compose addresses
ENHANCEMENT: Login language pull-down can now be disabled (jon)
ENHANCEMENT: Debian package build scripts included
ENHANCEMENT: Sent-mail now marked as read (\\Seen)
ENHANCEMENT: New Danish locales
ENHANCEMENT: Norwegian language support - Hans Morten Kind <Kind@it.uib.no>

------
v2.1.2
------

cjh: whomp. here we go.

Biggest change: session support through dbm files. YOU MUST touch the dbm
file (by default imp/lib/sessions) and give the webserver user read/write
permissions to it (actually, you don't have to create it if the webserver
has write access to the lib/ directory).

I've tested this will everything I can think of - server list, languages,
every page, etc. I think it works. I probably missed something. So please,
pound on it, fix it, make suggestions.


Also: I've taken a lot of cruft that wasn't being used out. imp.lib was
under 1000 lines for the first time in a while after this! I may prune more
v2 stuff if it's not used soon; that would trim us even more. I didn't trim
a whole lot from horde.


Cosmetic: the 'check inbox' option on the menu is gone (should probably
remove the lang strings - haven't done that) and it's replaced with a cute
little reload graphic at the top left of mailbox pages that lets you refresh
any mailbox that you're in. this is more consistent from a ui point of view.


Everything else: reformatting, minor changes/fixes/etc. Nothing noteworthy
enough to remember off of the top of my head.


To do: dump the mailbox_list functions into the new ImapSession object, or
*at least* rewrite them to take advantage of the new namespace objects that
are available. I haven't touched this one yet.

Comments?

------
v2.1.1
------

Enhancements:
  * Imp now undestands French (thanks to Mathieu Clabaut <clabault@multimania.com>)
  * Attachments are now indicated with a paperclip in the regular status column
  * New mail for each folder is listed in folder listing
  * You can configure the "from" server on a per-server basis w/servers.php3 now
  * Imp has help links in the contacts window
    
Bug Fixes:
  * Fixed a bug in the contacts that was causing Javascript errors
  * Fixed bug in forward mail case with mail that was missing headers
  * Fixed a bug where replying to mail caused errors and warnings
	
------
v2.0.3
------

There were a bunch of changes, but nobody updated this file

-------------------------
New and notable in 2.0.1:
-------------------------

Several pieces of IMP have been moved into the Horde module.  They include the
signup feature, problem reporting, the help functions, and faq management.

A new motd feature has been added.  You can now use the file called MOTD.html
and put in information you want shown under the login screen.  This file sits 
in the config directory.

Extendable menus.  You can now easily add menu items by adding items to the
menu.txt file which resides in the config directory.

You can now set your session language at login.

A "new-user information" piece has been added to the login screen.  This 
function provides new users with some basic background on using IMP.

A function was added to the compose window which does not allow you to send
a piece of email if you have browsed a file attachment but haven't attached
it yet.

Help items were added to the compose window.

Fixed several issues with multiple read/write imap openings. Now only
calls that require read/write use read/write.

Fixed multiple append trailer/footer bugs.

Localized the setup.php3 process.

Updated lynx pages so lynx works again with IMP

