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