commit: imp index.php login.php mailbox.php message.php
redirect.php imp/docs CHANGES imp/lib IMP.php
imp/templates/mailbox navbar.inc
chuck@horde.org
chuck@horde.org
22 Jan 2001 18:25:43 -0000
chuck 2001/01/22 10:25:42 PST
Modified files:
. index.php login.php mailbox.php
message.php redirect.php
docs CHANGES
lib IMP.php
templates/mailbox navbar.inc
Log:
- fix a problem with the forms in mailbox.php that I introduced last night
- always redirect the user either to the mailbox (if they have a valid
session) or the login page (if they don't).
- handle incorrect requests for message.php (for instance with no
parameters) or requests that fail (if the mailbox changed, for instance)
by redirecting back to the mailbox and displaying an error message.
Revision Changes Path
2.49 +2 -2 imp/index.php
2.96 +14 -12 imp/login.php
2.246 +11 -5 imp/mailbox.php
2.197 +8 -3 imp/message.php
1.7 +14 -10 imp/redirect.php
1.266 +2 -0 imp/docs/CHANGES
1.133 +8 -5 imp/lib/IMP.php
2.29 +9 -9 imp/templates/mailbox/navbar.inc