Added basic framework for plugin support. Very little code so far. Two
[squirrelmail.git] / TODO
diff --git a/TODO b/TODO
index f252d0ed387c46edd50fd18f2244edbe457503bd..891bb23d541b06b444a8a3828511c9f46c7c856a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,19 +4,21 @@ Ideas to be implemented
 initials = taken by that person
 
 (pl?)   Importing of address books
-(nre)   Use PHP4 Session management, get rid of cookies
   -     Make it possible to save preferences in MySQL DB or on Filesystem
   -     Configurable headers shown on the message listing, like:  cc, to, etc
   -     Filters
   -     Better inline HTML support including graphics (content-disposition)
-  -     Rewrite of mime.php (see Gustav before any work is done)
-  -     Make Location redirects absolute rather than relative (index.php)
   -     Foreground themes
-  -     When deleting or moving messages (empty trash too), go back to the 
+  -     Configurable so that after login, you go directly to INBOX
+(glp)   When deleting or moving messages (empty trash too), go back to the 
             list for the mail box you were looking at without having to click
             a link
 (mcp)   Spell checking
-  -     Search mailbox(es) for given criteria
+(ssg)   Search mailbox(es) for given criteria
+  -     Remove subject and body requirements in Compose
+  -     Select multiple Unsubscribe/Subscribe folders at one time
+  -     decodeHeader on to_ary, cc_ary, and filename
+  -     Decode folder names for non-standard characters
 
 
 Finished:
@@ -34,3 +36,6 @@ Finished:
 (nre) (16.4.00)  Cache the sorted messages in mailbox and use that for navigation inside
                  of mailbox (next 25, prev 25, etc.)
 (lme) (21.4.00)  Configure script
+(lme) (18.6.00)  Background highlighting messages in list based on header criteria (like pine 4.2x)
+(lme) (18.6.00)  Fix conf.pl script and add more error checking so it doesn't throw parse errors
+(lme) (21.6.00)  Rewrite of mime.php (see Gustav before any work is done)