
use replyto addresses in databases regardless of whether or not the user is
  allowed to change it - just don't let them change it (allows sysadmins to
  set up info dbs that the user can't override)
check end-of-line chars - some mta's (pmdf) double space text?

pretty up login messages (yellow table cell? (parchment type)) and differentiate between no cookies (no login information) and bad login (login failed)

add <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=utf-8"> in the headers when displaying with mswordview
add an option to view a message (or an attachment) with an arbitrary MIME handler (ie, html, mswordview, whatever)

screen addressbook data better (addslashes()?)

config option for where imp is on the filesystem, to replace all of the ./'s...
use php3_include_path?

random signatures
rule-based signatures


/ - terminate $default->root_url, make these changes all over
note that root_url needs to be / terminated
add a warning that cookies won't work right if one copy of imp is inside a dir that another is in

allow user to pick color schemes. find a way to store several default ones. (style sheets?)
config option to turn off folders completely - should be an option for type of IMAP server

add resume of postponed messages

filters (procmailrc generation?)
allow import/export of addressbook in various formats (pine, mutt, eudora, etc...)

ZeroDiVide:
http://horde-todo.atcjet.net/

mpb:
Fix decoding of MIME headers *again* (got some test data that breaks the current implementation)
Work on encoding of messages that are being sent (currently proclaims to be 7bit only, but passes 8bit chars).
Do some work on internationalization.

rupa:
 experiment with getting all headers at once rather than a single header at 
  a time

cbj:
* optional field for addresses in address book is a 'public' state flag which
  is true or false.  The address can be viewed by anyone in their addressbook
  if it is true (but not changed) and only users with special privileges can 
  add these 'public' addresses (globals).
* ability to create these public addresses online

red:
  Implement a server side addressbook, possibly using the new ACAP standard
  (draft). See http://www.isi.edu/in-notes/rfc2244.txt and
  http://www.ietf.org/internet-drafts/draft-ietf-acap-abook-03.txt

Mike:
Post-2.0:
o  Implement sessions (design pretty much done barring impl. problems)
  o  Use sessions to save sort_by and sort_dir
  o  Use sessions to make sure that composed email is never lost
  o  Use sessions to save messages that were "selected" across mailbox.php3
        pages so they can be worked on as a greater unit

o  Break long header lines into wrapped lines
o  Change "You've got mail" prompt to "Read Message Now?" Yes/No box
o  Name all windows correctly so that IMP can fit inside a Horde frameset happily

Ivan:
  Implement gpg support
  Migrate Contacts section into turba module
   (all other contacts/addressbook/ldap stuff has been moved to turba)

