Added "List all" button to javascript address book.
[squirrelmail.git] / ChangeLog
CommitLineData
cf59dc94 1Version 0.5pre1 -- DEVELOPMENT
2------------------------------
9d157cec 3- Added support for message highlighting
db673aae 4- Moved Address and Send buttons on Compose form for easier access
50da5cec 5- Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
cf59dc94 6
7
8Version 0.4 -- May 15, 2000
9---------------------------
80faa2d5 10- If subject is blank, displays "(no subject)"
11- Fixed a few minor bugs and typos reported to list
349ca9f7 12- Changed <? to <?php in a few places
13
14Version 0.4pre2 -- May 5, 2000
a8194730 15------------------------------
ecf51658 16- Replying sets the "Answered" flag on the original message
17- When message is sent, it sends you to the folder you were looking at.
acaa9842 18- HTML based address book search
a871010c 19- Made folder listing look first at subscribed folders, making it
ecf51658 20 faster, even if you don't have $folder_prefix set.
a871010c 21- Fixed some bugs with default sent and trash folders
22- Fixed some bugs with folder manipulating
a8194730 23
3b3d853f 24Version 0.4pre1 -- April 29, 2000
25---------------------------------
26- For speed's sake, unseen messages are only noted on INBOX in left
27 folder list. This will change with 0.5.
28- Optomizations, fewer IMAP calls, more efficient sorting algorithms.
be8e07f8 29- Fixed all bugs listed in BUG
30- When inside the Sent folder, it displays "To" instead of "From"
0ac6fb02 31- Added ability to go to Next and Previous message while reading a message
32- Caching of the message headers in mailbox (much faster)
4e0295b2 33- Added a preference that allows users to customize how many messages
34 they see when they index a mailbox
d65ba808 35- Added flag status showing on message list (Answered, Flagged, and Seen)
84439367 36- Now using PHP session management
175e7218 37- Parsing the body for URLs and Email addrs
43fcef5c 38- Added option to configure default folder directory. ie: ~/mail
3a3b5826 39- Configuration script added: config/conf.pl
73c82cca 40- Addressbook with LDAP support
a3886f39 41- Big speed improvements with folder listing
4debe366 42- Added Subscribe/Unsubscribe to folders
bbd30ac8 43- Fixed bug in UW that didn't mark unseen messages
e5370d43 44- Saving sent messages into $sent_folder
d17b1a71 45- It doesn't bail out if PHP wasn't compiled with --with-gettext.
46 It only uses english in this case.
bdeb5293 47- Added support for Cyrillic (thanks to Artem Botchkov for help)
8c086db6 48- Included information on Russian Apache from Konstantin Riabitsev
6441f7c6 49- Honoring charset parameter for the body.
a9eed94d 50- Changed the way emptying of trash was done to work better
51 across different IMAP servers
d17b1a71 52
53
ecf51658 54
d17b1a71 55Version 0.3.1 -- March 13, 2000
56-------------------------------
57- Fixed a bug that didn't allow downloading of attachments
58
ebb42164 59Version 0.3 (final) -- March 10, 2000
60-------------------------------------
61- Fixed bug in smtp.php and made sending RFC complient
c973661d 62- Fixed a bug that wouldn't let you rename folders with UW server.
63- Other minor bugfixes
64
65Version 0.3pre2 -- March 5, 2000
66--------------------------------
37ea6f44 67- Rewrote folder deletion. It works much more flexably now.
b5d86033 68- Fixed message deletion that didn't always delete the right messages.
69- Removed font tags
7973444b 70- Better character translation, especially for i18n
71- Added the choice of language as a user preference
72- Bug fixes, bug fixes, bug fixes
73- Fixed bugs in message moving and deleting
4ca45d7b 74- Rewrote all IMAP functions from scratch
75
76Version 0.3pre1 -- February 17, 2000
77------------------------------------
cb8dd416 78- Added user-specific preferences including:
79 Full Name (for outbound messages)
80 Reply-to address
81 Theme
82 Move messages to trash option (true/false)
83 Wrap incoming text at XX characters
84 Editor window size (in characters)
ac2f88c7 85 Time between reloads of the left folder list
86 Signature
cb8dd416 87- Rewrote SMTP functions. It now works and handles error correction.
838f9159 88- Only folders that you're subscribed to will be listed
89- Fixed a bug in outbound messages that translated " into \"
c741cd09 90- Added themes in distribution (7 total)
9295b1ed 91- Added option to send email via sendmail rather than SMTP
60ee701b 92- Increased speed of viewing folder by date about 25%, and viewing the folder by
93 Subject or Sender by up to 100%.
ffc2ccbc 94- Added internationalization
95- Added sending of attachments
ac2f88c7 96- Left folder refreshing at intervals (with META tags)
cb8dd416 97
98
99
4ca45d7b 100
78509c54 101Version 0.2.1 -- January 05, 2000
102---------------------------------
103- Rewrote how MULTIPART messages were handled and made it recursive
104- We now take into account the encoding type rather than guessing
105- Redesigned how attachments are displayed
106- Fixed the bug that wouldn't let you send messages (I hope)
107- Added a "download message" option
108- Added a plain text viewer for text messages
109
8dc0fb27 110Version 0.2 -- January 02, 2000
111-------------------------------
4809f489 112- Attachment support (much better MIME support in general)
97be2168 113- Themeable support replaced Custom Colors. Themes are pluggable.
8dc0fb27 114
115
cb8dd416 116
4ca45d7b 117
8dc0fb27 118Version 0.1.2 -- December 20, 1999
119-----------------------------------
0f1835f3 120- Date translation to local time
8dc0fb27 121- Rewrote folder fetching code universally
122- Added attachment detection (no downloads yet)
123- Fixed many minor bugs that were reported
0f1835f3 124
125Version 0.1.1 -- December 16, 1999
126-----------------------------------
127- Reworked all the IMAP functions to make them RFC 2060 compliant
128 (should work with all IMAP servers)
129- Added color customization
130- Sorted folder list (on left bar)
131- Added MUCH better error correction and notification
132
d92b6f31 133Version 0.1 -- December 14, 1999
134--------------------------------
135- Message composing (with to, cc, bcc)
136- Message viewing, including HTML messages
137- Basic MIME support, no attachments...yet
138- Message sorting by Date, Name, or subject
139- Folder manipulation (deleting, creating, moving, and renaming)
140- IMAP email (currently only Cyrus IMAP server has been tested)
141- Many other features that are basic email functionality