Cc: , spage@kanina.freeserve.co.uk
- can't reproduce this
02/07/2001
==========
T/C/B links on abook_list/abook_search pages now To/Cc/Bcc
Extra checks on form input into abook_entry...
Sort out HTTP headers in response
Current situation is overkill
- DONE. Mozilla caches regardless :(.
Extra user options:
Display HTML mail
Display text/plain that start as HTML...
DONE
cmd_display(), cmd_reply2() and cmd_forward1():
All call ml_fetchbody(), then immediately set initial_msg[len] = '\0';
- is this safe?
- better way to do this?
- factor out common code
- Made all consistent.
- Sufficient space is allocated, so string[len] = '\0'; can't hurt?
Postpone message with attachments:
Attachements get lost?
- can't reproduce
Fix | problems in mailbox etc screens
- Possible to define single mailbox "class" that calls back defined
routines to fill in the skeleton.
- appears to be sorted now.
29/06/2001
==========
Replace list_add, list_remove with:
list_push, list_pop, list_shift, list_unshift
- use unshift in filter menu
Fix frame use: init2 shouldn't be visible!
Reverse sort toggle
28/06/2001
==========
cmd_list: Trailer banner not correct if mail folder empty.
Display HTML inline with links
Need to do this carefully to remove scripts
Any conventions about correct way to do this?
- steal code from sqwebmail which appears to have the right ideas.
- DONE
Need to improve html_secure_strip_all()
- replace with html_to_text fn that strips all tags,
and can translate <&> style codes!
- DONE
27/06/2001
==========
sp253 bug reports:
June 07 - problem with Addressbook Entry
regrettably not reliably reproducible
After a series of actions, e.g. adding and deleting
entries, there comes a point when an attempt to add
an entry fails quietly - i.e. after the Add/Update entry
button is used the user is returned to the Addressbook list
screen but the new entry has not been added
June 07 - possible enhancement
don't let the buggers add an address entry without an
alias part.
June 19 - HTML buglet - Address Search
two
June 19 - I would like to add some general words of wisdom somewhere
along the lines of if you don't logout and the session times
out you'll lose any changes you made to addressbook or options.
Could be somewhere general or could be on options and
addressbook entry pages. Latter easier owing to handy links
already there. General location would also be nice - where?
June 21 - bug in novice message list screen - remove "Mark" td in tr
June 21 - with frames off I still get a target=_top assoc with Logout
Options screen
June 22 - problem with changing password. After an initial couple
of deliberate mistakes entered correct current and valid
new. After selecting Change Password the session "hung"
in the sense that the only action accepted was to use
the "Stop" button in Netscape.
An accountd was started on prism at the time at which
the Change Password button used
sp999 15271 5250 0 12:27:38 ? 0:00 ./accountd --daemon
June 25 - Message list screen. If "Mark All" selected, then "Zoom" should
not appear
June 25 - small buglet in message listing - to do with division of
number of messages in mailbox by number you want to list?
Scenario:-
Start with listing 20 messages
Take a mailbox with 20 messages in it.
Change to listing 10
Using the Prev/Next/First/Last buttons will only show you
1-10 and 20 (it is not possible to list 11-19)
There is a subtly different thing if you change to, say, 9 or the
default 12 messages per screen, the movement through the
mailbox using Prev/Next/First/Last is:-
- choosing 12 messages lists 1-12 and 12-20 (rather than 13-20)
- choosing 9 lists 1-9, 9-17, 18-20
June 25 - stray (control) characters in "ACTION=" in forms. Unfortunately
I can't trace when/how this started but I am now noticing it
every time I View Source or save a page, e.g. in
mailbox list screen
(not maybe the most useful bug report :-( )
FIXED: Actually stray |