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