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