sorting of addressbook_search fixed, thanks to the patch of Cor Bosman (xs4all)
[squirrelmail.git] / ChangeLog
1 **************************************
2 *** Squirrelmail Stable Series 1.2 ***
3 **************************************
4
5 Version 1.2.1 -- 25 December 2001
6 ---------------------------------
7
8 - Fixed the bug that made the folders page appear only half (#496604)
9 - Fixed the motd bug not allowing ' (#496616)
10
11 Version 1.2.0 -- 25 December 2001
12 ---------------------------------
13
14 - Collapsible Folders
15 - The Paginator!!!
16 - Hundreds of UI Tweaks
17 - Message Drafts
18 - Rewrite of much of the options pages
19 - Multiple identities
20 - Reply Citations
21 - Better Attachment Handling
22 - Integration of Several Plugins into Core Code (including xmailer,
23 attachment_common, paginator, priority, printer_friendly, sqclock)
24 - Ability to mark messages as Read/Unread
25 - New themes (including a Christmas theme, and several changing themes)
26 - Rewrite of much of the options pages code
27 - Improved support for newer versions of PHP
28 - Message lists can be shown with alternating colors for easier reading
29 - Can include/exclude yourself when using the "Reply All"
30 - Message highlighting comes with dozens more easily accessable colors.
31 - Option to set the "Priority" of the message(Normal/High/Low)
32 - Now able to show all messages of an inbox at the same time.
33 - Cleanup of the paginator code, improving display style
34 - Cleanup of configuration file code, a bit
35 - Introduction of sent_subfolders plugin as Official Plugin
36 - Bugfixes..and more Bugfixes!
37
38
39 ***************************************************************
40 *** Squirrelmail Development Series 1.1 and 1.1 Pre-Releases ***
41 ****************************************************************
42
43 Version 1.2.0-rc3 -- 2 December 2001
44 ------------------------------------
45 - Speed improvements and optimizations on much of the code
46 - Comments added, formatting cleaned up for much of the code
47 - Several plugins integrated into the Squirrelmail core
48 (focus change, attachment common, printer friendly, etc)
49 - Several plugins added as "Official Plugins" to the main
50 Squirrelmail distribution
51 - First half of a rewrite of the option pages code
52 - The Paginator!!!
53 - Other stuff that I don't recall (developers, please fill this in!)
54
55 Version 1.1.3 -- (never really released)
56 ----------------------------------------
57 - Added major speed improvements to IMAP functions by our
58 friends at XS4ALL
59 - Fixed MOTD
60 - Fixed multipart/alternative messages
61 - Updated Dutch translation
62 - Added Indonesian translation
63 - Added Portuguese (Portugal) translation
64 - Added language aliasing
65 - Added Turkish translation
66
67 Version 1.1.2 -- May 21, 2001
68 -----------------------------
69 - Many bugs squashed
70 - Several UI tweaks and improvements
71 - Added option (3 -> 14 in conf.pl) to auto create sent and trash folders.
72 - Updated Czech translation
73 - Support for multiple identities
74 - Support for Russian Apache removed. It is now deemed easier to just
75 turn off Charset Recoding in the Russian Apache config. See the file
76 doc/README.russian_apache
77
78 Version 1.1.1 -- April 30, 2001
79 -------------------------------
80 - Added built-in support for gettext if compiled support isn't available
81 - Made validate.php include a few more standard things
82 - Corrected a bug when sending an email properly
83
84 Version 1.1.0 -- April 21, 2000
85 -------------------------------
86 - Added option to have signout page redirect to another page (patch from
87 Scott Bronson) This can be configured in conf.pl (Org Prefs)
88 - Much improved SMTP error handling (patch from Jeff Evans)
89 - Preferences are now cached instead of read in every page load.
90 - Improved URL parser
91 - Added ability to read HTML messages by default instead of plain text
92 (Display Options)
93 - Added authenticated SMTP server support (configure in conf.pl)
94 - Rewrote attachment handling code in compose.php
95 - If aliases are typed in To, Cc, or Bcc, they are automatically looked up
96 in the addressbook and converted to the associated addresses.
97 - Added collapseable folder listing (an option that can be turned on in
98 Folder Options)
99 - Added alternating row colors to improve interface (Display Options)
100
101
102 **************************************
103 *** Squirrelmail Stable Series 1.0 ***
104 **************************************
105
106 Version 1.0.6 -- April 19, 2001
107 -------------------------------
108 - Reworked validation for each page. It's now standardized in validate.php
109 - Fixed login bug that resulted from 1.0.5 security updates
110 - Fixed plugin incompatibilities that were introduced in 1.0.5
111 - Added more security checking to preference saving/loading
112 - Updated German translation (thanks to Ronald Bauerschmidt <rb@debian.org>)
113 - Updated Finnish help files
114
115 Version 1.0.5 -- April 17, 2001
116 -------------------------------
117 - MAJOR security issues addressed. Please upgrade as soon as possible.
118 - Downloading attachments should work better due to a tip by Ray Black III.
119 - Fixed bug with drop-down folder list not containing INBOX
120 - Added Swedish help files Teemu Junnila <teejun@vallcom.com>
121 - Added Italian help files Antonetti Roberto <antonr@piceniaweb.com>
122
123 Version 1.0.4 -- April 9, 2001
124 ------------------------------
125 - Fixed some bugs with folder creation
126 - Security fix for UW IMAP server to disallow folder paths outside of
127 $folder_prefix
128 - Some problems with header encoding/decoding fixed
129 - Made subject column take up whatever width is available
130 - Added bcc to html addressbook search
131
132 Version 1.0.3 -- March 9, 2001
133 ------------------------------
134 - Many i18n enhancements/fixes
135 - Fixed bug with default theme path being set incorrectly
136 - Fixed problem when sending/forwarding multiple attachments
137 - Made folder drop-down list consistant in look to the other drop-downs
138 - Fixed problem where some attachment filenames would not be displayed
139 - Added Finnish help files by Teemu Junnila <teejun@vallcom.com>
140 - Updated Norwegian translation
141 - Updated Brazillian Portuguise translation
142
143 Version 1.0.2 -- February 8, 2001
144 ---------------------------------
145 - Added a workaround for RedHat's 4.0.4pl1-3 binary package (It's also
146 the same workaround for Konqueror and other PHP installations?)
147 - Select All works through the search
148 - Better escaped string handling from POST variables
149 - Many more code cleanups and optimizations
150 - Added Hungarian translation by Teemu Junnila <teejun@vallcom.com>
151 - Added Icelandic translation by Karl HeiĆ°ar" <karlh@macho.is>
152 - Updated Taiwan translation
153 - Updated Sweedish translation
154 - Updated Finnish translation
155
156 Version 1.0.1 -- February 1, 2001
157 ---------------------------------
158 - Improved the way sqimap_read_data() is handled
159 - Sped up "no sorting" even more
160 - Fixed problems with sending messages
161 - Fixed some pass-by-reference calls that caused problems with newer
162 PHP versions
163 - Fixed bug that didn't display last folder subscribed to
164 - Removed requirement of PHP 4.0.1 for array_unique() function
165 - Removed unnecessary echo statements by breaking out of PHP
166 - Changed evaluation method from using " to ' for speed improvements
167 - If no plugin array set in config.php, now handled correctly
168 - If subject is > 55 chars, trims it and puts "..." in message list
169 - Hundreds of minor changes to remove all verbose PHP warning messages
170
171 Version 1.0 -- January 30, 2001
172 -------------------------------
173 - Updated config_default.php to include attachment_common plugin
174 (now in distribution)
175 - A few minor speed improvements
176 - Fixed problems in sqimap_read_body(), made it more reliable
177 - Added French translation of help files by gore K <gore_k@ymca-cepiere.org>
178 - Added Finnish translation by Teemu Junnila <teejun@vallcom.com>
179 - Updated Sweedish translation
180 - Updated Russian translation
181
182
183 ********************************************************
184 *** Squirrelmail Development Series 1.0 Pre-Releases ***
185 ********************************************************
186
187 Version 1.0pre3 -- January 22, 2001
188 -----------------------------------
189 - Fixed some "Select All" bugs
190 - Finally fixed the IE/SSL download problem!!
191 - Added Danish translation by Claus Rasmussen <claus@webclaus.com>
192 - Updated Spanish translation
193 - Updated Polish translation
194 - Updated Taiwan translation
195 - Updated Czech translation
196 - Updated Korean translation
197
198 Version 1.0pre2 -- January 15, 2001
199 -----------------------------------
200 - A number of security fixes
201 - Replaced error messages with better, formatted, and meaningful messages.
202 - Fixed "reply all" so that it works intelligently now
203 - Made deleted (but not expunged) messages easier to detect (only if
204 $auto_expunge = false)
205 - Fixed bug that didn't display size correctly in search results
206 - Major memory management and speed improvements with downloading of
207 attachments
208 - Made $auto_expunge variable actually do something
209 - Fixed bug that didn't display login failure message
210 - Fixed minor bug in sqimap_mailbox_list
211 - Added sqimap_capability function to check capabilities of server.
212 - Rewrote sqimap_get_delim to use NAMESPACE capability (if available) to
213 get delimiter.
214 - Added Catalan translation of Help documents by Josep Sanz <jsanz@fa.upc.es>
215 - Added Taiwan translation by "ching" <ching@kiwa.com.tw>
216
217 Version 1.0pre1 -- December 14, 2000
218 ------------------------------------
219 - Fixed bug in sending messages with a blank line with a "."
220 - Folder displays have been changed to be more readable in drop-down lists
221 - For security, login verification happens, then we're redirected to
222 webmail.php
223 - Folder sorting now case insensative
224 - added config option to set IMAP folder delimiter rather than always
225 detecting it
226 - Made session cookie parameter use PHP's settings rather than making
227 assumptions
228 - Select/Deselect all implemented using only HTML (not Javascript)
229 - Fixed default charset that is sent with outbound messages (now user's
230 preferred charset)
231 - Sort method saving now transparent to user, and saves between sessions
232 - Now replacing all \n with \r\n before sending the message.
233 - Added sorting option for NO sorting.. 10000 times faster!
234 - Using <pre> tags for viewing message body instead of <tt> and &nbsp;
235 - Added redirection from subdirectories to login page
236 - Attachments are shown in message index (shown as a "+")
237 - Updated attachment plugin support and passing values to hooks (see
238 plugins.txt)
239 - Added file and message size in many locations
240 - Made message index order customizable (from, subject, date) can be (date,
241 from, subject)
242 - Fixed some security problems with uploading attachments
243 - When reading, attachments look better and have a better plugin interface
244 - Some functions now pass values by reference to save on memory
245 - Added Catalan translation from Josep Sanz <jsanz@fa.upc.es>
246 - Added Serbian translation from Boris Manojlovic <steki@verat.net>
247 - Added Polish translation of Help from Krystian Kanabrodzki
248 <krys@voruta.eu.org>
249
250
251 *****************************************
252 *** Squirrelmail 0.5 and Pre-Releases ***
253 *****************************************
254
255 Version 0.5 -- September 25, 2000
256 ---------------------------------
257 - Fixed some problems with downloading attachments in IE
258 - If no date is set in header, we take internal date of the imap server
259 - Fixed some lingering bugs in mime parsing
260 - Searching specifies CHARSET option
261 - Security fixes
262 - Fixed hyperlink rendering problems
263
264 Version 0.5pre2 -- September 6, 2000
265 ------------------------------------
266 - Added quite a few new themes
267 - Fixed double folder problem on some servers
268 - Using encryption for passwords
269 - Added a patch from Bill Thousand to allow easier virtual domains
270 - Security updates with attachments
271 - Added more hooks for plugins, updated plugin.txt
272 - Improved HTML address book
273 - Fixed bugs in parsing email addresses in smtp.php
274 - Applied fixes for Courier IMAP server (by Andreas Dahl)
275 - Fixed some buggy IMAP handling
276 - Improved word wrapping
277 - Fixed bugs with adding and not adding backslashes
278 - Made message highlighting case insensative
279 - Added Korean translation from Jong-II Kim <aporie@netian.com>
280 - Added Italian translation from Aldo Moresco <moresco@idcm.it>
281 - Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
282
283 Version 0.5pre1 -- August 9, 2000
284 ---------------------------------
285 - Searching folders functionality added
286 - Date display now is similar to Netscape Messenger
287 - Many bugs have been reported to the list, and been squashed
288 - Help system developed
289 - Folder list now shows configurable details about messages
290 - It is now possible to select multiple subscribes/unsubscribes
291 - Removed a bunch of annoying "success" screens, improved navigation
292 - Better IMAP session handling
293 - Redid the options section and split it into different parts
294 - Added "view all headers" option when reading a message
295 - In-Reply-To and References headers are inserted when replying to a message.
296 - Changed how attachments are displayed and handled
297 - Rewrote MIME support from scratch, optomizing it an unbelievable amount
298 - Added support for message highlighting
299 - Moved Address and Send buttons on Compose form for easier access
300 - Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
301 - Added Swedish translation from Tobias Ekbom
302 - Added Brazilian Portuguse translation from Henrique Moura
303 - Added Dutch translation from Arjen Halma
304
305
306 *****************************************
307 *** Squirrelmail 0.4 and Pre-Releases ***
308 *****************************************
309
310 Version 0.4 -- May 15, 2000
311 ---------------------------
312 - If subject is blank, displays "(no subject)"
313 - Fixed a few minor bugs and typos reported to list
314 - Changed <? to <?php in a few places
315
316 Version 0.4pre2 -- May 5, 2000
317 ------------------------------
318 - Replying sets the "Answered" flag on the original message
319 - When message is sent, it sends you to the folder you were looking at.
320 - HTML based address book search
321 - Made folder listing look first at subscribed folders, making it
322 faster, even if you don't have $folder_prefix set.
323 - Fixed some bugs with default sent and trash folders
324 - Fixed some bugs with folder manipulating
325
326 Version 0.4pre1 -- April 29, 2000
327 ---------------------------------
328 - For speed's sake, unseen messages are only noted on INBOX in left
329 folder list. This will change with 0.5.
330 - Optomizations, fewer IMAP calls, more efficient sorting algorithms.
331 - Fixed all bugs listed in BUG
332 - When inside the Sent folder, it displays "To" instead of "From"
333 - Added ability to go to Next and Previous message while reading a message
334 - Caching of the message headers in mailbox (much faster)
335 - Added a preference that allows users to customize how many messages
336 they see when they index a mailbox
337 - Added flag status showing on message list (Answered, Flagged, and Seen)
338 - Now using PHP session management
339 - Parsing the body for URLs and Email addrs
340 - Added option to configure default folder directory. ie: ~/mail
341 - Configuration script added: config/conf.pl
342 - Addressbook with LDAP support
343 - Big speed improvements with folder listing
344 - Added Subscribe/Unsubscribe to folders
345 - Fixed bug in UW that didn't mark unseen messages
346 - Saving sent messages into $sent_folder
347 - It doesn't bail out if PHP wasn't compiled with --with-gettext.
348 It only uses english in this case.
349 - Added support for Cyrillic (thanks to Artem Botchkov for help)
350 - Included information on Russian Apache from Konstantin Riabitsev
351 - Honoring charset parameter for the body.
352 - Changed the way emptying of trash was done to work better
353 across different IMAP servers
354
355
356 *****************************************
357 *** Squirrelmail 0.3 and Pre-Releases ***
358 *****************************************
359
360 Version 0.3.1 -- March 13, 2000
361 -------------------------------
362 - Fixed a bug that didn't allow downloading of attachments
363
364 Version 0.3 (final) -- March 10, 2000
365 -------------------------------------
366 - Fixed bug in smtp.php and made sending RFC complient
367 - Fixed a bug that wouldn't let you rename folders with UW server.
368 - Other minor bugfixes
369
370 Version 0.3pre2 -- March 5, 2000
371 --------------------------------
372 - Rewrote folder deletion. It works much more flexably now.
373 - Fixed message deletion that didn't always delete the right messages.
374 - Removed font tags
375 - Better character translation, especially for i18n
376 - Added the choice of language as a user preference
377 - Bug fixes, bug fixes, bug fixes
378 - Fixed bugs in message moving and deleting
379 - Rewrote all IMAP functions from scratch
380
381 Version 0.3pre1 -- February 17, 2000
382 ------------------------------------
383 - Added user-specific preferences including:
384 Full Name (for outbound messages)
385 Reply-to address
386 Theme
387 Move messages to trash option (true/false)
388 Wrap incoming text at XX characters
389 Editor window size (in characters)
390 Time between reloads of the left folder list
391 Signature
392 - Rewrote SMTP functions. It now works and handles error correction.
393 - Only folders that you're subscribed to will be listed
394 - Fixed a bug in outbound messages that translated " into \"
395 - Added themes in distribution (7 total)
396 - Added option to send email via sendmail rather than SMTP
397 - Increased speed of viewing folder by date about 25%, and viewing the
398 folder by Subject or Sender by up to 100%.
399 - Added internationalization
400 - Added sending of attachments
401 - Left folder refreshing at intervals (with META tags)
402
403
404 *****************************************
405 *** Squirrelmail 0.2 and Pre-Releases ***
406 *****************************************
407
408 Version 0.2.1 -- January 05, 2000
409 ---------------------------------
410 - Rewrote how MULTIPART messages were handled and made it recursive
411 - We now take into account the encoding type rather than guessing
412 - Redesigned how attachments are displayed
413 - Fixed the bug that wouldn't let you send messages (I hope)
414 - Added a "download message" option
415 - Added a plain text viewer for text messages
416
417 Version 0.2 -- January 02, 2000
418 -------------------------------
419 - Attachment support (much better MIME support in general)
420 - Themeable support replaced Custom Colors. Themes are pluggable.
421
422
423 *****************************************
424 *** Squirrelmail 0.1 and Pre-Releases ***
425 *****************************************
426
427 Version 0.1.2 -- December 20, 1999
428 -----------------------------------
429 - Date translation to local time
430 - Rewrote folder fetching code universally
431 - Added attachment detection (no downloads yet)
432 - Fixed many minor bugs that were reported
433
434 Version 0.1.1 -- December 16, 1999
435 -----------------------------------
436 - Reworked all the IMAP functions to make them RFC 2060 compliant
437 (should work with all IMAP servers)
438 - Added color customization
439 - Sorted folder list (on left bar)
440 - Added MUCH better error correction and notification
441
442 Version 0.1 -- December 14, 1999
443 --------------------------------
444 - Message composing (with to, cc, bcc)
445 - Message viewing, including HTML messages
446 - Basic MIME support, no attachments...yet
447 - Message sorting by Date, Name, or subject
448 - Folder manipulation (deleting, creating, moving, and renaming)
449 - IMAP email (currently only Cyrus IMAP server has been tested)
450 - Many other features that are basic email functionality