reverting the change. thanks Chris.
[squirrelmail.git] / ChangeLog
1 *************************************
2 *** SquirrelMail Devel Series 1.5 ***
3 *************************************
4
5 Version 1.5.1 -- CVS
6 --------------------
7 - New reply citation to include date and author.
8 - XSS fix.
9 - Norwegian Bokmal translation uses nb_NO
10 - Integrated Msg_Flags plugin - turn on/off icons using configuration tool, menu
11 number 11 (Tweaks), option number 3, after which users must select an icon
12 theme in Options/Display Preferences. "Flag"/"Unflag" buttons are implemented
13 as separate plugin.
14 - Added Farsi and Tagalog translation support.
15 - Enabled Ukrainian and Russian-Ukrainian support
16 - Fix that subfolders named "foo.inbox" didn't always work well.
17 - sqimap_create_stream() was not obeying passed params properly. Fixed.
18 - Fix non selectable inbox.
19 - Add src/configtest.php script which checks for common errors in the config.
20 - Improve display of some unparsable/absent dates (#891354).
21 - Add comment (Highest,Normal,Lowest) to X-Priority header.
22 Some SpamAssassin rule triggers on the absence of such a comment.
23 - Corrected moving of last message in a folder using Delete-Move-Next
24 functionality added to core in 1.5.0.
25 - Fix test for LOGINDISABLED, should only test when the auth_mech actually
26 is 'login'.
27 - Update required PHP version to 4.1.0, and remove PHP 4.0.x legacy code.
28
29 Version 1.5.0
30 --------------------
31 - Added new preference that determines cursor focus when replying
32 - Added support in conf.pl for MS cls command.
33 - conf.pl changes for relative paths outside the SM tree (#715119).
34 - conf.pl changes for delete_folder restrictions with Courier-IMAP and
35 UW-IMAP (#715550).
36 - Fixed code to allow for \ in password/username (#718116).
37 - Added mailto: support for Windows clients. See
38 contrib/squirrelmail.mailto.reg
39 - Added lowsrc to the list of attributes to be removed.
40 - Fixed message highlighting for To, CC and From and
41 for RFC1522 headers (bug #719564)
42 - Fixed incorrect folding inside message-id's
43 - Fix for Folders being listed in create/remove/rename operations
44 (#725443, #722823, #729225)
45 - Fix for bad attachment view link (#697381, #729295)
46 - Fix comp_in_new in search and addressbook not having right parameters (#731768).
47 - Fix max attachment filesize off by factor 10 when ini_var set in bytes (#730742).
48 - Fix for parsing fetch results. We are now able to extract the UID if it's
49 returned after the header.
50 - Remove obsoleted parsing functions.
51 - Fixed language bug in posting on modifying/deleting servers on mail_fetch plugin
52 (#742705).
53 - Fixed infinite loop in parseAddress on invalid mailaddress (#742584).
54 - Rewrote ugly "Not a very useful errormessage" to something more friendly.
55 - Make central function for compose links to make sure compose_in_new always
56 works the same way.
57 - Fix that when JavaScript off, compose in new was broken (#749654).
58 - Do not output JavaScript functions in page_header when JavaScript off.
59 - Support MS Exchange "DOMAIN/username/mailbox"-style usernames (#745814).
60 - Do not set Full Name to empty when edit_identity is false and edit_name is true (#750728).
61 - Added koi8-u, windows-1255, windows-1256, iso-8859-6 charset decoding support.
62 - Rewrite of sqimap_read_data_list which as result we better handle the
63 returned imap responses and we display error messages when connections are
64 dropped.
65 - Rewrite of email address parser and solve the infinite loops issues due to
66 bad formatted addresses.
67 - Modified conf.pl: default to force usernames lowercase for servers which
68 are case-insensitive.
69 - Applied bugfixes from stable to htmlfilter code.
70 - Fix bug #722933 where resuming a draft message would lose the reference headers.
71 - Removed hard coded colors from login.php and made it use the default theme and css file
72 - Fix that sending of read receipts failed when JavaScript on and comp in new off (#738130).
73 - Replaced search with new version by Alex Lemaresquier. (Originally
74 "asearch" plugin).
75 - New debugging function: sm_print_r() in strings.php.
76 - Use SM_PATH in config_default. Change default server type to 'other' instead
77 of cyrus. (#766577).
78 - Added feature to allow user to switch on full date display in mailboxes instead
79 of just partial date/time based on time of email and current date.
80 - Fixed bug that would cause e-mails dated in the future to be displayed with only
81 the time.
82 - Fixed unseen/total notifications to return behaviour back to 1.2.x style.
83 - Added 4 hooks (internal_link, mailbox_display_buttons, move_messages_button_action, create_collapse_link)
84 - Fix SquirrelSpell JS problem with other plugins that use forms (ie Menu Buttons).
85 - Fix when forwarding messages as attachment from message list, the displayed subject
86 was wrong (appearing to the user that the wrong messages were attached).
87 Closes #772371.
88 - Fix that when user has no theme preference set, Alien Glow would be selected under
89 display preferences in stead of Default.
90 - Updated 'action' to be 'smaction' so that plugins can modify the submit/action of
91 forms. This was suggested for the gpg plugin, but might be useful elsewhere.
92 - Add support for Mail-Followup-To header.
93 - Add a confirmation for the user that their mail has been sent.
94 - Fixed issue with forwarding emails having a ) appended to the end.
95 - Add "attachments_bottom" hook to allow manipulating/adding to the attachments
96 - Fix to prevent username & password from being displayed in error messages
97 if IMAP connection dropped during login
98 - Modified preference loading code to always have a complete $color array
99 set in case a user uses an incomplete theme.
100 - new function sqimap_msgs_list_move() to replace sqimap_msgs_list_copy()
101 - sqimap_msgs_list_copy() no longer deletes messages copied.
102 - Workaround for Mozilla bug #200412 in order to show multipart/related html mail.
103 - Fix for disapearing '0' from decoded strings (bug #784193)
104 - Replace all session_start() calls with sqsession_is_active() to be compatible
105 with upcoming PHP 4.3.3.
106 - Encoding of Russian translation changed to utf-8. Lithuanian translation changed
107 to utf-8. Fix allows to use national letters in folder names correctly.
108 - Added "Bypass Trash" checkbox to folder index, used with the Delete
109 button. (update: This needs work and will be changed, possibly removed)
110 - Fixed a problem with delete_move_next and server thread-sorting.
111 - New hook function: boolean_hook_function() Used for true/false hooks.
112 - Calendar plugin: in month view, display events on the same day sorted by time,
113 and include the time of the event in its tooltip.
114 - Added default settings for Mercury/32 to conf.pl.
115 - Fix to prevent mailboxes are deleted in selected stage which is against
116 RFC3501.
117 - Fix reply all address string in case the personal name contained a comma
118 (address separator).
119 - Added SASL PLAIN to IMAP and SMTP. Thanks to avel for the prodding and
120 code snippet.
121 - conf.pl will no longer offer to detect login methods if TLS is enabled.
122 - conf.pl no longer offers UID support toggle, which is forced true in
123 global.php
124 - HTML Filter bugfixes and further strengthening in response to some
125 findings reported by stardust.
126 - Disabled Vietnamese and Ukrainian translations. They are done in different
127 language.
128 - Removed all translations. SquirrelMail translations are distributed as
129 separate packages and kept in different cvs module.
130 - New function: imap_general.php:create_imap_stream()
131 - Updated src/login.php to detect, handle, and warn on LOGINDISABLED from IMAP server.
132 - Fixed SquirrelMail to work under PHP5.
133 - Reintroduce alternating row colors in addressbook, something that has
134 accidentally disappeared in the past.
135 - Disabled Quick-email-reporting feature in spamcop plugin. Bug.809452. Admin
136 can enable it by setting variable in plugins/spamcop/setup.php
137 - Fix again for Internet Explorer's stupidity of decoding characters, then
138 executing it blindly. See http://www.securityfocus.com/archive/1/340118.
139 - Replaced obsolate 2mbit.com RBL with ahbl.org RBL. Bug.No.829887
140 - Added a sitewide override for authenticated SMTP - see authentication.txt.
141 - Fixed sorting of sent_subfolders.
142 Sent_subfolder plugin is hooked to special_mailbox hook.
143 - Integration of delete_move_next plugin into core.
144 - Compression of buttons/headers for message index and message body
145 - New option to save replies in the same folder as the original message.
146
147
148 **************************************
149 *** SquirrelMail Stable Series 1.4 ***
150 **************************************
151
152 Version 1.4.0 -- 3 April 2003
153 -----------------------------
154 - Fixed mail_fetch plugin. Now folder edition defaults to actual value.
155 All settings from other servers are preserved when deleting one.
156 - Added Vietnamese translation.
157 - Fixed the newmail plugin.
158 - Added RECENT response to sqimap_get_status.
159 - Fixed attachment filename resolving.
160 - Added check for X-Confirm-Reading-To to make MDN work for messages sent by Pine.
161 - sqextractGlobalVar removed (use sqgetGlobalVar instead).
162 - Subfolders of Sent and Drafts show To field instead of From
163 - Updates in conf.pl to infamous delete_folder setting, including
164 addition of appropriate default value for courier and UW.
165 - Fix for date/time display in certain timezones.
166 - Fix some features of login.php that are used by some plugins and was broken
167 by register_globals = off.
168 - Added Greek locale. Thanks to George P. Kremmydas
169 <george at kefalonia-ithaki.gr> and Alexandros Vellis <avel at noc.uoa.gr>
170 - Added notes about PHP 4.3.x to documentation.
171 - Fixed \Noselect mailbox detection.
172 - Fixed charset decode of base64 encoded strings.
173 - Fixed encoding of email addresses in our composed messages.
174 - Fixed folder creation for Courier using Autoconfig options.
175 - Fixed encoded string handling inside MDN notifications.
176 - Fixed unfold header routine in imap_messages (for mailbox_display).
177 - Fixed subject_line hook.
178 - Fixed sqgetGlobalVar switching.
179 - Fixed handling of encoding/decoding strings.
180 - Fixed wrong array_slice call for a subset of the headers.
181 - Allow encoded personal names in compose.php.
182 - Improved address parsing of addresses coming from the compose form.
183 - Fixed uninitialized indices when parsing attachments.
184 - Support text/directory MIME-type for vCards (RFC 2425).
185 - Added Arabic locale. Thanks to Asrar Abbasi <asrar at canasoft.net> and
186 Naveed Saqib <naveed.saqib at biznas.com>.
187 - Update required PHP version in documentation to 4.0.6.
188 - Fixed delete_move_next plugin to remember where it moved mail to.
189 - Fixed compose to remember attachments.
190 - Fixed possible XSS in compose when replying to malicious sources.
191 - Add display of the maximum filesize for attachment uploads.
192 - Do not add < and > if an identity doesn't contain a full name.
193 - Fixed bug in parsing Content-Type properties part.
194 - Added move_before_move hook to allow plugins to act upon the different buttons
195 - Fixed bug in Forwarding of Emails (move_messages.php)
196 - Fixed variable spelling error in filters.php
197 - Fixed some operator bugs in compose.php, move_messages.php, and spamcop.php
198
199 Version 1.4.0 RC 2a
200 -------------------
201 - Fix broken themes box in display options.
202 - Massive overhaul of administrator plugin.
203 - Added new function sqgetGlobalVar to global.php to provide direct access
204 to variables in $_GET, $_POST, $_SESSION, $_COOKIE and $_SERVER.
205 - Patch from O'Shaughnessy Evans <shaug-sqm@wumpus.org> to allow disabled $org_logo
206 - Lots of language/internationalization updates
207 - conf.pl fixes for certain uses of SM_PATH, esp. $signout_page.
208 - SMTP & IMAP auth method "plain" was a misnomer - now corrected to
209 the more accurate name "login" (Plain to be implemented soon).
210 - Fix for compose after search bug. (Closes #662346)
211 - Improved error reporting when sending mail with SMTP.
212 - Changed SquirrelMail identification to use User-Agent instead of X-Mailer.
213 - Prevent endless loop when timezone config is not found. Thanks Joshua Colson.
214 - Fix IMAP error when returning to message from viewing image attachment.
215 - Do more trimming to indented subjects in threadview so they don't wrap.
216 - Trash folder now displays purge link in all cases. (Closes #655943)
217 - Fix typo in delete_move_next plugin which caused php file-handle errors.
218 - Make vCard more liberal in what it accepts (thanks Kurt Pires).
219 - Fix problem with subject encoding when using Japanse.
220 - Move login_form hook to be actually in the login form.
221 - Fix message_details plugin ability to save a raw message.
222 - Try better to get the filename of an attachment.
223 - Deliver_SMTP class now uses HTTP_HOST in SMTP HELO. Should fix DNS
224 issues some people have reported. (Closes #560524)
225 - Obsolete sqm_topdir(), which caused login trouble with installs that
226 have open_basedir restrictions. Thanks Jimmy Connor.
227 - Fix broken abook_take plugin.
228 - Fix HTML errors that caused display problems in NS4.
229 - Correctly fold encoded header lines.
230 - Fix prefs caching not working correctly in PHP 4.3 caused by a stupid
231 version checking mechanism.
232 - Fix XXS hole that allowed JavaScript execution by sending someone
233 an email with specially crafted headers. Thanks Jason Munro, and
234 Masato Higashiyama.
235
236
237 Version 1.4.0 RC 1
238 ------------------
239 - Change the way highlighting rules are stored to make them more reliable and
240 easier to manage.
241 - Reorganization of conf.pl, menu #2
242 - Added CRAM-MD5 and DIGEST-MD5 authentication support for IMAP and SMTP
243 - Experimental TLS support for IMAP and SMTP (requires PHP 4.3.x)
244 - Override settings with config_local.php
245 - Compose form no longer shows attachment options if php file_uploads
246 disabled
247 - Improved bodystructure parsing.
248 - Support for windows-1257 charset.
249 - Optimizations to the number of IMAP calls.
250 - Fix problem with IE6 + iso-8859-13.
251 - Allow Mail Fetch to use a different POP3 server port number.
252 - Force magic_quotes_runtime to be off to avoid problems with this setting.
253 - Introduce check_sm_version function for plugins wanting to know
254 which version of SquirrelMail this is.
255 - Configurable session name to avoid conflicts with other PHP applications.
256 - Miscellaneous fixes for systems with error_reporting set to E_ALL.
257 - Many many other bugfixes and tweaks!
258
259
260 *************************************
261 *** SquirrelMail Devel Series 1.3 ***
262 *************************************
263
264
265 Version 1.3.2
266 -------------
267 - Rewrite of message delivery related functions.
268 - User interface modifications.
269 - Added Japanese support thanks to Masato HIGASHIYAMA <masato@yamaai-tech.com>
270 - Remove NOOP checks in the POP3 client of mail_fetch to make things more
271 compatible and not break things which don't need to be broken.
272 - Fix src directory being moved on Windows systems, bugs #586518 #605256 #610676.
273 - This release is compatible with installations that have register_globals set to off.
274 - Do not lose user prefs/sigs/abooks when trying to save to a full disk.
275 - Make the SquirrelMail link on the right top configurable so a provider can point
276 to their own FAQ for example.
277 - Enable TZ in safe_mode if safe_mode_allowed_env_vars permits this bug #612148.
278 - Fix some bugs in folder management (create, delete,...) and add enhancements.
279
280 Version 1.3.1
281 -------------
282 - lots of fixes by Marc, including #596781 and #596930
283
284 Version 1.3.0
285 -------------
286 - allow_call_time_by_reference=off fixes.
287 - Added forward as attachment in read_body.
288 - Better clean-up of left attachments at login.
289 - Restore compose sessions in case of a expired session.
290 - Added "Display Message" / "Up" links in read_body to navigate in messages with
291 attached messages (message/rfc822).
292 - Don't activate the Send Receipt link when the folder is the Sent folder.
293 - Moved view_header code out of read_body.php and put it in view_header.php.
294 - Open message/rfc822 attachments in read_body what makes it possible to
295 reply to attached messages.
296 - Rewrite of the newMail function in compose.php. This simplifies the
297 interface between read_body.php and compose.php.
298 - Moved compose related code from read_body to compose.
299 - Rewrite of mailbox-display to make it more modular (we use it in search.php).
300 - Added support for displaying multiple entities.
301 - Changed finding display entities.
302 - Extract disposition and xmailer header information in the headerparser
303 instead of request them individualy by an imap-call.
304 - Store message objects in the current session. This saves a lot of imap-calls.
305 - Added UID support.
306 - Store addresses in an object instead of a string.
307 - Rewrite of the bodystructureparser function. Now the message object contains
308 all described parameters in RFC2060.
309 - Introduction of the mime class where all mime related functions are situated
310 - Fixed removing MDN attachments.
311 - Fixed MDN problems with js confirmbox.
312 - Speedimprovements in case we download mime-entities.
313 - Added possibility to extract message/rfc822 attachments and store them as
314 the original message in a folder.
315 - Right to left languages implementation initiated
316 - Enable people with file_uploads = off to still send mail. Patch from Seth
317 E. Randall.
318 - Moved the generic_header hook back to page_header.php. bug #554278
319 - Make default theme work. Bug #557313, thanks Tyler Bannister.
320
321
322 Version 1.2.7 -- June 21 2002
323 -----------------------------
324 - fix for 'compose as new' link. bug #554886
325 - fix charset format in the admin plugin. bug #550725
326 - fix for errant '.' in default_folder_prefix. bug #551310
327 - fix for folder names with '?' and '*'. bug # 559257, #552180
328 - added the ability to search without the charset argument. #552288
329 - Made /noselect node display optional. bug #554988, patch #452178
330 - Improved support for macosx IMAP server thanks Brian Haun
331 - Added macosx friendly search, thanks Brian Haun bug #553038
332 - Fixed word wrap problems when sending mail. bug #552961, #556143
333 - Added possibility to use multiple compose windows without loss
334 of attachements.
335 - Fixed forward message/rfc822 attachments from a search
336 - Fix SpamCop plugin.
337 - Fixed send MDN link.
338 - Fixed dealing with \r\n and \n in smtp.php.
339 - Fixed to, cc, bcc arrays in message->header
340 - Speed optimizements in generating message-lists.
341 - Fixed loss of attachment with html addressbook.
342 - Fixed saving drafts with attachments
343
344 Version 1.2.6 -- April 29 2002
345 ------------------------------
346 - A complete MagicHTML rewrite since the existing codebase was
347 causing too many XSS problems. Hopefully now Nick Cleaton will
348 leave us alone. :) Testing credits go to Nick.
349 - Fix for cross-site scripting vulnerability (bug #545933)
350 Reported by Nick Cleaton.
351 - Changing "emtpy" to "purge" for more clarity.
352 - Fix for cross-site scripting vulnerability (bug #544658)
353 Reported by Nick Cleaton.
354 - Fix for incorrect word wrap in Opera (bug #495073)
355 - Workaround for older prefs: some of them contain "None" for
356 left_refresh (bug #540108)
357 - Fix for entities in cc and bcc fields on message display (bug #522493)
358 - Fixes for quoted values in the addressbook by David Rees (bug #538389)
359 - Fixed src/src problem (bug #538803)
360 - Fixed so non-ascii searches no longer fail both when searching
361 and when applying filters (bug #520918)
362 - Added POP3 Before SMTP option (feature request: #498428)
363 - Added a server-side thread sorting option per folder
364 - Added a server-side sorting global option
365 - Compose in new window size can be set in Display prefs.
366 - Logout error system unified.
367 - Fix for a "theme passed as cookie" exploit.
368 - PostgreSQL is now supported for database backed use
369 - Added user option to sort messages by internal date
370 - Changed attachment handling now attachments are adressed to
371 unique compose session.
372 - Added forward messages as message/rfc822 attachment
373 - Fixed handling message/rfc822 attachments
374 - Fixed folder list display when special folders have subfolders
375 - Added option to auto-append sig before reply/forward text (523853)
376 - Fixed subfolders being "orphaned" when renaming parents (498167)
377 - Filters can be applied to only new mail.
378 - Filters are updated when renaming/deleting folders (512056)
379 - Filtering now happens on login (filters plugin)
380 - Added option for WIDTH and HEIGHT tags to Org. Logo. (patch #412754)
381 - Fixed resume draft bug #513521, #514639
382 - Newmail plugin: admin can disable the use of audio (patch #517698)
383 - Fixed quoting problem in safe html (patch #516542)
384 - SPAM folder no longer special folder (filters plugin)
385 - Filtering now happens on folder list refresh (filters plugin)
386 - Added checking of input of the folders page
387 - Made erronous deleting of folders harder (patch #514208)
388 - Made SquirrelMail display \Noselect nodes in Cyrus also made it
389 impossible to try to delete \Noselect nodes. (patch #452178)
390 - SquirrelSpell version 0.3.8 -- pretty configuration error reporting
391 added by popular demand.
392 - Improved the handling of IMAP [PARSE] messages to reduce retrieval error.
393 - Fixed small bug in handeling timezone (bug #536149).
394 - MDN message now RFC compatible (bug #537662).
395 - Fixed html tables in printer_friendly_bottom.php (patch #542367), and
396 make it so that printer friendly uses black-on-white colors in stead
397 of the theme colors.
398 - Fixed return address of MDN receipts when having multiple identities
399 (patch #530139).
400
401 Version 1.2.5 -- 22 February 2002
402 ---------------------------------
403 - Multiple mailbox list calls cached.
404 - Added 'View unsafe images' link to the bottom of pages which contain
405 unsafe images.
406 - Fixed 'too many close table tags' and various other issues
407 which meant SM output didn't always validate as clean HTML.
408 - Added the ability to add special folders through plugins.
409 - Added an Always compose in a pop-up window option.
410 - Search page update with ability to save searches and search
411 all folders at once.
412 - Made searching on multiple criteria possible, with thanks to Jason Munro
413 - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder)
414 - Fixed small bugs in db_prefs
415 - Allowed SquirrelMail to work from within a frame, eg. not using _top
416 this is configureable. (thanks to Simon Dick)
417 - Added options to conf.pl to enable automated plugin installation:
418 ./conf.pl --install-plugin <pluginname>. This allows plugins to be
419 distributed in packages. Conf.pl now also reports when saving fails.
420 - Attachment hooks now also allow specification of generic rules like
421 text/* which will be used when no specific rule is available.
422 - conf.pl can now configure database backed address books and
423 preferences.
424 - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy
425 vulnerability (symlink attack), plus introduces formatting fixes
426 and javadoc-style comments.
427 - Bugfix in mailfetch reported by Mateusz Mazur
428 - Administrator plugin. A web based conf.pl replacement.
429 - Removed GLOBALS from conf.pl
430 - HTML messages optimization.
431 - Added support for requesting read receipts (MDN) and delivery receipts.
432 - Added the ability to stop users changing their names and email addresses.
433 - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>)
434 - Updated user help files to reflect UI chanegs and added functionality.
435
436 Version 1.2.4 -- 25 January 2002
437 --------------------------------
438 - Fixes a nasty remote arbitrary command execution vulnerability
439 in the spellchecker plugin.
440
441 Version 1.2.3 -- 21 January 2002
442 --------------------------------
443 - Fixed focus system on pages that contain forms.
444 - Fixed IMAP code to send different command identifiers as per
445 section 2.2.1 of RFC 2060.
446 - Fixed 'sticky priority' so that replies are set to the same
447 priority as the original message.
448 - Fixed Printer Friendly to print HTML messages.
449 - Fixed multiple receivers in Sent mailbox (#500910).
450 - Disabled prefs caching under PHP 4.1
451 - Added "Search Memory". Enabling to store up to
452 9 predefined searchs.
453 - Increased security in html message.
454 - Added the possibility to specify system-defined css in order to
455 allow users to change the font family and size of SM. Making possible to
456 make it bigger or smaller depending on their screen size. Sysops may add
457 or remove these system-defined css located in themes/css/
458 - Fixed a bug appearing on some apache virtual hosts
459 - Fixed javascript error (#505255)
460 - Fixed the db_prefs so they work again (#499609, thanks to Simon Dick)
461
462 Version 1.2.2 -- 1 January 2002
463 -------------------------------
464
465 - Fixed an infinite loop in printer friendly when wrapping option
466 is not in the prefs.
467 Bug reported by Boris Manojlovic <steki@verat.net>
468 - Html cleanup, with patch from Dave Huang (#496712)
469 - Fixed a problem saving prefs when using PHP 4.1
470 - Russian, Thai, Swedish, Dutch and French update.
471 - Changed configure invocation from bash to sh. (Bug #496752)
472 - Changed conf.pl invocation from '#!/usr/bin/perl' to
473 '#!/usr/bin/env perl' to help people who have perl somewhere
474 else. (Bug #496753)
475 - Fixed sorting of folder list, bug #497181
476 - Fixed wrong behavior of non-javascript select all, bug #496681
477 - Added "Show Pages" link to message list showing all messages
478 (the resultant page of clicking "Show All")
479 - i18n Fix. Because of different configurations in the gettext system,
480 some installations could not manage correctly SM languages other than
481 English. This has been corrected.
482 - Miscellaneous rewrites and improvements.
483 - Moved locale files into the ISO-conformant directories.
484 - Moved help files into the ISO-conformant directories.
485 - Moved compilepo and mergepo files from locale/ into po/
486 - Slight i18n fixes and rewrites to accommodate for moved files.
487 - Fixes for entities in the subject when replying.
488 - Fixes for entities in the To: header. (Bug #489365)
489 - Fix for incorrect javascript prefs handling (Bug #497688)
490 - Added color 15 for themes to separate background and foreground colors.
491 - Added several new themes.
492
493 Version 1.2.1 -- 25 December 2001
494 ---------------------------------
495
496 - Fixed the bug that kept the create, delete, and rename sections
497 from appearing in the folders page (#496604)
498 - Fixed the motd bug not allowing ' (#496616)
499 - Sorting of addressbook_search fixed, thanks to the patch of
500 Cor Bosman (xs4all)
501
502 Version 1.2.0 -- 25 December 2001
503 ---------------------------------
504
505 - Collapsible Folders
506 - The Paginator!!!
507 - Hundreds of UI Tweaks
508 - Message Drafts
509 - Rewrite of much of the options pages
510 - Multiple identities
511 - Reply Citations
512 - Better Attachment Handling
513 - Integration of Several Plugins into Core Code (including xmailer,
514 attachment_common, paginator, priority, printer_friendly, sqclock)
515 - Ability to mark messages as Read/Unread
516 - New themes (including a Christmas theme, and several changing themes)
517 - Rewrite of much of the options pages code
518 - Improved support for newer versions of PHP
519 - Message lists can be shown with alternating colors for easier reading
520 - Can include/exclude yourself when using the "Reply All"
521 - Message highlighting comes with dozens more easily accessable colors.
522 - Option to set the "Priority" of the message(Normal/High/Low)
523 - Now able to show all messages of an inbox at the same time.
524 - Cleanup of the paginator code, improving display style
525 - Cleanup of configuration file code, a bit
526 - Introduction of sent_subfolders plugin as Official Plugin
527 - Bugfixes..and more Bugfixes!
528
529
530 ***************************************************************
531 *** Squirrelmail Development Series 1.1 and 1.1 Pre-Releases ***
532 ****************************************************************
533
534 Version 1.2.0-rc3 -- 2 December 2001
535 ------------------------------------
536 - Speed improvements and optimizations on much of the code
537 - Comments added, formatting cleaned up for much of the code
538 - Several plugins integrated into the Squirrelmail core
539 (focus change, attachment common, printer friendly, etc)
540 - Several plugins added as "Official Plugins" to the main
541 Squirrelmail distribution
542 - First half of a rewrite of the option pages code
543 - The Paginator!!!
544 - Other stuff that I don't recall (developers, please fill this in!)
545
546 Version 1.1.3 -- (never really released)
547 ----------------------------------------
548 - Added major speed improvements to IMAP functions by our
549 friends at XS4ALL
550 - Fixed MOTD
551 - Fixed multipart/alternative messages
552 - Updated Dutch translation
553 - Added Indonesian translation
554 - Added Portuguese (Portugal) translation
555 - Added language aliasing
556 - Added Turkish translation
557
558 Version 1.1.2 -- May 21, 2001
559 -----------------------------
560 - Many bugs squashed
561 - Several UI tweaks and improvements
562 - Added option (3 -> 14 in conf.pl) to auto create sent and trash folders.
563 - Updated Czech translation
564 - Support for multiple identities
565 - Support for Russian Apache removed. It is now deemed easier to just
566 turn off Charset Recoding in the Russian Apache config. See the file
567 doc/README.russian_apache
568
569 Version 1.1.1 -- April 30, 2001
570 -------------------------------
571 - Added built-in support for gettext if compiled support isn't available
572 - Made validate.php include a few more standard things
573 - Corrected a bug when sending an email properly
574
575 Version 1.1.0 -- April 21, 2000
576 -------------------------------
577 - Added option to have signout page redirect to another page (patch from
578 Scott Bronson) This can be configured in conf.pl (Org Prefs)
579 - Much improved SMTP error handling (patch from Jeff Evans)
580 - Preferences are now cached instead of read in every page load.
581 - Improved URL parser
582 - Added ability to read HTML messages by default instead of plain text
583 (Display Options)
584 - Added authenticated SMTP server support (configure in conf.pl)
585 - Rewrote attachment handling code in compose.php
586 - If aliases are typed in To, Cc, or Bcc, they are automatically looked up
587 in the addressbook and converted to the associated addresses.
588 - Added collapseable folder listing (an option that can be turned on in
589 Folder Options)
590 - Added alternating row colors to improve interface (Display Options)
591
592
593 **************************************
594 *** Squirrelmail Stable Series 1.0 ***
595 **************************************
596
597 Version 1.0.6 -- April 19, 2001
598 -------------------------------
599 - Reworked validation for each page. It's now standardized in validate.php
600 - Fixed login bug that resulted from 1.0.5 security updates
601 - Fixed plugin incompatibilities that were introduced in 1.0.5
602 - Added more security checking to preference saving/loading
603 - Updated German translation (thanks to Ronald Bauerschmidt <rb@debian.org>)
604 - Updated Finnish help files
605
606 Version 1.0.5 -- April 17, 2001
607 -------------------------------
608 - MAJOR security issues addressed. Please upgrade as soon as possible.
609 - Downloading attachments should work better due to a tip by Ray Black III.
610 - Fixed bug with drop-down folder list not containing INBOX
611 - Added Swedish help files Teemu Junnila <teejun@vallcom.com>
612 - Added Italian help files Antonetti Roberto <antonr@piceniaweb.com>
613
614 Version 1.0.4 -- April 9, 2001
615 ------------------------------
616 - Fixed some bugs with folder creation
617 - Security fix for UW IMAP server to disallow folder paths outside of
618 $folder_prefix
619 - Some problems with header encoding/decoding fixed
620 - Made subject column take up whatever width is available
621 - Added bcc to html addressbook search
622
623 Version 1.0.3 -- March 9, 2001
624 ------------------------------
625 - Many i18n enhancements/fixes
626 - Fixed bug with default theme path being set incorrectly
627 - Fixed problem when sending/forwarding multiple attachments
628 - Made folder drop-down list consistant in look to the other drop-downs
629 - Fixed problem where some attachment filenames would not be displayed
630 - Added Finnish help files by Teemu Junnila <teejun@vallcom.com>
631 - Updated Norwegian translation
632 - Updated Brazillian Portuguise translation
633
634 Version 1.0.2 -- February 8, 2001
635 ---------------------------------
636 - Added a workaround for RedHat's 4.0.4pl1-3 binary package (It's also
637 the same workaround for Konqueror and other PHP installations?)
638 - Select All works through the search
639 - Better escaped string handling from POST variables
640 - Many more code cleanups and optimizations
641 - Added Hungarian translation by Teemu Junnila <teejun@vallcom.com>
642 - Added Icelandic translation by Karl Heiðar" <karlh@macho.is>
643 - Updated Taiwan translation
644 - Updated Sweedish translation
645 - Updated Finnish translation
646
647 Version 1.0.1 -- February 1, 2001
648 ---------------------------------
649 - Improved the way sqimap_read_data() is handled
650 - Sped up "no sorting" even more
651 - Fixed problems with sending messages
652 - Fixed some pass-by-reference calls that caused problems with newer
653 PHP versions
654 - Fixed bug that didn't display last folder subscribed to
655 - Removed requirement of PHP 4.0.1 for array_unique() function
656 - Removed unnecessary echo statements by breaking out of PHP
657 - Changed evaluation method from using " to ' for speed improvements
658 - If no plugin array set in config.php, now handled correctly
659 - If subject is > 55 chars, trims it and puts "..." in message list
660 - Hundreds of minor changes to remove all verbose PHP warning messages
661
662 Version 1.0 -- January 30, 2001
663 -------------------------------
664 - Updated config_default.php to include attachment_common plugin
665 (now in distribution)
666 - A few minor speed improvements
667 - Fixed problems in sqimap_read_body(), made it more reliable
668 - Added French translation of help files by gore K <gore_k@ymca-cepiere.org>
669 - Added Finnish translation by Teemu Junnila <teejun@vallcom.com>
670 - Updated Sweedish translation
671 - Updated Russian translation
672
673
674 ********************************************************
675 *** Squirrelmail Development Series 1.0 Pre-Releases ***
676 ********************************************************
677
678 Version 1.0pre3 -- January 22, 2001
679 -----------------------------------
680 - Fixed some "Select All" bugs
681 - Finally fixed the IE/SSL download problem!!
682 - Added Danish translation by Claus Rasmussen <claus@webclaus.com>
683 - Updated Spanish translation
684 - Updated Polish translation
685 - Updated Taiwan translation
686 - Updated Czech translation
687 - Updated Korean translation
688
689 Version 1.0pre2 -- January 15, 2001
690 -----------------------------------
691 - A number of security fixes
692 - Replaced error messages with better, formatted, and meaningful messages.
693 - Fixed "reply all" so that it works intelligently now
694 - Made deleted (but not expunged) messages easier to detect (only if
695 $auto_expunge = false)
696 - Fixed bug that didn't display size correctly in search results
697 - Major memory management and speed improvements with downloading of
698 attachments
699 - Made $auto_expunge variable actually do something
700 - Fixed bug that didn't display login failure message
701 - Fixed minor bug in sqimap_mailbox_list
702 - Added sqimap_capability function to check capabilities of server.
703 - Rewrote sqimap_get_delim to use NAMESPACE capability (if available) to
704 get delimiter.
705 - Added Catalan translation of Help documents by Josep Sanz <jsanz@fa.upc.es>
706 - Added Taiwan translation by "ching" <ching@kiwa.com.tw>
707
708 Version 1.0pre1 -- December 14, 2000
709 ------------------------------------
710 - Fixed bug in sending messages with a blank line with a "."
711 - Folder displays have been changed to be more readable in drop-down lists
712 - For security, login verification happens, then we're redirected to
713 webmail.php
714 - Folder sorting now case insensative
715 - added config option to set IMAP folder delimiter rather than always
716 detecting it
717 - Made session cookie parameter use PHP's settings rather than making
718 assumptions
719 - Select/Deselect all implemented using only HTML (not Javascript)
720 - Fixed default charset that is sent with outbound messages (now user's
721 preferred charset)
722 - Sort method saving now transparent to user, and saves between sessions
723 - Now replacing all \n with \r\n before sending the message.
724 - Added sorting option for NO sorting.. 10000 times faster!
725 - Using <pre> tags for viewing message body instead of <tt> and &nbsp;
726 - Added redirection from subdirectories to login page
727 - Attachments are shown in message index (shown as a "+")
728 - Updated attachment plugin support and passing values to hooks (see
729 plugins.txt)
730 - Added file and message size in many locations
731 - Made message index order customizable (from, subject, date) can be (date,
732 from, subject)
733 - Fixed some security problems with uploading attachments
734 - When reading, attachments look better and have a better plugin interface
735 - Some functions now pass values by reference to save on memory
736 - Added Catalan translation from Josep Sanz <jsanz@fa.upc.es>
737 - Added Serbian translation from Boris Manojlovic <steki@verat.net>
738 - Added Polish translation of Help from Krystian Kanabrodzki
739 <krys@voruta.eu.org>
740
741
742 *****************************************
743 *** Squirrelmail 0.5 and Pre-Releases ***
744 *****************************************
745
746 Version 0.5 -- September 25, 2000
747 ---------------------------------
748 - Fixed some problems with downloading attachments in IE
749 - If no date is set in header, we take internal date of the imap server
750 - Fixed some lingering bugs in mime parsing
751 - Searching specifies CHARSET option
752 - Security fixes
753 - Fixed hyperlink rendering problems
754
755 Version 0.5pre2 -- September 6, 2000
756 ------------------------------------
757 - Added quite a few new themes
758 - Fixed double folder problem on some servers
759 - Using encryption for passwords
760 - Added a patch from Bill Thousand to allow easier virtual domains
761 - Security updates with attachments
762 - Added more hooks for plugins, updated plugin.txt
763 - Improved HTML address book
764 - Fixed bugs in parsing email addresses in smtp.php
765 - Applied fixes for Courier IMAP server (by Andreas Dahl)
766 - Fixed some buggy IMAP handling
767 - Improved word wrapping
768 - Fixed bugs with adding and not adding backslashes
769 - Made message highlighting case insensative
770 - Added Korean translation from Jong-II Kim <aporie@netian.com>
771 - Added Italian translation from Aldo Moresco <moresco@idcm.it>
772 - Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
773
774 Version 0.5pre1 -- August 9, 2000
775 ---------------------------------
776 - Searching folders functionality added
777 - Date display now is similar to Netscape Messenger
778 - Many bugs have been reported to the list, and been squashed
779 - Help system developed
780 - Folder list now shows configurable details about messages
781 - It is now possible to select multiple subscribes/unsubscribes
782 - Removed a bunch of annoying "success" screens, improved navigation
783 - Better IMAP session handling
784 - Redid the options section and split it into different parts
785 - Added "view all headers" option when reading a message
786 - In-Reply-To and References headers are inserted when replying to a message.
787 - Changed how attachments are displayed and handled
788 - Rewrote MIME support from scratch, optomizing it an unbelievable amount
789 - Added support for message highlighting
790 - Moved Address and Send buttons on Compose form for easier access
791 - Added Polish translation from Lukasz Klimek <casa@LO.Pila.PL>
792 - Added Swedish translation from Tobias Ekbom
793 - Added Brazilian Portuguse translation from Henrique Moura
794 - Added Dutch translation from Arjen Halma
795
796
797 *****************************************
798 *** Squirrelmail 0.4 and Pre-Releases ***
799 *****************************************
800
801 Version 0.4 -- May 15, 2000
802 ---------------------------
803 - If subject is blank, displays "(no subject)"
804 - Fixed a few minor bugs and typos reported to list
805 - Changed <? to <?php in a few places
806
807 Version 0.4pre2 -- May 5, 2000
808 ------------------------------
809 - Replying sets the "Answered" flag on the original message
810 - When message is sent, it sends you to the folder you were looking at.
811 - HTML based address book search
812 - Made folder listing look first at subscribed folders, making it
813 faster, even if you don't have $folder_prefix set.
814 - Fixed some bugs with default sent and trash folders
815 - Fixed some bugs with folder manipulating
816
817 Version 0.4pre1 -- April 29, 2000
818 ---------------------------------
819 - For speed's sake, unseen messages are only noted on INBOX in left
820 folder list. This will change with 0.5.
821 - Optomizations, fewer IMAP calls, more efficient sorting algorithms.
822 - Fixed all bugs listed in BUG
823 - When inside the Sent folder, it displays "To" instead of "From"
824 - Added ability to go to Next and Previous message while reading a message
825 - Caching of the message headers in mailbox (much faster)
826 - Added a preference that allows users to customize how many messages
827 they see when they index a mailbox
828 - Added flag status showing on message list (Answered, Flagged, and Seen)
829 - Now using PHP session management
830 - Parsing the body for URLs and Email addrs
831 - Added option to configure default folder directory. ie: ~/mail
832 - Configuration script added: config/conf.pl
833 - Addressbook with LDAP support
834 - Big speed improvements with folder listing
835 - Added Subscribe/Unsubscribe to folders
836 - Fixed bug in UW that didn't mark unseen messages
837 - Saving sent messages into $sent_folder
838 - It doesn't bail out if PHP wasn't compiled with --with-gettext.
839 It only uses english in this case.
840 - Added support for Cyrillic (thanks to Artem Botchkov for help)
841 - Included information on Russian Apache from Konstantin Riabitsev
842 - Honoring charset parameter for the body.
843 - Changed the way emptying of trash was done to work better
844 across different IMAP servers
845
846
847 *****************************************
848 *** Squirrelmail 0.3 and Pre-Releases ***
849 *****************************************
850
851 Version 0.3.1 -- March 13, 2000
852 -------------------------------
853 - Fixed a bug that didn't allow downloading of attachments
854
855 Version 0.3 (final) -- March 10, 2000
856 -------------------------------------
857 - Fixed bug in smtp.php and made sending RFC complient
858 - Fixed a bug that wouldn't let you rename folders with UW server.
859 - Other minor bugfixes
860
861 Version 0.3pre2 -- March 5, 2000
862 --------------------------------
863 - Rewrote folder deletion. It works much more flexably now.
864 - Fixed message deletion that didn't always delete the right messages.
865 - Removed font tags
866 - Better character translation, especially for i18n
867 - Added the choice of language as a user preference
868 - Bug fixes, bug fixes, bug fixes
869 - Fixed bugs in message moving and deleting
870 - Rewrote all IMAP functions from scratch
871
872 Version 0.3pre1 -- February 17, 2000
873 ------------------------------------
874 - Added user-specific preferences including:
875 Full Name (for outbound messages)
876 Reply-to address
877 Theme
878 Move messages to trash option (true/false)
879 Wrap incoming text at XX characters
880 Editor window size (in characters)
881 Time between reloads of the left folder list
882 Signature
883 - Rewrote SMTP functions. It now works and handles error correction.
884 - Only folders that you're subscribed to will be listed
885 - Fixed a bug in outbound messages that translated " into \"
886 - Added themes in distribution (7 total)
887 - Added option to send email via sendmail rather than SMTP
888 - Increased speed of viewing folder by date about 25%, and viewing the
889 folder by Subject or Sender by up to 100%.
890 - Added internationalization
891 - Added sending of attachments
892 - Left folder refreshing at intervals (with META tags)
893
894
895 *****************************************
896 *** Squirrelmail 0.2 and Pre-Releases ***
897 *****************************************
898
899 Version 0.2.1 -- January 05, 2000
900 ---------------------------------
901 - Rewrote how MULTIPART messages were handled and made it recursive
902 - We now take into account the encoding type rather than guessing
903 - Redesigned how attachments are displayed
904 - Fixed the bug that wouldn't let you send messages (I hope)
905 - Added a "download message" option
906 - Added a plain text viewer for text messages
907
908 Version 0.2 -- January 02, 2000
909 -------------------------------
910 - Attachment support (much better MIME support in general)
911 - Themeable support replaced Custom Colors. Themes are pluggable.
912
913
914 *****************************************
915 *** Squirrelmail 0.1 and Pre-Releases ***
916 *****************************************
917
918 Version 0.1.2 -- December 20, 1999
919 -----------------------------------
920 - Date translation to local time
921 - Rewrote folder fetching code universally
922 - Added attachment detection (no downloads yet)
923 - Fixed many minor bugs that were reported
924
925 Version 0.1.1 -- December 16, 1999
926 -----------------------------------
927 - Reworked all the IMAP functions to make them RFC 2060 compliant
928 (should work with all IMAP servers)
929 - Added color customization
930 - Sorted folder list (on left bar)
931 - Added MUCH better error correction and notification
932
933 Version 0.1 -- December 14, 1999
934 --------------------------------
935 - Message composing (with to, cc, bcc)
936 - Message viewing, including HTML messages
937 - Basic MIME support, no attachments...yet
938 - Message sorting by Date, Name, or subject
939 - Folder manipulation (deleting, creating, moving, and renaming)
940 - IMAP email (currently only Cyrus IMAP server has been tested)
941 - Many other features that are basic email functionality